#BB22DC

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

Shades of Dark Orchid #BB22DC

Tints of Dark Orchid #BB22DC

Color information

#BB22DC (or 0xBB22DC) is unknown color: approx Dark Orchid. HEX triplet: BB, 22 and DC. RGB value is (187,34,220). Sum of RGB (Red+Green+Blue) = 187+34+220=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB22DC is #44DD23. Grayscale: #646464. Windows color (decimal): -4513060 or 14426811. OLE color: 14426811.

HSL color Cylindrical-coordinate representation of color #BB22DC: hue angle of 289.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB22DC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18734220-
CMYK0.150.8500.14
HSL289.35º73.23%49.8%-
HSV(B)289.35º84.55%86.27%-
XYZ33.9816.8869.18-
YUV100.95195.19189.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.40%
GREEN value IS 34 (13.67% from 255) = 7.71%
BLUE value IS 220 (86.33% from 255) = 49.89%
R=42.40%
G=7.71%
B=49.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal187342200.150.8500.14289.3573.2349.8
HexBB22DCF550E1214932
Octal273423341712501644111162
Binary101110111000101101110011111010101011101001000011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB22DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB22DC; }

 p { color: rgb(187,34,220); }

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

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

 a { background-color: rgb(187,34,220); }

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

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

 span { border-color: rgb(187,34,220); }

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