Shades of Deep Magenta #BB14CE
Tints of Deep Magenta #BB14CE
RGB
CMYK
RGB Variations
Color information
#BB14CE (or 0xBB14CE) is known color: Deep Magenta. HEX triplet: BB, 14 and CE. RGB value is (187,20,206). Sum of RGB (Red+Green+Blue) = 187+20+206=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB14CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14CE is #44EB31. Grayscale: #5A5A5A. Windows color (decimal): -4516658 or 13505723. OLE color: 13505723.
HSL color Cylindrical-coordinate representation of color #BB14CE: hue angle of 293.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB14CE is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 20 | 206 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.19 |
| HSL | 293.87º | 0.82% | 0.44% | - |
| HSV(B) | 293.87º | 0.9% | 0.81% | - |
| XYZ | 31.88 | 15.52 | 59.71 | - |
| YUV | 91.14 | 192.83 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 206 | 0.09 | 0.90 | 0 | 0.19 | 293.87 | 0.82 | 0.44 |
| Hex | BB | 14 | CE | 9 | 5A | 0 | 13 | 126 | 52 | 2C |
| Octal | 273 | 24 | 316 | 11 | 132 | 0 | 23 | 446 | 122 | 54 |
| Binary | 10111011 | 10100 | 11001110 | 1001 | 1011010 | 0 | 10011 | 100100110 | 1010010 | 101100 |
Color Harmonies of #BB14CE
Complementary color
Monochromatic Colors of #BB14CE
Black with #BB14CE
Text Example
Text Example
White with #BB14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14CE; }
p { color: rgb(187,20,206); }
H1.HeaderClassName
{
color: #BB14CE;
}
.AnyTagClassName
{
color: #BB14CE;
}
</style>
background-color css
<style>
a { background-color: #BB14CE; }
a { background-color: rgb(187,20,206); }
div.DivClassName
{
background-color: #BB14CE;
}
.BgClassName
{
background-color: #BB14CE;
}
</style>
border-color css
<style>
span { border-color: #BB14CE; }
span { border-color: rgb(187,20,206); }
td.TdClassName
{
border-color: #BB14CE;
}
.TagClassName
{
border-color: #BB14CE;
}
</style>