Shades of Deep Magenta #BB14B5
Tints of Deep Magenta #BB14B5
RGB
CMYK
RGB Variations
Color information
#BB14B5 (or 0xBB14B5) is known color: Deep Magenta. HEX triplet: BB, 14 and B5. RGB value is (187,20,181). Sum of RGB (Red+Green+Blue) = 187+20+181=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 20 (8.20% from 255 or 5.15% from 388); Blue value is 181 (71.09% from 255 or 46.65% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB14B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14B5 is #44EB4A. Grayscale: #575757. Windows color (decimal): -4516683 or 11867323. OLE color: 11867323.
HSL color Cylindrical-coordinate representation of color #BB14B5: hue angle of 302.16º 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 #BB14B5 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 181 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.27 |
| HSL | 302.16º | 0.81% | 0.41% | - |
| HSV(B) | 302.16º | 0.89% | 0.73% | - |
| XYZ | 29.08 | 14.4 | 44.96 | - |
| YUV | 88.29 | 180.33 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 181 | 0 | 0.89 | 0.03 | 0.27 | 302.16 | 0.81 | 0.41 |
| Hex | BB | 14 | B5 | 0 | 59 | 3 | 1B | 12E | 51 | 29 |
| Octal | 273 | 24 | 265 | 0 | 131 | 3 | 33 | 456 | 121 | 51 |
| Binary | 10111011 | 10100 | 10110101 | 0 | 1011001 | 11 | 11011 | 100101110 | 1010001 | 101001 |
Color Harmonies of #BB14B5
Complementary color
Monochromatic Colors of #BB14B5
Black with #BB14B5
Text Example
Text Example
White with #BB14B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14B5; }
p { color: rgb(187,20,181); }
H1.HeaderClassName
{
color: #BB14B5;
}
.AnyTagClassName
{
color: #BB14B5;
}
</style>
background-color css
<style>
a { background-color: #BB14B5; }
a { background-color: rgb(187,20,181); }
div.DivClassName
{
background-color: #BB14B5;
}
.BgClassName
{
background-color: #BB14B5;
}
</style>
border-color css
<style>
span { border-color: #BB14B5; }
span { border-color: rgb(187,20,181); }
td.TdClassName
{
border-color: #BB14B5;
}
.TagClassName
{
border-color: #BB14B5;
}
</style>