#b02dbd

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

Shades of Dark Orchid #B02DBD

Tints of Dark Orchid #B02DBD

Color information

#B02DBD (or 0xB02DBD) is unknown color: approx Dark Orchid. HEX triplet: B0, 2D and BD. RGB value is (176,45,189). Sum of RGB (Red+Green+Blue) = 176+45+189=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #B02DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DBD is #4FD242. Grayscale: #646464. Windows color (decimal): -5231171 or 12398000. OLE color: 12398000.

HSL color Cylindrical-coordinate representation of color #B02DBD: hue angle of 294.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02DBD is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17645189-
CMYK0.070.7600.26
HSL294.58º61.54%45.88%-
HSV(B)294.58º76.19%74.12%-
XYZ28.0314.7849.52-
YUV100.58177.9181.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.93%
GREEN value IS 45 (17.97% from 255) = 10.98%
BLUE value IS 189 (74.22% from 255) = 46.10%
R=42.93%
G=10.98%
B=46.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176451890.070.7600.26294.5861.5445.88
HexB02DBD74C01A1273e2e
Octal2605527571140324477656
Binary10110000101101101111011111001100011010100100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b02dbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b02dbd; }

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

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

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

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

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

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

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

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