Shades of Deep Magenta #BB14B1
Tints of Deep Magenta #BB14B1
RGB
CMYK
RGB Variations
Color information
#BB14B1 (or 0xBB14B1) is known color: Deep Magenta. HEX triplet: BB, 14 and B1. RGB value is (187,20,177). Sum of RGB (Red+Green+Blue) = 187+20+177=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 20 (8.20% from 255 or 5.21% from 384); Blue value is 177 (69.53% from 255 or 46.09% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB14B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB14B1 is #44EB4E. Grayscale: #575757. Windows color (decimal): -4516687 or 11605179. OLE color: 11605179.
HSL color Cylindrical-coordinate representation of color #BB14B1: hue angle of 303.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB14B1 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 177 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.27 |
| HSL | 303.59º | 0.81% | 0.41% | - |
| HSV(B) | 303.59º | 0.89% | 0.73% | - |
| XYZ | 28.68 | 14.24 | 42.83 | - |
| YUV | 87.83 | 178.33 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 177 | 0 | 0.89 | 0.05 | 0.27 | 303.59 | 0.81 | 0.41 |
| Hex | BB | 14 | B1 | 0 | 59 | 5 | 1B | 130 | 51 | 29 |
| Octal | 273 | 24 | 261 | 0 | 131 | 5 | 33 | 460 | 121 | 51 |
| Binary | 10111011 | 10100 | 10110001 | 0 | 1011001 | 101 | 11011 | 100110000 | 1010001 | 101001 |
Color Harmonies of #BB14B1
Complementary color
Monochromatic Colors of #BB14B1
Black with #BB14B1
Text Example
Text Example
White with #BB14B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14B1; }
p { color: rgb(187,20,177); }
H1.HeaderClassName
{
color: #BB14B1;
}
.AnyTagClassName
{
color: #BB14B1;
}
</style>
background-color css
<style>
a { background-color: #BB14B1; }
a { background-color: rgb(187,20,177); }
div.DivClassName
{
background-color: #BB14B1;
}
.BgClassName
{
background-color: #BB14B1;
}
</style>
border-color css
<style>
span { border-color: #BB14B1; }
span { border-color: rgb(187,20,177); }
td.TdClassName
{
border-color: #BB14B1;
}
.TagClassName
{
border-color: #BB14B1;
}
</style>