Shades of Deep Magenta #BA19DF
Tints of Deep Magenta #BA19DF
RGB
CMYK
RGB Variations
Color information
#BA19DF (or 0xBA19DF) is known color: Deep Magenta. HEX triplet: BA, 19 and DF. RGB value is (186,25,223). Sum of RGB (Red+Green+Blue) = 186+25+223=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19DF is #45E620. Grayscale: #5F5F5F. Windows color (decimal): -4580897 or 14621114. OLE color: 14621114.
HSL color Cylindrical-coordinate representation of color #BA19DF: hue angle of 288.79º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19DF is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 25 | 223 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.13 |
| HSL | 288.79º | 0.8% | 0.49% | - |
| HSV(B) | 288.79º | 0.89% | 0.87% | - |
| XYZ | 33.92 | 16.46 | 71.2 | - |
| YUV | 95.71 | 199.84 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 223 | 0.17 | 0.89 | 0 | 0.13 | 288.79 | 0.8 | 0.49 |
| Hex | BA | 19 | DF | 11 | 59 | 0 | D | 121 | 50 | 31 |
| Octal | 272 | 31 | 337 | 21 | 131 | 0 | 15 | 441 | 120 | 61 |
| Binary | 10111010 | 11001 | 11011111 | 10001 | 1011001 | 0 | 1101 | 100100001 | 1010000 | 110001 |
Color Harmonies of #BA19DF
Complementary color
Monochromatic Colors of #BA19DF
Black with #BA19DF
Text Example
Text Example
White with #BA19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19DF; }
p { color: rgb(186,25,223); }
H1.HeaderClassName
{
color: #BA19DF;
}
.AnyTagClassName
{
color: #BA19DF;
}
</style>
background-color css
<style>
a { background-color: #BA19DF; }
a { background-color: rgb(186,25,223); }
div.DivClassName
{
background-color: #BA19DF;
}
.BgClassName
{
background-color: #BA19DF;
}
</style>
border-color css
<style>
span { border-color: #BA19DF; }
span { border-color: rgb(186,25,223); }
td.TdClassName
{
border-color: #BA19DF;
}
.TagClassName
{
border-color: #BA19DF;
}
</style>