Shades of Deep Magenta #BB02CE
Tints of Deep Magenta #BB02CE
RGB
CMYK
RGB Variations
Color information
#BB02CE (or 0xBB02CE) is known color: Deep Magenta. HEX triplet: BB, 02 and CE. RGB value is (187,2,206). Sum of RGB (Red+Green+Blue) = 187+2+206=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02CE is #44FD31. Grayscale: #4F4F4F. Windows color (decimal): -4521266 or 13501115. OLE color: 13501115.
HSL color Cylindrical-coordinate representation of color #BB02CE: hue angle of 294.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02CE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 2 | 206 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.19 |
| HSL | 294.41º | 0.98% | 0.41% | - |
| HSV(B) | 294.41º | 0.99% | 0.81% | - |
| XYZ | 31.66 | 15.06 | 59.63 | - |
| YUV | 80.57 | 198.79 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 206 | 0.09 | 0.99 | 0 | 0.19 | 294.41 | 0.98 | 0.41 |
| Hex | BB | 2 | CE | 9 | 63 | 0 | 13 | 126 | 62 | 29 |
| Octal | 273 | 2 | 316 | 11 | 143 | 0 | 23 | 446 | 142 | 51 |
| Binary | 10111011 | 10 | 11001110 | 1001 | 1100011 | 0 | 10011 | 100100110 | 1100010 | 101001 |
Color Harmonies of #BB02CE
Complementary color
Monochromatic Colors of #BB02CE
Black with #BB02CE
Text Example
Text Example
White with #BB02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02CE; }
p { color: rgb(187,2,206); }
H1.HeaderClassName
{
color: #BB02CE;
}
.AnyTagClassName
{
color: #BB02CE;
}
</style>
background-color css
<style>
a { background-color: #BB02CE; }
a { background-color: rgb(187,2,206); }
div.DivClassName
{
background-color: #BB02CE;
}
.BgClassName
{
background-color: #BB02CE;
}
</style>
border-color css
<style>
span { border-color: #BB02CE; }
span { border-color: rgb(187,2,206); }
td.TdClassName
{
border-color: #BB02CE;
}
.TagClassName
{
border-color: #BB02CE;
}
</style>