Shades of Deep Magenta #BB14B6
Tints of Deep Magenta #BB14B6
RGB
CMYK
RGB Variations
Color information
#BB14B6 (or 0xBB14B6) is known color: Deep Magenta. HEX triplet: BB, 14 and B6. RGB value is (187,20,182). Sum of RGB (Red+Green+Blue) = 187+20+182=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB14B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14B6 is #44EB49. Grayscale: #575757. Windows color (decimal): -4516682 or 11932859. OLE color: 11932859.
HSL color Cylindrical-coordinate representation of color #BB14B6: hue angle of 301.8º 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 #BB14B6 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 20 | 182 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.27 |
| HSL | 301.8º | 0.81% | 0.41% | - |
| HSV(B) | 301.8º | 0.89% | 0.73% | - |
| XYZ | 29.19 | 14.44 | 45.51 | - |
| YUV | 88.4 | 180.83 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 182 | 0 | 0.89 | 0.03 | 0.27 | 301.8 | 0.81 | 0.41 |
| Hex | BB | 14 | B6 | 0 | 59 | 3 | 1B | 12E | 51 | 29 |
| Octal | 273 | 24 | 266 | 0 | 131 | 3 | 33 | 456 | 121 | 51 |
| Binary | 10111011 | 10100 | 10110110 | 0 | 1011001 | 11 | 11011 | 100101110 | 1010001 | 101001 |
Color Harmonies of #BB14B6
Complementary color
Monochromatic Colors of #BB14B6
Black with #BB14B6
Text Example
Text Example
White with #BB14B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14B6; }
p { color: rgb(187,20,182); }
H1.HeaderClassName
{
color: #BB14B6;
}
.AnyTagClassName
{
color: #BB14B6;
}
</style>
background-color css
<style>
a { background-color: #BB14B6; }
a { background-color: rgb(187,20,182); }
div.DivClassName
{
background-color: #BB14B6;
}
.BgClassName
{
background-color: #BB14B6;
}
</style>
border-color css
<style>
span { border-color: #BB14B6; }
span { border-color: rgb(187,20,182); }
td.TdClassName
{
border-color: #BB14B6;
}
.TagClassName
{
border-color: #BB14B6;
}
</style>