Shades of Dark Orchid #BB29DD
Tints of Dark Orchid #BB29DD
RGB
CMYK
RGB Variations
Color information
#BB29DD (or 0xBB29DD) is known color: Dark Orchid. HEX triplet: BB, 29 and DD. RGB value is (187,41,221). Sum of RGB (Red+Green+Blue) = 187+41+221=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 41 (16.41% from 255 or 9.13% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29DD is #44D622. Grayscale: #686868. Windows color (decimal): -4511267 or 14494139. OLE color: 14494139.
HSL color Cylindrical-coordinate representation of color #BB29DD: hue angle of 288.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB29DD is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 41 | 221 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 288.67º | 0.73% | 0.51% | - |
| HSV(B) | 288.67º | 0.81% | 0.87% | - |
| XYZ | 34.34 | 17.37 | 69.95 | - |
| YUV | 105.17 | 193.37 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 221 | 0.15 | 0.81 | 0 | 0.13 | 288.67 | 0.73 | 0.51 |
| Hex | BB | 29 | DD | F | 51 | 0 | D | 121 | 49 | 33 |
| Octal | 273 | 51 | 335 | 17 | 121 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111011 | 101001 | 11011101 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BB29DD
Complementary color
Monochromatic Colors of #BB29DD
Black with #BB29DD
Text Example
Text Example
White with #BB29DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29DD; }
p { color: rgb(187,41,221); }
H1.HeaderClassName
{
color: #BB29DD;
}
.AnyTagClassName
{
color: #BB29DD;
}
</style>
background-color css
<style>
a { background-color: #BB29DD; }
a { background-color: rgb(187,41,221); }
div.DivClassName
{
background-color: #BB29DD;
}
.BgClassName
{
background-color: #BB29DD;
}
</style>
border-color css
<style>
span { border-color: #BB29DD; }
span { border-color: rgb(187,41,221); }
td.TdClassName
{
border-color: #BB29DD;
}
.TagClassName
{
border-color: #BB29DD;
}
</style>