Shades of Deep Magenta #BB03CE
Tints of Deep Magenta #BB03CE
RGB
CMYK
RGB Variations
Color information
#BB03CE (or 0xBB03CE) is known color: Deep Magenta. HEX triplet: BB, 03 and CE. RGB value is (187,3,206). Sum of RGB (Red+Green+Blue) = 187+3+206=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03CE is #44FC31. Grayscale: #505050. Windows color (decimal): -4521010 or 13501371. OLE color: 13501371.
HSL color Cylindrical-coordinate representation of color #BB03CE: hue angle of 294.38º degrees, saturation: 0.97, 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 #BB03CE is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 3 | 206 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.19 |
| HSL | 294.38º | 0.97% | 0.41% | - |
| HSV(B) | 294.38º | 0.99% | 0.81% | - |
| XYZ | 31.67 | 15.09 | 59.64 | - |
| YUV | 81.16 | 198.46 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 206 | 0.09 | 0.99 | 0 | 0.19 | 294.38 | 0.97 | 0.41 |
| Hex | BB | 3 | CE | 9 | 63 | 0 | 13 | 126 | 61 | 29 |
| Octal | 273 | 3 | 316 | 11 | 143 | 0 | 23 | 446 | 141 | 51 |
| Binary | 10111011 | 11 | 11001110 | 1001 | 1100011 | 0 | 10011 | 100100110 | 1100001 | 101001 |
Color Harmonies of #BB03CE
Complementary color
Monochromatic Colors of #BB03CE
Black with #BB03CE
Text Example
Text Example
White with #BB03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03CE; }
p { color: rgb(187,3,206); }
H1.HeaderClassName
{
color: #BB03CE;
}
.AnyTagClassName
{
color: #BB03CE;
}
</style>
background-color css
<style>
a { background-color: #BB03CE; }
a { background-color: rgb(187,3,206); }
div.DivClassName
{
background-color: #BB03CE;
}
.BgClassName
{
background-color: #BB03CE;
}
</style>
border-color css
<style>
span { border-color: #BB03CE; }
span { border-color: rgb(187,3,206); }
td.TdClassName
{
border-color: #BB03CE;
}
.TagClassName
{
border-color: #BB03CE;
}
</style>