Shades of Deep Magenta #BB14C9
Tints of Deep Magenta #BB14C9
RGB
CMYK
RGB Variations
Color information
#BB14C9 (or 0xBB14C9) is known color: Deep Magenta. HEX triplet: BB, 14 and C9. RGB value is (187,20,201). Sum of RGB (Red+Green+Blue) = 187+20+201=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #BB14C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14C9 is #44EB36. Grayscale: #5A5A5A. Windows color (decimal): -4516663 or 13178043. OLE color: 13178043.
HSL color Cylindrical-coordinate representation of color #BB14C9: hue angle of 295.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB14C9 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 187 | 20 | 201 | - |
| CMYK | 0.07 | 0.90 | 0 | 0.21 |
| HSL | 295.36º | 0.82% | 0.43% | - |
| HSV(B) | 295.36º | 0.9% | 0.79% | - |
| XYZ | 31.29 | 15.28 | 56.56 | - |
| YUV | 90.57 | 190.33 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 201 | 0.07 | 0.90 | 0 | 0.21 | 295.36 | 0.82 | 0.43 |
| Hex | BB | 14 | C9 | 7 | 5A | 0 | 15 | 127 | 52 | 2B |
| Octal | 273 | 24 | 311 | 7 | 132 | 0 | 25 | 447 | 122 | 53 |
| Binary | 10111011 | 10100 | 11001001 | 111 | 1011010 | 0 | 10101 | 100100111 | 1010010 | 101011 |
Color Harmonies of #BB14C9
Complementary color
Monochromatic Colors of #BB14C9
Black with #BB14C9
Text Example
Text Example
White with #BB14C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14C9; }
p { color: rgb(187,20,201); }
H1.HeaderClassName
{
color: #BB14C9;
}
.AnyTagClassName
{
color: #BB14C9;
}
</style>
background-color css
<style>
a { background-color: #BB14C9; }
a { background-color: rgb(187,20,201); }
div.DivClassName
{
background-color: #BB14C9;
}
.BgClassName
{
background-color: #BB14C9;
}
</style>
border-color css
<style>
span { border-color: #BB14C9; }
span { border-color: rgb(187,20,201); }
td.TdClassName
{
border-color: #BB14C9;
}
.TagClassName
{
border-color: #BB14C9;
}
</style>