#B02BCC

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

Shades of Dark Orchid #B02BCC

Tints of Dark Orchid #B02BCC

Color information

#B02BCC (or 0xB02BCC) is unknown color: approx Dark Orchid. HEX triplet: B0, 2B and CC. RGB value is (176,43,204). Sum of RGB (Red+Green+Blue) = 176+43+204=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #B02BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02BCC is #4FD433. Grayscale: #646464. Windows color (decimal): -5231668 or 13380528. OLE color: 13380528.

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

Color convert

RGB17643204-
CMYK0.140.7900.2
HSL289.57º65.18%48.43%-
HSV(B)289.57º78.92%80%-
XYZ29.6715.3258.52-
YUV101.12186.06181.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 43 (17.19% from 255) = 10.17%
BLUE value IS 204 (80.08% from 255) = 48.23%
R=41.61%
G=10.17%
B=48.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal176432040.140.7900.2289.5765.1848.43
HexB02BCCE4F0141224130
Octal260533141611702444210160
Binary1011000010101111001100111010011110101001001000101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02BCC; }

 p { color: rgb(176,43,204); }

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

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

 a { background-color: rgb(176,43,204); }

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

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

 span { border-color: rgb(176,43,204); }

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