Shades of Deep Magenta #BA16D9
Tints of Deep Magenta #BA16D9
RGB
CMYK
RGB Variations
Color information
#BA16D9 (or 0xBA16D9) is known color: Deep Magenta. HEX triplet: BA, 16 and D9. RGB value is (186,22,217). Sum of RGB (Red+Green+Blue) = 186+22+217=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 217 (85.16% from 255 or 51.06% from 425); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA16D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA16D9 is #45E926. Grayscale: #5C5C5C. Windows color (decimal): -4581671 or 14227130. OLE color: 14227130.
HSL color Cylindrical-coordinate representation of color #BA16D9: hue angle of 290.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA16D9 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 22 | 217 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.15 |
| HSL | 290.46º | 0.82% | 0.47% | - |
| HSV(B) | 290.46º | 0.9% | 0.85% | - |
| XYZ | 33.06 | 16.02 | 67 | - |
| YUV | 93.27 | 197.83 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 217 | 0.14 | 0.90 | 0 | 0.15 | 290.46 | 0.82 | 0.47 |
| Hex | BA | 16 | D9 | E | 5A | 0 | F | 122 | 52 | 2F |
| Octal | 272 | 26 | 331 | 16 | 132 | 0 | 17 | 442 | 122 | 57 |
| Binary | 10111010 | 10110 | 11011001 | 1110 | 1011010 | 0 | 1111 | 100100010 | 1010010 | 101111 |
Color Harmonies of #BA16D9
Complementary color
Monochromatic Colors of #BA16D9
Black with #BA16D9
Text Example
Text Example
White with #BA16D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16D9; }
p { color: rgb(186,22,217); }
H1.HeaderClassName
{
color: #BA16D9;
}
.AnyTagClassName
{
color: #BA16D9;
}
</style>
background-color css
<style>
a { background-color: #BA16D9; }
a { background-color: rgb(186,22,217); }
div.DivClassName
{
background-color: #BA16D9;
}
.BgClassName
{
background-color: #BA16D9;
}
</style>
border-color css
<style>
span { border-color: #BA16D9; }
span { border-color: rgb(186,22,217); }
td.TdClassName
{
border-color: #BA16D9;
}
.TagClassName
{
border-color: #BA16D9;
}
</style>