Shades of Electric Purple #BA2CEF
Tints of Electric Purple #BA2CEF
RGB
CMYK
RGB Variations
Color information
#BA2CEF (or 0xBA2CEF) is known color: Electric Purple. HEX triplet: BA, 2C and EF. RGB value is (186,44,239). Sum of RGB (Red+Green+Blue) = 186+44+239=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA2CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CEF is #45D310. Grayscale: #6C6C6C. Windows color (decimal): -4576017 or 15674554. OLE color: 15674554.
HSL color Cylindrical-coordinate representation of color #BA2CEF: hue angle of 283.69º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2CEF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 44 | 239 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.06 |
| HSL | 283.69º | 0.86% | 0.55% | - |
| HSV(B) | 283.69º | 0.82% | 0.94% | - |
| XYZ | 36.73 | 18.47 | 83.29 | - |
| YUV | 108.69 | 201.54 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 239 | 0.22 | 0.82 | 0 | 0.06 | 283.69 | 0.86 | 0.55 |
| Hex | BA | 2C | EF | 16 | 52 | 0 | 6 | 11C | 56 | 37 |
| Octal | 272 | 54 | 357 | 26 | 122 | 0 | 6 | 434 | 126 | 67 |
| Binary | 10111010 | 101100 | 11101111 | 10110 | 1010010 | 0 | 110 | 100011100 | 1010110 | 110111 |
Color Harmonies of #BA2CEF
Complementary color
Monochromatic Colors of #BA2CEF
Black with #BA2CEF
Text Example
Text Example
White with #BA2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CEF; }
p { color: rgb(186,44,239); }
H1.HeaderClassName
{
color: #BA2CEF;
}
.AnyTagClassName
{
color: #BA2CEF;
}
</style>
background-color css
<style>
a { background-color: #BA2CEF; }
a { background-color: rgb(186,44,239); }
div.DivClassName
{
background-color: #BA2CEF;
}
.BgClassName
{
background-color: #BA2CEF;
}
</style>
border-color css
<style>
span { border-color: #BA2CEF; }
span { border-color: rgb(186,44,239); }
td.TdClassName
{
border-color: #BA2CEF;
}
.TagClassName
{
border-color: #BA2CEF;
}
</style>