Shades of Dark Orchid #BB29E9
Tints of Dark Orchid #BB29E9
RGB
CMYK
RGB Variations
Color information
#BB29E9 (or 0xBB29E9) is known color: Dark Orchid. HEX triplet: BB, 29 and E9. RGB value is (187,41,233). Sum of RGB (Red+Green+Blue) = 187+41+233=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB29E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29E9 is #44D616. Grayscale: #696969. Windows color (decimal): -4511255 or 15280571. OLE color: 15280571.
HSL color Cylindrical-coordinate representation of color #BB29E9: hue angle of 285.62º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB29E9 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 41 | 233 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.09 |
| HSL | 285.63º | 0.81% | 0.54% | - |
| HSV(B) | 285.63º | 0.82% | 0.91% | - |
| XYZ | 35.99 | 18.03 | 78.67 | - |
| YUV | 106.54 | 199.37 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 41 | 233 | 0.20 | 0.82 | 0 | 0.09 | 285.63 | 0.81 | 0.54 |
| Hex | BB | 29 | E9 | 14 | 52 | 0 | 9 | 11E | 51 | 36 |
| Octal | 273 | 51 | 351 | 24 | 122 | 0 | 11 | 436 | 121 | 66 |
| Binary | 10111011 | 101001 | 11101001 | 10100 | 1010010 | 0 | 1001 | 100011110 | 1010001 | 110110 |
Color Harmonies of #BB29E9
Complementary color
Monochromatic Colors of #BB29E9
Black with #BB29E9
Text Example
Text Example
White with #BB29E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB29E9; }
p { color: rgb(187,41,233); }
H1.HeaderClassName
{
color: #BB29E9;
}
.AnyTagClassName
{
color: #BB29E9;
}
</style>
background-color css
<style>
a { background-color: #BB29E9; }
a { background-color: rgb(187,41,233); }
div.DivClassName
{
background-color: #BB29E9;
}
.BgClassName
{
background-color: #BB29E9;
}
</style>
border-color css
<style>
span { border-color: #BB29E9; }
span { border-color: rgb(187,41,233); }
td.TdClassName
{
border-color: #BB29E9;
}
.TagClassName
{
border-color: #BB29E9;
}
</style>