#B02CBB

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

Shades of Dark Orchid #B02CBB

Tints of Dark Orchid #B02CBB

Color information

#B02CBB (or 0xB02CBB) is unknown color: approx Dark Orchid. HEX triplet: B0, 2C and BB. RGB value is (176,44,187). Sum of RGB (Red+Green+Blue) = 176+44+187=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #B02CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02CBB is #4FD344. Grayscale: #636363. Windows color (decimal): -5231429 or 12266672. OLE color: 12266672.

HSL color Cylindrical-coordinate representation of color #B02CBB: hue angle of 295.38º degrees, saturation: 0.62, 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 #B02CBB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17644187-
CMYK0.060.7600.27
HSL295.38º61.9%45.29%-
HSV(B)295.38º76.47%73.33%-
XYZ27.7714.6248.37-
YUV99.77177.23182.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.24%
GREEN value IS 44 (17.58% from 255) = 10.81%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=43.24%
G=10.81%
B=45.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176441870.060.7600.27295.3861.945.29
HexB02CBB64C01B1273e2d
Octal2605427361140334477655
Binary10110000101100101110111101001100011011100100111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02CBB; }

 p { color: rgb(176,44,187); }

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

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

 a { background-color: rgb(176,44,187); }

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

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

 span { border-color: rgb(176,44,187); }

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