Shades of Dark Orchid #BB22DC
Tints of Dark Orchid #BB22DC
RGB
CMYK
RGB Variations
Color information
#BB22DC (or 0xBB22DC) is known color: 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
| RGB | 187 | 34 | 220 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.14 |
| HSL | 289.35º | 0.73% | 0.5% | - |
| HSV(B) | 289.35º | 0.85% | 0.86% | - |
| XYZ | 33.98 | 16.88 | 69.18 | - |
| YUV | 100.95 | 195.19 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 220 | 0.15 | 0.85 | 0 | 0.14 | 289.35 | 0.73 | 0.5 |
| Hex | BB | 22 | DC | F | 55 | 0 | E | 121 | 49 | 32 |
| Octal | 273 | 42 | 334 | 17 | 125 | 0 | 16 | 441 | 111 | 62 |
| Binary | 10111011 | 100010 | 11011100 | 1111 | 1010101 | 0 | 1110 | 100100001 | 1001001 | 110010 |
Color Harmonies of #BB22DC
Complementary color
Monochromatic Colors of #BB22DC
Black with #BB22DC
Text Example
Text Example
White with #BB22DC
Text Example
Text Example
HTML Codes & Css Web 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>