Shades of Deep Magenta #BB16B8
Tints of Deep Magenta #BB16B8
RGB
CMYK
RGB Variations
Color information
#BB16B8 (or 0xBB16B8) is known color: Deep Magenta. HEX triplet: BB, 16 and B8. RGB value is (187,22,184). Sum of RGB (Red+Green+Blue) = 187+22+184=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 184 (72.27% from 255 or 46.82% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16B8 is #44E947. Grayscale: #595959. Windows color (decimal): -4516168 or 12064443. OLE color: 12064443.
HSL color Cylindrical-coordinate representation of color #BB16B8: hue angle of 301.09º 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 #BB16B8 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 184 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.27 |
| HSL | 301.09º | 0.79% | 0.41% | - |
| HSV(B) | 301.09º | 0.88% | 0.73% | - |
| XYZ | 29.43 | 14.6 | 46.61 | - |
| YUV | 89.8 | 181.16 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 184 | 0 | 0.88 | 0.02 | 0.27 | 301.09 | 0.79 | 0.41 |
| Hex | BB | 16 | B8 | 0 | 58 | 2 | 1B | 12D | 4F | 29 |
| Octal | 273 | 26 | 270 | 0 | 130 | 2 | 33 | 455 | 117 | 51 |
| Binary | 10111011 | 10110 | 10111000 | 0 | 1011000 | 10 | 11011 | 100101101 | 1001111 | 101001 |
Color Harmonies of #BB16B8
Complementary color
Monochromatic Colors of #BB16B8
Black with #BB16B8
Text Example
Text Example
White with #BB16B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16B8; }
p { color: rgb(187,22,184); }
H1.HeaderClassName
{
color: #BB16B8;
}
.AnyTagClassName
{
color: #BB16B8;
}
</style>
background-color css
<style>
a { background-color: #BB16B8; }
a { background-color: rgb(187,22,184); }
div.DivClassName
{
background-color: #BB16B8;
}
.BgClassName
{
background-color: #BB16B8;
}
</style>
border-color css
<style>
span { border-color: #BB16B8; }
span { border-color: rgb(187,22,184); }
td.TdClassName
{
border-color: #BB16B8;
}
.TagClassName
{
border-color: #BB16B8;
}
</style>