Shades of Dark Orchid #BB21DD
Tints of Dark Orchid #BB21DD
RGB
CMYK
RGB Variations
Color information
#BB21DD (or 0xBB21DD) is known color: Dark Orchid. HEX triplet: BB, 21 and DD. RGB value is (187,33,221). Sum of RGB (Red+Green+Blue) = 187+33+221=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 33 (13.28% from 255 or 7.48% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB21DD is #44DE22. Grayscale: #636363. Windows color (decimal): -4513315 or 14492091. OLE color: 14492091.
HSL color Cylindrical-coordinate representation of color #BB21DD: hue angle of 289.15º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB21DD is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 33 | 221 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.13 |
| HSL | 289.15º | 0.74% | 0.5% | - |
| HSV(B) | 289.15º | 0.85% | 0.87% | - |
| XYZ | 34.09 | 16.87 | 69.87 | - |
| YUV | 100.48 | 196.02 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 33 | 221 | 0.15 | 0.85 | 0 | 0.13 | 289.15 | 0.74 | 0.5 |
| Hex | BB | 21 | DD | F | 55 | 0 | D | 121 | 4A | 32 |
| Octal | 273 | 41 | 335 | 17 | 125 | 0 | 15 | 441 | 112 | 62 |
| Binary | 10111011 | 100001 | 11011101 | 1111 | 1010101 | 0 | 1101 | 100100001 | 1001010 | 110010 |
Color Harmonies of #BB21DD
Complementary color
Monochromatic Colors of #BB21DD
Black with #BB21DD
Text Example
Text Example
White with #BB21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB21DD; }
p { color: rgb(187,33,221); }
H1.HeaderClassName
{
color: #BB21DD;
}
.AnyTagClassName
{
color: #BB21DD;
}
</style>
background-color css
<style>
a { background-color: #BB21DD; }
a { background-color: rgb(187,33,221); }
div.DivClassName
{
background-color: #BB21DD;
}
.BgClassName
{
background-color: #BB21DD;
}
</style>
border-color css
<style>
span { border-color: #BB21DD; }
span { border-color: rgb(187,33,221); }
td.TdClassName
{
border-color: #BB21DD;
}
.TagClassName
{
border-color: #BB21DD;
}
</style>