#B02DC6

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

Shades of Dark Orchid #B02DC6

Tints of Dark Orchid #B02DC6

Color information

#B02DC6 (or 0xB02DC6) is unknown color: approx Dark Orchid. HEX triplet: B0, 2D and C6. RGB value is (176,45,198). Sum of RGB (Red+Green+Blue) = 176+45+198=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #B02DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DC6 is #4FD239. Grayscale: #656565. Windows color (decimal): -5231162 or 12987824. OLE color: 12987824.

HSL color Cylindrical-coordinate representation of color #B02DC6: hue angle of 291.37º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B02DC6 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17645198-
CMYK0.110.7700.22
HSL291.37º62.96%47.65%-
HSV(B)291.37º77.27%77.65%-
XYZ29.0415.1854.83-
YUV101.61182.4181.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.00%
GREEN value IS 45 (17.97% from 255) = 10.74%
BLUE value IS 198 (77.73% from 255) = 47.26%
R=42.00%
G=10.74%
B=47.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176451980.110.7700.22291.3762.9647.65
HexB02DC6B4D0161233f30
Octal26055306131150264437760
Binary101100001011011100011010111001101010110100100011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02DC6; }

 p { color: rgb(176,45,198); }

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

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

 a { background-color: rgb(176,45,198); }

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

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

 span { border-color: rgb(176,45,198); }

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