Shades of Electric Purple #BA04EF
Tints of Electric Purple #BA04EF
RGB
CMYK
RGB Variations
Color information
#BA04EF (or 0xBA04EF) is known color: Electric Purple. HEX triplet: BA, 04 and EF. RGB value is (186,4,239). Sum of RGB (Red+Green+Blue) = 186+4+239=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA04EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04EF is #45FB10. Grayscale: #545454. Windows color (decimal): -4586257 or 15664314. OLE color: 15664314.
HSL color Cylindrical-coordinate representation of color #BA04EF: hue angle of 286.47º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04EF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 4 | 239 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.06 |
| HSL | 286.47º | 0.97% | 0.48% | - |
| HSV(B) | 286.47º | 0.98% | 0.94% | - |
| XYZ | 35.87 | 16.76 | 83.01 | - |
| YUV | 85.21 | 214.8 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 239 | 0.22 | 0.98 | 0 | 0.06 | 286.47 | 0.97 | 0.48 |
| Hex | BA | 4 | EF | 16 | 62 | 0 | 6 | 11E | 61 | 30 |
| Octal | 272 | 4 | 357 | 26 | 142 | 0 | 6 | 436 | 141 | 60 |
| Binary | 10111010 | 100 | 11101111 | 10110 | 1100010 | 0 | 110 | 100011110 | 1100001 | 110000 |
Color Harmonies of #BA04EF
Complementary color
Monochromatic Colors of #BA04EF
Black with #BA04EF
Text Example
Text Example
White with #BA04EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04EF; }
p { color: rgb(186,4,239); }
H1.HeaderClassName
{
color: #BA04EF;
}
.AnyTagClassName
{
color: #BA04EF;
}
</style>
background-color css
<style>
a { background-color: #BA04EF; }
a { background-color: rgb(186,4,239); }
div.DivClassName
{
background-color: #BA04EF;
}
.BgClassName
{
background-color: #BA04EF;
}
</style>
border-color css
<style>
span { border-color: #BA04EF; }
span { border-color: rgb(186,4,239); }
td.TdClassName
{
border-color: #BA04EF;
}
.TagClassName
{
border-color: #BA04EF;
}
</style>