Shades of Deep Magenta #BB16E0
Tints of Deep Magenta #BB16E0
RGB
CMYK
RGB Variations
Color information
#BB16E0 (or 0xBB16E0) is known color: Deep Magenta. HEX triplet: BB, 16 and E0. RGB value is (187,22,224). Sum of RGB (Red+Green+Blue) = 187+22+224=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 22 (8.98% from 255 or 5.08% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB16E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16E0 is #44E91F. Grayscale: #5D5D5D. Windows color (decimal): -4516128 or 14685883. OLE color: 14685883.
HSL color Cylindrical-coordinate representation of color #BB16E0: hue angle of 289.01º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB16E0 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 22 | 224 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.12 |
| HSL | 289.01º | 0.82% | 0.48% | - |
| HSV(B) | 289.01º | 0.9% | 0.88% | - |
| XYZ | 34.23 | 16.52 | 71.91 | - |
| YUV | 94.36 | 201.16 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 224 | 0.17 | 0.90 | 0 | 0.12 | 289.01 | 0.82 | 0.48 |
| Hex | BB | 16 | E0 | 11 | 5A | 0 | C | 121 | 52 | 30 |
| Octal | 273 | 26 | 340 | 21 | 132 | 0 | 14 | 441 | 122 | 60 |
| Binary | 10111011 | 10110 | 11100000 | 10001 | 1011010 | 0 | 1100 | 100100001 | 1010010 | 110000 |
Color Harmonies of #BB16E0
Complementary color
Monochromatic Colors of #BB16E0
Black with #BB16E0
Text Example
Text Example
White with #BB16E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16E0; }
p { color: rgb(187,22,224); }
H1.HeaderClassName
{
color: #BB16E0;
}
.AnyTagClassName
{
color: #BB16E0;
}
</style>
background-color css
<style>
a { background-color: #BB16E0; }
a { background-color: rgb(187,22,224); }
div.DivClassName
{
background-color: #BB16E0;
}
.BgClassName
{
background-color: #BB16E0;
}
</style>
border-color css
<style>
span { border-color: #BB16E0; }
span { border-color: rgb(187,22,224); }
td.TdClassName
{
border-color: #BB16E0;
}
.TagClassName
{
border-color: #BB16E0;
}
</style>