Shades of Deep Magenta #BB16C1
Tints of Deep Magenta #BB16C1
RGB
CMYK
RGB Variations
Color information
#BB16C1 (or 0xBB16C1) is known color: Deep Magenta. HEX triplet: BB, 16 and C1. RGB value is (187,22,193). Sum of RGB (Red+Green+Blue) = 187+22+193=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB16C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16C1 is #44E93E. Grayscale: #5A5A5A. Windows color (decimal): -4516159 or 12654267. OLE color: 12654267.
HSL color Cylindrical-coordinate representation of color #BB16C1: hue angle of 297.89º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB16C1 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 22 | 193 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.24 |
| HSL | 297.89º | 0.8% | 0.42% | - |
| HSV(B) | 297.89º | 0.89% | 0.76% | - |
| XYZ | 30.41 | 14.99 | 51.74 | - |
| YUV | 90.83 | 185.66 | 196.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 193 | 0.03 | 0.89 | 0 | 0.24 | 297.89 | 0.8 | 0.42 |
| Hex | BB | 16 | C1 | 3 | 59 | 0 | 18 | 12A | 50 | 2A |
| Octal | 273 | 26 | 301 | 3 | 131 | 0 | 30 | 452 | 120 | 52 |
| Binary | 10111011 | 10110 | 11000001 | 11 | 1011001 | 0 | 11000 | 100101010 | 1010000 | 101010 |
Color Harmonies of #BB16C1
Complementary color
Monochromatic Colors of #BB16C1
Black with #BB16C1
Text Example
Text Example
White with #BB16C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16C1; }
p { color: rgb(187,22,193); }
H1.HeaderClassName
{
color: #BB16C1;
}
.AnyTagClassName
{
color: #BB16C1;
}
</style>
background-color css
<style>
a { background-color: #BB16C1; }
a { background-color: rgb(187,22,193); }
div.DivClassName
{
background-color: #BB16C1;
}
.BgClassName
{
background-color: #BB16C1;
}
</style>
border-color css
<style>
span { border-color: #BB16C1; }
span { border-color: rgb(187,22,193); }
td.TdClassName
{
border-color: #BB16C1;
}
.TagClassName
{
border-color: #BB16C1;
}
</style>