Shades of Deep Magenta #BB08CE
Tints of Deep Magenta #BB08CE
RGB
CMYK
RGB Variations
Color information
#BB08CE (or 0xBB08CE) is known color: Deep Magenta. HEX triplet: BB, 08 and CE. RGB value is (187,8,206). Sum of RGB (Red+Green+Blue) = 187+8+206=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 8 (3.52% from 255 or 2.00% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB08CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08CE is #44F731. Grayscale: #535353. Windows color (decimal): -4519730 or 13502651. OLE color: 13502651.
HSL color Cylindrical-coordinate representation of color #BB08CE: hue angle of 294.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08CE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 8 | 206 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.19 |
| HSL | 294.24º | 0.93% | 0.42% | - |
| HSV(B) | 294.24º | 0.96% | 0.81% | - |
| XYZ | 31.72 | 15.19 | 59.65 | - |
| YUV | 84.09 | 196.8 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 8 | 206 | 0.09 | 0.96 | 0 | 0.19 | 294.24 | 0.93 | 0.42 |
| Hex | BB | 8 | CE | 9 | 60 | 0 | 13 | 126 | 5D | 2A |
| Octal | 273 | 10 | 316 | 11 | 140 | 0 | 23 | 446 | 135 | 52 |
| Binary | 10111011 | 1000 | 11001110 | 1001 | 1100000 | 0 | 10011 | 100100110 | 1011101 | 101010 |
Color Harmonies of #BB08CE
Complementary color
Monochromatic Colors of #BB08CE
Black with #BB08CE
Text Example
Text Example
White with #BB08CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB08CE; }
p { color: rgb(187,8,206); }
H1.HeaderClassName
{
color: #BB08CE;
}
.AnyTagClassName
{
color: #BB08CE;
}
</style>
background-color css
<style>
a { background-color: #BB08CE; }
a { background-color: rgb(187,8,206); }
div.DivClassName
{
background-color: #BB08CE;
}
.BgClassName
{
background-color: #BB08CE;
}
</style>
border-color css
<style>
span { border-color: #BB08CE; }
span { border-color: rgb(187,8,206); }
td.TdClassName
{
border-color: #BB08CE;
}
.TagClassName
{
border-color: #BB08CE;
}
</style>