Shades of Deep Magenta #BA19DE
Tints of Deep Magenta #BA19DE
RGB
CMYK
RGB Variations
Color information
#BA19DE (or 0xBA19DE) is known color: Deep Magenta. HEX triplet: BA, 19 and DE. RGB value is (186,25,222). Sum of RGB (Red+Green+Blue) = 186+25+222=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 25 (10.16% from 255 or 5.77% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA19DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19DE is #45E621. Grayscale: #5E5E5E. Windows color (decimal): -4580898 or 14555578. OLE color: 14555578.
HSL color Cylindrical-coordinate representation of color #BA19DE: hue angle of 289.04º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19DE is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 25 | 222 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.13 |
| HSL | 289.04º | 0.8% | 0.48% | - |
| HSV(B) | 289.04º | 0.89% | 0.87% | - |
| XYZ | 33.78 | 16.41 | 70.49 | - |
| YUV | 95.6 | 199.34 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 222 | 0.16 | 0.89 | 0 | 0.13 | 289.04 | 0.8 | 0.48 |
| Hex | BA | 19 | DE | 10 | 59 | 0 | D | 121 | 50 | 30 |
| Octal | 272 | 31 | 336 | 20 | 131 | 0 | 15 | 441 | 120 | 60 |
| Binary | 10111010 | 11001 | 11011110 | 10000 | 1011001 | 0 | 1101 | 100100001 | 1010000 | 110000 |
Color Harmonies of #BA19DE
Complementary color
Monochromatic Colors of #BA19DE
Black with #BA19DE
Text Example
Text Example
White with #BA19DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19DE; }
p { color: rgb(186,25,222); }
H1.HeaderClassName
{
color: #BA19DE;
}
.AnyTagClassName
{
color: #BA19DE;
}
</style>
background-color css
<style>
a { background-color: #BA19DE; }
a { background-color: rgb(186,25,222); }
div.DivClassName
{
background-color: #BA19DE;
}
.BgClassName
{
background-color: #BA19DE;
}
</style>
border-color css
<style>
span { border-color: #BA19DE; }
span { border-color: rgb(186,25,222); }
td.TdClassName
{
border-color: #BA19DE;
}
.TagClassName
{
border-color: #BA19DE;
}
</style>