Shades of Electric Purple #BA19E6
Tints of Electric Purple #BA19E6
RGB
CMYK
RGB Variations
Color information
#BA19E6 (or 0xBA19E6) is known color: Electric Purple. HEX triplet: BA, 19 and E6. RGB value is (186,25,230). Sum of RGB (Red+Green+Blue) = 186+25+230=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 25 (10.16% from 255 or 5.67% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA19E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19E6 is #45E619. Grayscale: #5F5F5F. Windows color (decimal): -4580890 or 15079866. OLE color: 15079866.
HSL color Cylindrical-coordinate representation of color #BA19E6: hue angle of 287.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19E6 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 25 | 230 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.10 |
| HSL | 287.12º | 0.8% | 0.5% | - |
| HSV(B) | 287.12º | 0.89% | 0.9% | - |
| XYZ | 34.88 | 16.85 | 76.28 | - |
| YUV | 96.51 | 203.34 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 230 | 0.19 | 0.89 | 0 | 0.10 | 287.12 | 0.8 | 0.5 |
| Hex | BA | 19 | E6 | 13 | 59 | 0 | A | 11F | 50 | 32 |
| Octal | 272 | 31 | 346 | 23 | 131 | 0 | 12 | 437 | 120 | 62 |
| Binary | 10111010 | 11001 | 11100110 | 10011 | 1011001 | 0 | 1010 | 100011111 | 1010000 | 110010 |
Color Harmonies of #BA19E6
Complementary color
Monochromatic Colors of #BA19E6
Black with #BA19E6
Text Example
Text Example
White with #BA19E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19E6; }
p { color: rgb(186,25,230); }
H1.HeaderClassName
{
color: #BA19E6;
}
.AnyTagClassName
{
color: #BA19E6;
}
</style>
background-color css
<style>
a { background-color: #BA19E6; }
a { background-color: rgb(186,25,230); }
div.DivClassName
{
background-color: #BA19E6;
}
.BgClassName
{
background-color: #BA19E6;
}
</style>
border-color css
<style>
span { border-color: #BA19E6; }
span { border-color: rgb(186,25,230); }
td.TdClassName
{
border-color: #BA19E6;
}
.TagClassName
{
border-color: #BA19E6;
}
</style>