Shades of Electric Purple #BA0EFA
Tints of Electric Purple #BA0EFA
RGB
CMYK
RGB Variations
Color information
#BA0EFA (or 0xBA0EFA) is known color: Electric Purple. HEX triplet: BA, 0E and FA. RGB value is (186,14,250). Sum of RGB (Red+Green+Blue) = 186+14+250=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 14 (5.86% from 255 or 3.11% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA0EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EFA is #45F105. Grayscale: #5B5B5B. Windows color (decimal): -4583686 or 16387770. OLE color: 16387770.
HSL color Cylindrical-coordinate representation of color #BA0EFA: hue angle of 283.73º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EFA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 14 | 250 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.02 |
| HSL | 283.73º | 0.96% | 0.52% | - |
| HSV(B) | 283.73º | 0.94% | 0.98% | - |
| XYZ | 37.66 | 17.66 | 91.87 | - |
| YUV | 92.33 | 216.98 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 250 | 0.26 | 0.94 | 0 | 0.02 | 283.73 | 0.96 | 0.52 |
| Hex | BA | E | FA | 1A | 5E | 0 | 2 | 11C | 60 | 34 |
| Octal | 272 | 16 | 372 | 32 | 136 | 0 | 2 | 434 | 140 | 64 |
| Binary | 10111010 | 1110 | 11111010 | 11010 | 1011110 | 0 | 10 | 100011100 | 1100000 | 110100 |
Color Harmonies of #BA0EFA
Complementary color
Monochromatic Colors of #BA0EFA
Black with #BA0EFA
Text Example
Text Example
White with #BA0EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EFA; }
p { color: rgb(186,14,250); }
H1.HeaderClassName
{
color: #BA0EFA;
}
.AnyTagClassName
{
color: #BA0EFA;
}
</style>
background-color css
<style>
a { background-color: #BA0EFA; }
a { background-color: rgb(186,14,250); }
div.DivClassName
{
background-color: #BA0EFA;
}
.BgClassName
{
background-color: #BA0EFA;
}
</style>
border-color css
<style>
span { border-color: #BA0EFA; }
span { border-color: rgb(186,14,250); }
td.TdClassName
{
border-color: #BA0EFA;
}
.TagClassName
{
border-color: #BA0EFA;
}
</style>