Shades of Electric Purple #BA0EFB
Tints of Electric Purple #BA0EFB
RGB
CMYK
RGB Variations
Color information
#BA0EFB (or 0xBA0EFB) is known color: Electric Purple. HEX triplet: BA, 0E and FB. RGB value is (186,14,251). Sum of RGB (Red+Green+Blue) = 186+14+251=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA0EFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EFB is #45F104. Grayscale: #5B5B5B. Windows color (decimal): -4583685 or 16453306. OLE color: 16453306.
HSL color Cylindrical-coordinate representation of color #BA0EFB: hue angle of 283.54º degrees, saturation: 0.97, 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 #BA0EFB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 14 | 251 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.02 |
| HSL | 283.54º | 0.97% | 0.52% | - |
| HSV(B) | 283.54º | 0.94% | 0.98% | - |
| XYZ | 37.82 | 17.72 | 92.69 | - |
| YUV | 92.45 | 217.48 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 251 | 0.26 | 0.94 | 0 | 0.02 | 283.54 | 0.97 | 0.52 |
| Hex | BA | E | FB | 1A | 5E | 0 | 2 | 11C | 61 | 34 |
| Octal | 272 | 16 | 373 | 32 | 136 | 0 | 2 | 434 | 141 | 64 |
| Binary | 10111010 | 1110 | 11111011 | 11010 | 1011110 | 0 | 10 | 100011100 | 1100001 | 110100 |
Color Harmonies of #BA0EFB
Complementary color
Monochromatic Colors of #BA0EFB
Black with #BA0EFB
Text Example
Text Example
White with #BA0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EFB; }
p { color: rgb(186,14,251); }
H1.HeaderClassName
{
color: #BA0EFB;
}
.AnyTagClassName
{
color: #BA0EFB;
}
</style>
background-color css
<style>
a { background-color: #BA0EFB; }
a { background-color: rgb(186,14,251); }
div.DivClassName
{
background-color: #BA0EFB;
}
.BgClassName
{
background-color: #BA0EFB;
}
</style>
border-color css
<style>
span { border-color: #BA0EFB; }
span { border-color: rgb(186,14,251); }
td.TdClassName
{
border-color: #BA0EFB;
}
.TagClassName
{
border-color: #BA0EFB;
}
</style>