Shades of Electric Purple #BA01EC
Tints of Electric Purple #BA01EC
RGB
CMYK
RGB Variations
Color information
#BA01EC (or 0xBA01EC) is known color: Electric Purple. HEX triplet: BA, 01 and EC. RGB value is (186,1,236). Sum of RGB (Red+Green+Blue) = 186+1+236=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA01EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01EC is #45FE13. Grayscale: #525252. Windows color (decimal): -4587028 or 15466938. OLE color: 15466938.
HSL color Cylindrical-coordinate representation of color #BA01EC: hue angle of 287.23º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01EC is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 1 | 236 | - |
| CMYK | 0.21 | 1.00 | 0 | 0.07 |
| HSL | 287.23º | 0.99% | 0.46% | - |
| HSV(B) | 287.23º | 1% | 0.93% | - |
| XYZ | 35.4 | 16.52 | 80.68 | - |
| YUV | 83.11 | 214.29 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 236 | 0.21 | 1.00 | 0 | 0.07 | 287.23 | 0.99 | 0.46 |
| Hex | BA | 1 | EC | 15 | 64 | 0 | 7 | 11F | 63 | 2E |
| Octal | 272 | 1 | 354 | 25 | 144 | 0 | 7 | 437 | 143 | 56 |
| Binary | 10111010 | 1 | 11101100 | 10101 | 1100100 | 0 | 111 | 100011111 | 1100011 | 101110 |
Color Harmonies of #BA01EC
Complementary color
Monochromatic Colors of #BA01EC
Black with #BA01EC
Text Example
Text Example
White with #BA01EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01EC; }
p { color: rgb(186,1,236); }
H1.HeaderClassName
{
color: #BA01EC;
}
.AnyTagClassName
{
color: #BA01EC;
}
</style>
background-color css
<style>
a { background-color: #BA01EC; }
a { background-color: rgb(186,1,236); }
div.DivClassName
{
background-color: #BA01EC;
}
.BgClassName
{
background-color: #BA01EC;
}
</style>
border-color css
<style>
span { border-color: #BA01EC; }
span { border-color: rgb(186,1,236); }
td.TdClassName
{
border-color: #BA01EC;
}
.TagClassName
{
border-color: #BA01EC;
}
</style>