Shades of Electric Purple #BA12FA
Tints of Electric Purple #BA12FA
RGB
CMYK
RGB Variations
Color information
#BA12FA (or 0xBA12FA) is known color: Electric Purple. HEX triplet: BA, 12 and FA. RGB value is (186,18,250). Sum of RGB (Red+Green+Blue) = 186+18+250=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 18 (7.42% from 255 or 3.96% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA12FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA12FA is #45ED05. Grayscale: #5D5D5D. Windows color (decimal): -4582662 or 16388794. OLE color: 16388794.
HSL color Cylindrical-coordinate representation of color #BA12FA: hue angle of 283.45º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA12FA is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 18 | 250 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.02 |
| HSL | 283.45º | 0.96% | 0.53% | - |
| HSV(B) | 283.45º | 0.93% | 0.98% | - |
| XYZ | 37.72 | 17.77 | 91.89 | - |
| YUV | 94.68 | 215.66 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 250 | 0.26 | 0.93 | 0 | 0.02 | 283.45 | 0.96 | 0.53 |
| Hex | BA | 12 | FA | 1A | 5D | 0 | 2 | 11B | 60 | 35 |
| Octal | 272 | 22 | 372 | 32 | 135 | 0 | 2 | 433 | 140 | 65 |
| Binary | 10111010 | 10010 | 11111010 | 11010 | 1011101 | 0 | 10 | 100011011 | 1100000 | 110101 |
Color Harmonies of #BA12FA
Complementary color
Monochromatic Colors of #BA12FA
Black with #BA12FA
Text Example
Text Example
White with #BA12FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA12FA; }
p { color: rgb(186,18,250); }
H1.HeaderClassName
{
color: #BA12FA;
}
.AnyTagClassName
{
color: #BA12FA;
}
</style>
background-color css
<style>
a { background-color: #BA12FA; }
a { background-color: rgb(186,18,250); }
div.DivClassName
{
background-color: #BA12FA;
}
.BgClassName
{
background-color: #BA12FA;
}
</style>
border-color css
<style>
span { border-color: #BA12FA; }
span { border-color: rgb(186,18,250); }
td.TdClassName
{
border-color: #BA12FA;
}
.TagClassName
{
border-color: #BA12FA;
}
</style>