Shades of Deep Magenta #BA19D7
Tints of Deep Magenta #BA19D7
RGB
CMYK
RGB Variations
Color information
#BA19D7 (or 0xBA19D7) is known color: Deep Magenta. HEX triplet: BA, 19 and D7. RGB value is (186,25,215). Sum of RGB (Red+Green+Blue) = 186+25+215=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 25 (10.16% from 255 or 5.87% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA19D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19D7 is #45E628. Grayscale: #5E5E5E. Windows color (decimal): -4580905 or 14096826. OLE color: 14096826.
HSL color Cylindrical-coordinate representation of color #BA19D7: hue angle of 290.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA19D7 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 25 | 215 | - |
| CMYK | 0.13 | 0.88 | 0 | 0.16 |
| HSL | 290.84º | 0.79% | 0.47% | - |
| HSV(B) | 290.84º | 0.88% | 0.84% | - |
| XYZ | 32.86 | 16.04 | 65.65 | - |
| YUV | 94.8 | 195.84 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 215 | 0.13 | 0.88 | 0 | 0.16 | 290.84 | 0.79 | 0.47 |
| Hex | BA | 19 | D7 | D | 58 | 0 | 10 | 123 | 4F | 2F |
| Octal | 272 | 31 | 327 | 15 | 130 | 0 | 20 | 443 | 117 | 57 |
| Binary | 10111010 | 11001 | 11010111 | 1101 | 1011000 | 0 | 10000 | 100100011 | 1001111 | 101111 |
Color Harmonies of #BA19D7
Complementary color
Monochromatic Colors of #BA19D7
Black with #BA19D7
Text Example
Text Example
White with #BA19D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19D7; }
p { color: rgb(186,25,215); }
H1.HeaderClassName
{
color: #BA19D7;
}
.AnyTagClassName
{
color: #BA19D7;
}
</style>
background-color css
<style>
a { background-color: #BA19D7; }
a { background-color: rgb(186,25,215); }
div.DivClassName
{
background-color: #BA19D7;
}
.BgClassName
{
background-color: #BA19D7;
}
</style>
border-color css
<style>
span { border-color: #BA19D7; }
span { border-color: rgb(186,25,215); }
td.TdClassName
{
border-color: #BA19D7;
}
.TagClassName
{
border-color: #BA19D7;
}
</style>