Shades of Electric Purple #BA0EF0
Tints of Electric Purple #BA0EF0
RGB
CMYK
RGB Variations
Color information
#BA0EF0 (or 0xBA0EF0) is known color: Electric Purple. HEX triplet: BA, 0E and F0. RGB value is (186,14,240). Sum of RGB (Red+Green+Blue) = 186+14+240=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA0EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EF0 is #45F10F. Grayscale: #5A5A5A. Windows color (decimal): -4583696 or 15732410. OLE color: 15732410.
HSL color Cylindrical-coordinate representation of color #BA0EF0: hue angle of 285.66º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EF0 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 14 | 240 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.06 |
| HSL | 285.66º | 0.89% | 0.5% | - |
| HSV(B) | 285.66º | 0.94% | 0.94% | - |
| XYZ | 36.13 | 17.04 | 83.82 | - |
| YUV | 91.19 | 211.98 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 240 | 0.22 | 0.94 | 0 | 0.06 | 285.66 | 0.89 | 0.5 |
| Hex | BA | E | F0 | 16 | 5E | 0 | 6 | 11E | 59 | 32 |
| Octal | 272 | 16 | 360 | 26 | 136 | 0 | 6 | 436 | 131 | 62 |
| Binary | 10111010 | 1110 | 11110000 | 10110 | 1011110 | 0 | 110 | 100011110 | 1011001 | 110010 |
Color Harmonies of #BA0EF0
Complementary color
Monochromatic Colors of #BA0EF0
Black with #BA0EF0
Text Example
Text Example
White with #BA0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EF0; }
p { color: rgb(186,14,240); }
H1.HeaderClassName
{
color: #BA0EF0;
}
.AnyTagClassName
{
color: #BA0EF0;
}
</style>
background-color css
<style>
a { background-color: #BA0EF0; }
a { background-color: rgb(186,14,240); }
div.DivClassName
{
background-color: #BA0EF0;
}
.BgClassName
{
background-color: #BA0EF0;
}
</style>
border-color css
<style>
span { border-color: #BA0EF0; }
span { border-color: rgb(186,14,240); }
td.TdClassName
{
border-color: #BA0EF0;
}
.TagClassName
{
border-color: #BA0EF0;
}
</style>