#b239c3

Color #B239C3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B239C3

Tints of Dark Orchid #B239C3

Color information

#B239C3 (or 0xB239C3) is unknown color: approx Dark Orchid. HEX triplet: B2, 39 and C3. RGB value is (178,57,195). Sum of RGB (Red+Green+Blue) = 178+57+195=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #B239C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239C3 is #4DC63C. Grayscale: #6C6C6C. Windows color (decimal): -5097021 or 12794290. OLE color: 12794290.

HSL color Cylindrical-coordinate representation of color #B239C3: hue angle of 292.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B239C3 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17857195-
CMYK0.090.7100.24
HSL292.61º54.76%49.41%-
HSV(B)292.61º70.77%76.47%-
XYZ29.6716.3353.22-
YUV108.91176.59177.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 57 (22.66% from 255) = 13.26%
BLUE value IS 195 (76.56% from 255) = 45.35%
R=41.40%
G=13.26%
B=45.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178571950.090.7100.24292.6154.7649.41
HexB239C39470181253731
Octal26271303111070304456761
Binary101100101110011100001110011000111011000100100101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b239c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b239c3; }

 p { color: rgb(178,57,195); }

 H1.HeaderClassName
 {
   color: #b239c3;
 }
 .AnyTagClassName
 {
   color: #b239c3;
 }
</style>
background-color css

<style>
 a { background-color: #b239c3; }

 a { background-color: rgb(178,57,195); }

 div.DivClassName
 {
   background-color: #b239c3;
 }
 .BgClassName
 {
   background-color: #b239c3;
 }
</style>
border-color css

<style>
 span { border-color: #b239c3; }

 span { border-color: rgb(178,57,195); }

 td.TdClassName
 {
   border-color: #b239c3;
 }
 .TagClassName
 {
   border-color: #b239c3;
 }
</style>