Shades of Deep Magenta #BB16DE
Tints of Deep Magenta #BB16DE
RGB
CMYK
RGB Variations
Color information
#BB16DE (or 0xBB16DE) is known color: Deep Magenta. HEX triplet: BB, 16 and DE. RGB value is (187,22,222). Sum of RGB (Red+Green+Blue) = 187+22+222=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 222 (87.11% from 255 or 51.51% from 431); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB16DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16DE is #44E921. Grayscale: #5D5D5D. Windows color (decimal): -4516130 or 14554811. OLE color: 14554811.
HSL color Cylindrical-coordinate representation of color #BB16DE: hue angle of 289.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB16DE is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 22 | 222 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.13 |
| HSL | 289.5º | 0.82% | 0.48% | - |
| HSV(B) | 289.5º | 0.9% | 0.87% | - |
| XYZ | 33.97 | 16.41 | 70.49 | - |
| YUV | 94.14 | 200.16 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 222 | 0.16 | 0.90 | 0 | 0.13 | 289.5 | 0.82 | 0.48 |
| Hex | BB | 16 | DE | 10 | 5A | 0 | D | 122 | 52 | 30 |
| Octal | 273 | 26 | 336 | 20 | 132 | 0 | 15 | 442 | 122 | 60 |
| Binary | 10111011 | 10110 | 11011110 | 10000 | 1011010 | 0 | 1101 | 100100010 | 1010010 | 110000 |
Color Harmonies of #BB16DE
Complementary color
Monochromatic Colors of #BB16DE
Black with #BB16DE
Text Example
Text Example
White with #BB16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16DE; }
p { color: rgb(187,22,222); }
H1.HeaderClassName
{
color: #BB16DE;
}
.AnyTagClassName
{
color: #BB16DE;
}
</style>
background-color css
<style>
a { background-color: #BB16DE; }
a { background-color: rgb(187,22,222); }
div.DivClassName
{
background-color: #BB16DE;
}
.BgClassName
{
background-color: #BB16DE;
}
</style>
border-color css
<style>
span { border-color: #BB16DE; }
span { border-color: rgb(187,22,222); }
td.TdClassName
{
border-color: #BB16DE;
}
.TagClassName
{
border-color: #BB16DE;
}
</style>