Shades of Electric Purple #BA0EF6
Tints of Electric Purple #BA0EF6
RGB
CMYK
RGB Variations
Color information
#BA0EF6 (or 0xBA0EF6) is known color: Electric Purple. HEX triplet: BA, 0E and F6. RGB value is (186,14,246). Sum of RGB (Red+Green+Blue) = 186+14+246=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA0EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0EF6 is #45F109. Grayscale: #5B5B5B. Windows color (decimal): -4583690 or 16125626. OLE color: 16125626.
HSL color Cylindrical-coordinate representation of color #BA0EF6: hue angle of 284.48º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0EF6 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 14 | 246 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.04 |
| HSL | 284.48º | 0.93% | 0.51% | - |
| HSV(B) | 284.48º | 0.94% | 0.96% | - |
| XYZ | 37.04 | 17.41 | 88.6 | - |
| YUV | 91.88 | 214.98 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 14 | 246 | 0.24 | 0.94 | 0 | 0.04 | 284.48 | 0.93 | 0.51 |
| Hex | BA | E | F6 | 18 | 5E | 0 | 4 | 11C | 5D | 33 |
| Octal | 272 | 16 | 366 | 30 | 136 | 0 | 4 | 434 | 135 | 63 |
| Binary | 10111010 | 1110 | 11110110 | 11000 | 1011110 | 0 | 100 | 100011100 | 1011101 | 110011 |
Color Harmonies of #BA0EF6
Complementary color
Monochromatic Colors of #BA0EF6
Black with #BA0EF6
Text Example
Text Example
White with #BA0EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0EF6; }
p { color: rgb(186,14,246); }
H1.HeaderClassName
{
color: #BA0EF6;
}
.AnyTagClassName
{
color: #BA0EF6;
}
</style>
background-color css
<style>
a { background-color: #BA0EF6; }
a { background-color: rgb(186,14,246); }
div.DivClassName
{
background-color: #BA0EF6;
}
.BgClassName
{
background-color: #BA0EF6;
}
</style>
border-color css
<style>
span { border-color: #BA0EF6; }
span { border-color: rgb(186,14,246); }
td.TdClassName
{
border-color: #BA0EF6;
}
.TagClassName
{
border-color: #BA0EF6;
}
</style>