#B02DBA

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

Shades of Dark Orchid #B02DBA

Tints of Dark Orchid #B02DBA

Color information

#B02DBA (or 0xB02DBA) is unknown color: approx Dark Orchid. HEX triplet: B0, 2D and BA. RGB value is (176,45,186). Sum of RGB (Red+Green+Blue) = 176+45+186=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #B02DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02DBA is #4FD245. Grayscale: #636363. Windows color (decimal): -5231174 or 12201392. OLE color: 12201392.

HSL color Cylindrical-coordinate representation of color #B02DBA: hue angle of 295.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02DBA is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17645186-
CMYK0.050.7600.27
HSL295.74º61.04%45.29%-
HSV(B)295.74º75.81%72.94%-
XYZ27.7114.6547.82-
YUV100.24176.4182.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 45 (17.97% from 255) = 11.06%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=43.24%
G=11.06%
B=45.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176451860.050.7600.27295.7461.0445.29
HexB02DBA54C01B1283d2d
Octal2605527251140334507555
Binary10110000101101101110101011001100011011100101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02DBA; }

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

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

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

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

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

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

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

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