Shades of Deep Magenta #BA19DC
Tints of Deep Magenta #BA19DC
RGB
CMYK
RGB Variations
Color information
#BA19DC (or 0xBA19DC) is known color: Deep Magenta. HEX triplet: BA, 19 and DC. RGB value is (186,25,220). Sum of RGB (Red+Green+Blue) = 186+25+220=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19DC is #45E623. Grayscale: #5E5E5E. Windows color (decimal): -4580900 or 14424506. OLE color: 14424506.
HSL color Cylindrical-coordinate representation of color #BA19DC: hue angle of 289.54º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19DC is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 25 | 220 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.14 |
| HSL | 289.54º | 0.8% | 0.48% | - |
| HSV(B) | 289.54º | 0.89% | 0.86% | - |
| XYZ | 33.52 | 16.3 | 69.09 | - |
| YUV | 95.37 | 198.34 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 220 | 0.15 | 0.89 | 0 | 0.14 | 289.54 | 0.8 | 0.48 |
| Hex | BA | 19 | DC | F | 59 | 0 | E | 122 | 50 | 30 |
| Octal | 272 | 31 | 334 | 17 | 131 | 0 | 16 | 442 | 120 | 60 |
| Binary | 10111010 | 11001 | 11011100 | 1111 | 1011001 | 0 | 1110 | 100100010 | 1010000 | 110000 |
Color Harmonies of #BA19DC
Complementary color
Monochromatic Colors of #BA19DC
Black with #BA19DC
Text Example
Text Example
White with #BA19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19DC; }
p { color: rgb(186,25,220); }
H1.HeaderClassName
{
color: #BA19DC;
}
.AnyTagClassName
{
color: #BA19DC;
}
</style>
background-color css
<style>
a { background-color: #BA19DC; }
a { background-color: rgb(186,25,220); }
div.DivClassName
{
background-color: #BA19DC;
}
.BgClassName
{
background-color: #BA19DC;
}
</style>
border-color css
<style>
span { border-color: #BA19DC; }
span { border-color: rgb(186,25,220); }
td.TdClassName
{
border-color: #BA19DC;
}
.TagClassName
{
border-color: #BA19DC;
}
</style>