Shades of Deep Magenta #BB16D4
Tints of Deep Magenta #BB16D4
RGB
CMYK
RGB Variations
Color information
#BB16D4 (or 0xBB16D4) is known color: Deep Magenta. HEX triplet: BB, 16 and D4. RGB value is (187,22,212). Sum of RGB (Red+Green+Blue) = 187+22+212=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #BB16D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16D4 is #44E92B. Grayscale: #5C5C5C. Windows color (decimal): -4516140 or 13899451. OLE color: 13899451.
HSL color Cylindrical-coordinate representation of color #BB16D4: hue angle of 292.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB16D4 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 22 | 212 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.17 |
| HSL | 292.11º | 0.81% | 0.46% | - |
| HSV(B) | 292.11º | 0.9% | 0.83% | - |
| XYZ | 32.66 | 15.89 | 63.63 | - |
| YUV | 93 | 195.16 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 212 | 0.12 | 0.90 | 0 | 0.17 | 292.11 | 0.81 | 0.46 |
| Hex | BB | 16 | D4 | C | 5A | 0 | 11 | 124 | 51 | 2E |
| Octal | 273 | 26 | 324 | 14 | 132 | 0 | 21 | 444 | 121 | 56 |
| Binary | 10111011 | 10110 | 11010100 | 1100 | 1011010 | 0 | 10001 | 100100100 | 1010001 | 101110 |
Color Harmonies of #BB16D4
Complementary color
Monochromatic Colors of #BB16D4
Black with #BB16D4
Text Example
Text Example
White with #BB16D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16D4; }
p { color: rgb(187,22,212); }
H1.HeaderClassName
{
color: #BB16D4;
}
.AnyTagClassName
{
color: #BB16D4;
}
</style>
background-color css
<style>
a { background-color: #BB16D4; }
a { background-color: rgb(187,22,212); }
div.DivClassName
{
background-color: #BB16D4;
}
.BgClassName
{
background-color: #BB16D4;
}
</style>
border-color css
<style>
span { border-color: #BB16D4; }
span { border-color: rgb(187,22,212); }
td.TdClassName
{
border-color: #BB16D4;
}
.TagClassName
{
border-color: #BB16D4;
}
</style>