Shades of Deep Magenta #BB16D8
Tints of Deep Magenta #BB16D8
RGB
CMYK
RGB Variations
Color information
#BB16D8 (or 0xBB16D8) is known color: Deep Magenta. HEX triplet: BB, 16 and D8. RGB value is (187,22,216). Sum of RGB (Red+Green+Blue) = 187+22+216=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 216 (84.77% from 255 or 50.82% from 425); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB16D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16D8 is #44E927. Grayscale: #5C5C5C. Windows color (decimal): -4516136 or 14161595. OLE color: 14161595.
HSL color Cylindrical-coordinate representation of color #BB16D8: hue angle of 291.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB16D8 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 22 | 216 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.15 |
| HSL | 291.03º | 0.82% | 0.47% | - |
| HSV(B) | 291.03º | 0.9% | 0.85% | - |
| XYZ | 33.18 | 16.1 | 66.32 | - |
| YUV | 93.45 | 197.16 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 216 | 0.13 | 0.90 | 0 | 0.15 | 291.03 | 0.82 | 0.47 |
| Hex | BB | 16 | D8 | D | 5A | 0 | F | 123 | 52 | 2F |
| Octal | 273 | 26 | 330 | 15 | 132 | 0 | 17 | 443 | 122 | 57 |
| Binary | 10111011 | 10110 | 11011000 | 1101 | 1011010 | 0 | 1111 | 100100011 | 1010010 | 101111 |
Color Harmonies of #BB16D8
Complementary color
Monochromatic Colors of #BB16D8
Black with #BB16D8
Text Example
Text Example
White with #BB16D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16D8; }
p { color: rgb(187,22,216); }
H1.HeaderClassName
{
color: #BB16D8;
}
.AnyTagClassName
{
color: #BB16D8;
}
</style>
background-color css
<style>
a { background-color: #BB16D8; }
a { background-color: rgb(187,22,216); }
div.DivClassName
{
background-color: #BB16D8;
}
.BgClassName
{
background-color: #BB16D8;
}
</style>
border-color css
<style>
span { border-color: #BB16D8; }
span { border-color: rgb(187,22,216); }
td.TdClassName
{
border-color: #BB16D8;
}
.TagClassName
{
border-color: #BB16D8;
}
</style>