Shades of Deep Magenta #BB16B9
Tints of Deep Magenta #BB16B9
RGB
CMYK
RGB Variations
Color information
#BB16B9 (or 0xBB16B9) is known color: Deep Magenta. HEX triplet: BB, 16 and B9. RGB value is (187,22,185). Sum of RGB (Red+Green+Blue) = 187+22+185=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 185 (72.66% from 255 or 46.95% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16B9 is #44E946. Grayscale: #595959. Windows color (decimal): -4516167 or 12129979. OLE color: 12129979.
HSL color Cylindrical-coordinate representation of color #BB16B9: hue angle of 300.73º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB16B9 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 185 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.27 |
| HSL | 300.73º | 0.79% | 0.41% | - |
| HSV(B) | 300.73º | 0.88% | 0.73% | - |
| XYZ | 29.54 | 14.64 | 47.17 | - |
| YUV | 89.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 185 | 0 | 0.88 | 0.01 | 0.27 | 300.73 | 0.79 | 0.41 |
| Hex | BB | 16 | B9 | 0 | 58 | 1 | 1B | 12D | 4F | 29 |
| Octal | 273 | 26 | 271 | 0 | 130 | 1 | 33 | 455 | 117 | 51 |
| Binary | 10111011 | 10110 | 10111001 | 0 | 1011000 | 1 | 11011 | 100101101 | 1001111 | 101001 |
Color Harmonies of #BB16B9
Complementary color
Monochromatic Colors of #BB16B9
Black with #BB16B9
Text Example
Text Example
White with #BB16B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16B9; }
p { color: rgb(187,22,185); }
H1.HeaderClassName
{
color: #BB16B9;
}
.AnyTagClassName
{
color: #BB16B9;
}
</style>
background-color css
<style>
a { background-color: #BB16B9; }
a { background-color: rgb(187,22,185); }
div.DivClassName
{
background-color: #BB16B9;
}
.BgClassName
{
background-color: #BB16B9;
}
</style>
border-color css
<style>
span { border-color: #BB16B9; }
span { border-color: rgb(187,22,185); }
td.TdClassName
{
border-color: #BB16B9;
}
.TagClassName
{
border-color: #BB16B9;
}
</style>