Shades of Dark Orchid #BB2DE8
Tints of Dark Orchid #BB2DE8
RGB
CMYK
RGB Variations
Color information
#BB2DE8 (or 0xBB2DE8) is known color: Dark Orchid. HEX triplet: BB, 2D and E8. RGB value is (187,45,232). Sum of RGB (Red+Green+Blue) = 187+45+232=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 45 (17.97% from 255 or 9.70% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #BB2DE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2DE8 is #44D217. Grayscale: #6C6C6C. Windows color (decimal): -4510232 or 15216059. OLE color: 15216059.
HSL color Cylindrical-coordinate representation of color #BB2DE8: hue angle of 285.56º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2DE8 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 45 | 232 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.09 |
| HSL | 285.56º | 0.8% | 0.54% | - |
| HSV(B) | 285.56º | 0.81% | 0.91% | - |
| XYZ | 36 | 18.27 | 77.97 | - |
| YUV | 108.78 | 197.54 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 45 | 232 | 0.19 | 0.81 | 0 | 0.09 | 285.56 | 0.8 | 0.54 |
| Hex | BB | 2D | E8 | 13 | 51 | 0 | 9 | 11E | 50 | 36 |
| Octal | 273 | 55 | 350 | 23 | 121 | 0 | 11 | 436 | 120 | 66 |
| Binary | 10111011 | 101101 | 11101000 | 10011 | 1010001 | 0 | 1001 | 100011110 | 1010000 | 110110 |
Color Harmonies of #BB2DE8
Complementary color
Monochromatic Colors of #BB2DE8
Black with #BB2DE8
Text Example
Text Example
White with #BB2DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2DE8; }
p { color: rgb(187,45,232); }
H1.HeaderClassName
{
color: #BB2DE8;
}
.AnyTagClassName
{
color: #BB2DE8;
}
</style>
background-color css
<style>
a { background-color: #BB2DE8; }
a { background-color: rgb(187,45,232); }
div.DivClassName
{
background-color: #BB2DE8;
}
.BgClassName
{
background-color: #BB2DE8;
}
</style>
border-color css
<style>
span { border-color: #BB2DE8; }
span { border-color: rgb(187,45,232); }
td.TdClassName
{
border-color: #BB2DE8;
}
.TagClassName
{
border-color: #BB2DE8;
}
</style>