Shades of Deep Magenta #BB16B2
Tints of Deep Magenta #BB16B2
RGB
CMYK
RGB Variations
Color information
#BB16B2 (or 0xBB16B2) is known color: Deep Magenta. HEX triplet: BB, 16 and B2. RGB value is (187,22,178). Sum of RGB (Red+Green+Blue) = 187+22+178=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB16B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB16B2 is #44E94D. Grayscale: #585858. Windows color (decimal): -4516174 or 11671227. OLE color: 11671227.
HSL color Cylindrical-coordinate representation of color #BB16B2: hue angle of 303.27º 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 #BB16B2 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 178 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.27 |
| HSL | 303.27º | 0.79% | 0.41% | - |
| HSV(B) | 303.27º | 0.88% | 0.73% | - |
| XYZ | 28.82 | 14.35 | 43.37 | - |
| YUV | 89.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 178 | 0 | 0.88 | 0.05 | 0.27 | 303.27 | 0.79 | 0.41 |
| Hex | BB | 16 | B2 | 0 | 58 | 5 | 1B | 12F | 4F | 29 |
| Octal | 273 | 26 | 262 | 0 | 130 | 5 | 33 | 457 | 117 | 51 |
| Binary | 10111011 | 10110 | 10110010 | 0 | 1011000 | 101 | 11011 | 100101111 | 1001111 | 101001 |
Color Harmonies of #BB16B2
Complementary color
Monochromatic Colors of #BB16B2
Black with #BB16B2
Text Example
Text Example
White with #BB16B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16B2; }
p { color: rgb(187,22,178); }
H1.HeaderClassName
{
color: #BB16B2;
}
.AnyTagClassName
{
color: #BB16B2;
}
</style>
background-color css
<style>
a { background-color: #BB16B2; }
a { background-color: rgb(187,22,178); }
div.DivClassName
{
background-color: #BB16B2;
}
.BgClassName
{
background-color: #BB16B2;
}
</style>
border-color css
<style>
span { border-color: #BB16B2; }
span { border-color: rgb(187,22,178); }
td.TdClassName
{
border-color: #BB16B2;
}
.TagClassName
{
border-color: #BB16B2;
}
</style>