Shades of Deep Magenta #BB00CE
Tints of Deep Magenta #BB00CE
RGB
CMYK
RGB Variations
Color information
#BB00CE (or 0xBB00CE) is known color: Deep Magenta. HEX triplet: BB, 00 and CE. RGB value is (187,0,206). Sum of RGB (Red+Green+Blue) = 187+0+206=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00CE is #44FF31. Grayscale: #4E4E4E. Windows color (decimal): -4521778 or 13500603. OLE color: 13500603.
HSL color Cylindrical-coordinate representation of color #BB00CE: hue angle of 294.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00CE is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 0 | 206 | - |
| CMYK | 0.09 | 1 | 0 | 0.19 |
| HSL | 294.47º | 1% | 0.4% | - |
| HSV(B) | 294.47º | 1% | 0.81% | - |
| XYZ | 31.63 | 15.02 | 59.62 | - |
| YUV | 79.4 | 199.45 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 0 | 206 | 0.09 | 1 | 0 | 0.19 | 294.47 | 1 | 0.4 |
| Hex | BB | 0 | CE | 9 | 64 | 0 | 13 | 126 | 64 | 28 |
| Octal | 273 | 0 | 316 | 11 | 144 | 0 | 23 | 446 | 144 | 50 |
| Binary | 10111011 | 0 | 11001110 | 1001 | 1100100 | 0 | 10011 | 100100110 | 1100100 | 101000 |
Color Harmonies of #BB00CE
Complementary color
Monochromatic Colors of #BB00CE
Black with #BB00CE
Text Example
Text Example
White with #BB00CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB00CE; }
p { color: rgb(187,0,206); }
H1.HeaderClassName
{
color: #BB00CE;
}
.AnyTagClassName
{
color: #BB00CE;
}
</style>
background-color css
<style>
a { background-color: #BB00CE; }
a { background-color: rgb(187,0,206); }
div.DivClassName
{
background-color: #BB00CE;
}
.BgClassName
{
background-color: #BB00CE;
}
</style>
border-color css
<style>
span { border-color: #BB00CE; }
span { border-color: rgb(187,0,206); }
td.TdClassName
{
border-color: #BB00CE;
}
.TagClassName
{
border-color: #BB00CE;
}
</style>