Shades of Deep Magenta #BA19CE
Tints of Deep Magenta #BA19CE
RGB
CMYK
RGB Variations
Color information
#BA19CE (or 0xBA19CE) is known color: Deep Magenta. HEX triplet: BA, 19 and CE. RGB value is (186,25,206). Sum of RGB (Red+Green+Blue) = 186+25+206=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 25 (10.16% from 255 or 6.00% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA19CE is #45E631. Grayscale: #5D5D5D. Windows color (decimal): -4580914 or 13507002. OLE color: 13507002.
HSL color Cylindrical-coordinate representation of color #BA19CE: hue angle of 293.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA19CE is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 25 | 206 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.19 |
| HSL | 293.37º | 0.78% | 0.45% | - |
| HSV(B) | 293.37º | 0.88% | 0.81% | - |
| XYZ | 31.74 | 15.59 | 59.73 | - |
| YUV | 93.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 206 | 0.10 | 0.88 | 0 | 0.19 | 293.37 | 0.78 | 0.45 |
| Hex | BA | 19 | CE | A | 58 | 0 | 13 | 125 | 4E | 2D |
| Octal | 272 | 31 | 316 | 12 | 130 | 0 | 23 | 445 | 116 | 55 |
| Binary | 10111010 | 11001 | 11001110 | 1010 | 1011000 | 0 | 10011 | 100100101 | 1001110 | 101101 |
Color Harmonies of #BA19CE
Complementary color
Monochromatic Colors of #BA19CE
Black with #BA19CE
Text Example
Text Example
White with #BA19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19CE; }
p { color: rgb(186,25,206); }
H1.HeaderClassName
{
color: #BA19CE;
}
.AnyTagClassName
{
color: #BA19CE;
}
</style>
background-color css
<style>
a { background-color: #BA19CE; }
a { background-color: rgb(186,25,206); }
div.DivClassName
{
background-color: #BA19CE;
}
.BgClassName
{
background-color: #BA19CE;
}
</style>
border-color css
<style>
span { border-color: #BA19CE; }
span { border-color: rgb(186,25,206); }
td.TdClassName
{
border-color: #BA19CE;
}
.TagClassName
{
border-color: #BA19CE;
}
</style>