Shades of Deep Magenta #BA16BB
Tints of Deep Magenta #BA16BB
RGB
CMYK
RGB Variations
Color information
#BA16BB (or 0xBA16BB) is known color: Deep Magenta. HEX triplet: BA, 16 and BB. RGB value is (186,22,187). Sum of RGB (Red+Green+Blue) = 186+22+187=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 22 (8.98% from 255 or 5.57% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA16BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16BB is #45E944. Grayscale: #595959. Windows color (decimal): -4581701 or 12261050. OLE color: 12261050.
HSL color Cylindrical-coordinate representation of color #BA16BB: hue angle of 299.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA16BB is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 187 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.27 |
| HSL | 299.64º | 0.79% | 0.41% | - |
| HSV(B) | 299.64º | 0.88% | 0.73% | - |
| XYZ | 29.51 | 14.6 | 48.28 | - |
| YUV | 89.85 | 182.83 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 187 | 0.01 | 0.88 | 0 | 0.27 | 299.64 | 0.79 | 0.41 |
| Hex | BA | 16 | BB | 1 | 58 | 0 | 1B | 12C | 4F | 29 |
| Octal | 272 | 26 | 273 | 1 | 130 | 0 | 33 | 454 | 117 | 51 |
| Binary | 10111010 | 10110 | 10111011 | 1 | 1011000 | 0 | 11011 | 100101100 | 1001111 | 101001 |
Color Harmonies of #BA16BB
Complementary color
Monochromatic Colors of #BA16BB
Black with #BA16BB
Text Example
Text Example
White with #BA16BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16BB; }
p { color: rgb(186,22,187); }
H1.HeaderClassName
{
color: #BA16BB;
}
.AnyTagClassName
{
color: #BA16BB;
}
</style>
background-color css
<style>
a { background-color: #BA16BB; }
a { background-color: rgb(186,22,187); }
div.DivClassName
{
background-color: #BA16BB;
}
.BgClassName
{
background-color: #BA16BB;
}
</style>
border-color css
<style>
span { border-color: #BA16BB; }
span { border-color: rgb(186,22,187); }
td.TdClassName
{
border-color: #BA16BB;
}
.TagClassName
{
border-color: #BA16BB;
}
</style>