Shades of Electric Purple #BA15EC
Tints of Electric Purple #BA15EC
RGB
CMYK
RGB Variations
Color information
#BA15EC (or 0xBA15EC) is known color: Electric Purple. HEX triplet: BA, 15 and EC. RGB value is (186,21,236). Sum of RGB (Red+Green+Blue) = 186+21+236=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA15EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15EC is #45EA13. Grayscale: #5E5E5E. Windows color (decimal): -4581908 or 15472058. OLE color: 15472058.
HSL color Cylindrical-coordinate representation of color #BA15EC: hue angle of 286.05º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15EC is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 21 | 236 | - |
| CMYK | 0.21 | 0.91 | 0 | 0.07 |
| HSL | 286.05º | 0.85% | 0.5% | - |
| HSV(B) | 286.05º | 0.91% | 0.93% | - |
| XYZ | 35.66 | 17.03 | 80.76 | - |
| YUV | 94.85 | 207.66 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 236 | 0.21 | 0.91 | 0 | 0.07 | 286.05 | 0.85 | 0.5 |
| Hex | BA | 15 | EC | 15 | 5B | 0 | 7 | 11E | 55 | 32 |
| Octal | 272 | 25 | 354 | 25 | 133 | 0 | 7 | 436 | 125 | 62 |
| Binary | 10111010 | 10101 | 11101100 | 10101 | 1011011 | 0 | 111 | 100011110 | 1010101 | 110010 |
Color Harmonies of #BA15EC
Complementary color
Monochromatic Colors of #BA15EC
Black with #BA15EC
Text Example
Text Example
White with #BA15EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15EC; }
p { color: rgb(186,21,236); }
H1.HeaderClassName
{
color: #BA15EC;
}
.AnyTagClassName
{
color: #BA15EC;
}
</style>
background-color css
<style>
a { background-color: #BA15EC; }
a { background-color: rgb(186,21,236); }
div.DivClassName
{
background-color: #BA15EC;
}
.BgClassName
{
background-color: #BA15EC;
}
</style>
border-color css
<style>
span { border-color: #BA15EC; }
span { border-color: rgb(186,21,236); }
td.TdClassName
{
border-color: #BA15EC;
}
.TagClassName
{
border-color: #BA15EC;
}
</style>