Shades of Electric Purple #BA01EF
Tints of Electric Purple #BA01EF
RGB
CMYK
RGB Variations
Color information
#BA01EF (or 0xBA01EF) is known color: Electric Purple. HEX triplet: BA, 01 and EF. RGB value is (186,1,239). Sum of RGB (Red+Green+Blue) = 186+1+239=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA01EF is #45FE10. Grayscale: #525252. Windows color (decimal): -4587025 or 15663546. OLE color: 15663546.
HSL color Cylindrical-coordinate representation of color #BA01EF: hue angle of 286.64º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01EF is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 1 | 239 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.06 |
| HSL | 286.64º | 0.99% | 0.47% | - |
| HSV(B) | 286.64º | 1% | 0.94% | - |
| XYZ | 35.84 | 16.69 | 82.99 | - |
| YUV | 83.45 | 215.79 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 239 | 0.22 | 1.00 | 0 | 0.06 | 286.64 | 0.99 | 0.47 |
| Hex | BA | 1 | EF | 16 | 64 | 0 | 6 | 11F | 63 | 2F |
| Octal | 272 | 1 | 357 | 26 | 144 | 0 | 6 | 437 | 143 | 57 |
| Binary | 10111010 | 1 | 11101111 | 10110 | 1100100 | 0 | 110 | 100011111 | 1100011 | 101111 |
Color Harmonies of #BA01EF
Complementary color
Monochromatic Colors of #BA01EF
Black with #BA01EF
Text Example
Text Example
White with #BA01EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01EF; }
p { color: rgb(186,1,239); }
H1.HeaderClassName
{
color: #BA01EF;
}
.AnyTagClassName
{
color: #BA01EF;
}
</style>
background-color css
<style>
a { background-color: #BA01EF; }
a { background-color: rgb(186,1,239); }
div.DivClassName
{
background-color: #BA01EF;
}
.BgClassName
{
background-color: #BA01EF;
}
</style>
border-color css
<style>
span { border-color: #BA01EF; }
span { border-color: rgb(186,1,239); }
td.TdClassName
{
border-color: #BA01EF;
}
.TagClassName
{
border-color: #BA01EF;
}
</style>