Shades of Dark Orchid #BB29CE
Tints of Dark Orchid #BB29CE
RGB
CMYK
RGB Variations
Color information
#BB29CE (or 0xBB29CE) is known color: Dark Orchid. HEX triplet: BB, 29 and CE. RGB value is (187,41,206). Sum of RGB (Red+Green+Blue) = 187+41+206=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB29CE is #44D631. Grayscale: #666666. Windows color (decimal): -4511282 or 13511099. OLE color: 13511099.
HSL color Cylindrical-coordinate representation of color #BB29CE: hue angle of 293.09º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB29CE is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 41 | 206 | - |
| CMYK | 0.09 | 0.80 | 0 | 0.19 |
| HSL | 293.09º | 0.67% | 0.48% | - |
| HSV(B) | 293.09º | 0.8% | 0.81% | - |
| XYZ | 32.43 | 16.61 | 59.89 | - |
| YUV | 103.46 | 185.87 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 206 | 0.09 | 0.80 | 0 | 0.19 | 293.09 | 0.67 | 0.48 |
| Hex | BB | 29 | CE | 9 | 50 | 0 | 13 | 125 | 43 | 30 |
| Octal | 273 | 51 | 316 | 11 | 120 | 0 | 23 | 445 | 103 | 60 |
| Binary | 10111011 | 101001 | 11001110 | 1001 | 1010000 | 0 | 10011 | 100100101 | 1000011 | 110000 |
Color Harmonies of #BB29CE
Complementary color
Monochromatic Colors of #BB29CE
Black with #BB29CE
Text Example
Text Example
White with #BB29CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29CE; }
p { color: rgb(187,41,206); }
H1.HeaderClassName
{
color: #BB29CE;
}
.AnyTagClassName
{
color: #BB29CE;
}
</style>
background-color css
<style>
a { background-color: #BB29CE; }
a { background-color: rgb(187,41,206); }
div.DivClassName
{
background-color: #BB29CE;
}
.BgClassName
{
background-color: #BB29CE;
}
</style>
border-color css
<style>
span { border-color: #BB29CE; }
span { border-color: rgb(187,41,206); }
td.TdClassName
{
border-color: #BB29CE;
}
.TagClassName
{
border-color: #BB29CE;
}
</style>