Shades of Electric Purple #BA11EC
Tints of Electric Purple #BA11EC
RGB
CMYK
RGB Variations
Color information
#BA11EC (or 0xBA11EC) is known color: Electric Purple. HEX triplet: BA, 11 and EC. RGB value is (186,17,236). Sum of RGB (Red+Green+Blue) = 186+17+236=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA11EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11EC is #45EE13. Grayscale: #5B5B5B. Windows color (decimal): -4582932 or 15471034. OLE color: 15471034.
HSL color Cylindrical-coordinate representation of color #BA11EC: hue angle of 286.3º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA11EC is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 17 | 236 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.07 |
| HSL | 286.3º | 0.87% | 0.5% | - |
| HSV(B) | 286.3º | 0.93% | 0.93% | - |
| XYZ | 35.59 | 16.9 | 80.74 | - |
| YUV | 92.5 | 208.99 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 236 | 0.21 | 0.93 | 0 | 0.07 | 286.3 | 0.87 | 0.5 |
| Hex | BA | 11 | EC | 15 | 5D | 0 | 7 | 11E | 57 | 32 |
| Octal | 272 | 21 | 354 | 25 | 135 | 0 | 7 | 436 | 127 | 62 |
| Binary | 10111010 | 10001 | 11101100 | 10101 | 1011101 | 0 | 111 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BA11EC
Complementary color
Monochromatic Colors of #BA11EC
Black with #BA11EC
Text Example
Text Example
White with #BA11EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11EC; }
p { color: rgb(186,17,236); }
H1.HeaderClassName
{
color: #BA11EC;
}
.AnyTagClassName
{
color: #BA11EC;
}
</style>
background-color css
<style>
a { background-color: #BA11EC; }
a { background-color: rgb(186,17,236); }
div.DivClassName
{
background-color: #BA11EC;
}
.BgClassName
{
background-color: #BA11EC;
}
</style>
border-color css
<style>
span { border-color: #BA11EC; }
span { border-color: rgb(186,17,236); }
td.TdClassName
{
border-color: #BA11EC;
}
.TagClassName
{
border-color: #BA11EC;
}
</style>