#B02AC9

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

Shades of Dark Orchid #B02AC9

Tints of Dark Orchid #B02AC9

Color information

#B02AC9 (or 0xB02AC9) is unknown color: approx Dark Orchid. HEX triplet: B0, 2A and C9. RGB value is (176,42,201). Sum of RGB (Red+Green+Blue) = 176+42+201=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #B02AC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02AC9 is #4FD536. Grayscale: #636363. Windows color (decimal): -5231927 or 13183664. OLE color: 13183664.

HSL color Cylindrical-coordinate representation of color #B02AC9: hue angle of 290.57º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02AC9 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17642201-
CMYK0.120.7900.21
HSL290.57º65.43%47.65%-
HSV(B)290.57º79.1%78.82%-
XYZ29.2815.156.63-
YUV100.19184.89182.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 42 (16.80% from 255) = 10.02%
BLUE value IS 201 (78.91% from 255) = 47.97%
R=42.00%
G=10.02%
B=47.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176422010.120.7900.21290.5765.4347.65
HexB02AC9C4F0151234130
Octal260523111411702544310160
Binary1011000010101011001001110010011110101011001000111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02AC9; }

 p { color: rgb(176,42,201); }

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

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

 a { background-color: rgb(176,42,201); }

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

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

 span { border-color: rgb(176,42,201); }

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