Shades of Electric Purple #BA00EC
Tints of Electric Purple #BA00EC
RGB
CMYK
RGB Variations
Color information
#BA00EC (or 0xBA00EC) is known color: Electric Purple. HEX triplet: BA, 00 and EC. RGB value is (186,0,236). Sum of RGB (Red+Green+Blue) = 186+0+236=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA00EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00EC is #45FF13. Grayscale: #515151. Windows color (decimal): -4587284 or 15466682. OLE color: 15466682.
HSL color Cylindrical-coordinate representation of color #BA00EC: hue angle of 287.29º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00EC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 0 | 236 | - |
| CMYK | 0.21 | 1 | 0 | 0.07 |
| HSL | 287.29º | 1% | 0.46% | - |
| HSV(B) | 287.29º | 1% | 0.93% | - |
| XYZ | 35.39 | 16.5 | 80.68 | - |
| YUV | 82.52 | 214.62 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 236 | 0.21 | 1 | 0 | 0.07 | 287.29 | 1 | 0.46 |
| Hex | BA | 0 | EC | 15 | 64 | 0 | 7 | 11F | 64 | 2E |
| Octal | 272 | 0 | 354 | 25 | 144 | 0 | 7 | 437 | 144 | 56 |
| Binary | 10111010 | 0 | 11101100 | 10101 | 1100100 | 0 | 111 | 100011111 | 1100100 | 101110 |
Color Harmonies of #BA00EC
Complementary color
Monochromatic Colors of #BA00EC
Black with #BA00EC
Text Example
Text Example
White with #BA00EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00EC; }
p { color: rgb(186,0,236); }
H1.HeaderClassName
{
color: #BA00EC;
}
.AnyTagClassName
{
color: #BA00EC;
}
</style>
background-color css
<style>
a { background-color: #BA00EC; }
a { background-color: rgb(186,0,236); }
div.DivClassName
{
background-color: #BA00EC;
}
.BgClassName
{
background-color: #BA00EC;
}
</style>
border-color css
<style>
span { border-color: #BA00EC; }
span { border-color: rgb(186,0,236); }
td.TdClassName
{
border-color: #BA00EC;
}
.TagClassName
{
border-color: #BA00EC;
}
</style>