Shades of Electric Purple #BA12E5
Tints of Electric Purple #BA12E5
RGB
CMYK
RGB Variations
Color information
#BA12E5 (or 0xBA12E5) is known color: Electric Purple. HEX triplet: BA, 12 and E5. RGB value is (186,18,229). Sum of RGB (Red+Green+Blue) = 186+18+229=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 229 (89.84% from 255 or 52.89% from 433); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA12E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA12E5 is #45ED1A. Grayscale: #5B5B5B. Windows color (decimal): -4582683 or 15012538. OLE color: 15012538.
HSL color Cylindrical-coordinate representation of color #BA12E5: hue angle of 287.77º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA12E5 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 18 | 229 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.10 |
| HSL | 287.77º | 0.85% | 0.48% | - |
| HSV(B) | 287.77º | 0.92% | 0.9% | - |
| XYZ | 34.61 | 16.53 | 75.5 | - |
| YUV | 92.29 | 205.16 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 229 | 0.19 | 0.92 | 0 | 0.10 | 287.77 | 0.85 | 0.48 |
| Hex | BA | 12 | E5 | 13 | 5C | 0 | A | 120 | 55 | 30 |
| Octal | 272 | 22 | 345 | 23 | 134 | 0 | 12 | 440 | 125 | 60 |
| Binary | 10111010 | 10010 | 11100101 | 10011 | 1011100 | 0 | 1010 | 100100000 | 1010101 | 110000 |
Color Harmonies of #BA12E5
Complementary color
Monochromatic Colors of #BA12E5
Black with #BA12E5
Text Example
Text Example
White with #BA12E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12E5; }
p { color: rgb(186,18,229); }
H1.HeaderClassName
{
color: #BA12E5;
}
.AnyTagClassName
{
color: #BA12E5;
}
</style>
background-color css
<style>
a { background-color: #BA12E5; }
a { background-color: rgb(186,18,229); }
div.DivClassName
{
background-color: #BA12E5;
}
.BgClassName
{
background-color: #BA12E5;
}
</style>
border-color css
<style>
span { border-color: #BA12E5; }
span { border-color: rgb(186,18,229); }
td.TdClassName
{
border-color: #BA12E5;
}
.TagClassName
{
border-color: #BA12E5;
}
</style>