Shades of Deep Magenta #BB16DD
Tints of Deep Magenta #BB16DD
RGB
CMYK
RGB Variations
Color information
#BB16DD (or 0xBB16DD) is known color: Deep Magenta. HEX triplet: BB, 16 and DD. RGB value is (187,22,221). Sum of RGB (Red+Green+Blue) = 187+22+221=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB16DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16DD is #44E922. Grayscale: #5D5D5D. Windows color (decimal): -4516131 or 14489275. OLE color: 14489275.
HSL color Cylindrical-coordinate representation of color #BB16DD: hue angle of 289.75º 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 #BB16DD is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 22 | 221 | - |
| CMYK | 0.15 | 0.90 | 0 | 0.13 |
| HSL | 289.75º | 0.82% | 0.48% | - |
| HSV(B) | 289.75º | 0.9% | 0.87% | - |
| XYZ | 33.83 | 16.36 | 69.78 | - |
| YUV | 94.02 | 199.66 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 221 | 0.15 | 0.90 | 0 | 0.13 | 289.75 | 0.82 | 0.48 |
| Hex | BB | 16 | DD | F | 5A | 0 | D | 122 | 52 | 30 |
| Octal | 273 | 26 | 335 | 17 | 132 | 0 | 15 | 442 | 122 | 60 |
| Binary | 10111011 | 10110 | 11011101 | 1111 | 1011010 | 0 | 1101 | 100100010 | 1010010 | 110000 |
Color Harmonies of #BB16DD
Complementary color
Monochromatic Colors of #BB16DD
Black with #BB16DD
Text Example
Text Example
White with #BB16DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16DD; }
p { color: rgb(187,22,221); }
H1.HeaderClassName
{
color: #BB16DD;
}
.AnyTagClassName
{
color: #BB16DD;
}
</style>
background-color css
<style>
a { background-color: #BB16DD; }
a { background-color: rgb(187,22,221); }
div.DivClassName
{
background-color: #BB16DD;
}
.BgClassName
{
background-color: #BB16DD;
}
</style>
border-color css
<style>
span { border-color: #BB16DD; }
span { border-color: rgb(187,22,221); }
td.TdClassName
{
border-color: #BB16DD;
}
.TagClassName
{
border-color: #BB16DD;
}
</style>