Shades of Electric Purple #BA2BEF
Tints of Electric Purple #BA2BEF
RGB
CMYK
RGB Variations
Color information
#BA2BEF (or 0xBA2BEF) is known color: Electric Purple. HEX triplet: BA, 2B and EF. RGB value is (186,43,239). Sum of RGB (Red+Green+Blue) = 186+43+239=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA2BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BEF is #45D410. Grayscale: #6B6B6B. Windows color (decimal): -4576273 or 15674298. OLE color: 15674298.
HSL color Cylindrical-coordinate representation of color #BA2BEF: hue angle of 283.78º 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 #BA2BEF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 43 | 239 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.06 |
| HSL | 283.78º | 0.86% | 0.55% | - |
| HSV(B) | 283.78º | 0.82% | 0.94% | - |
| XYZ | 36.69 | 18.4 | 83.28 | - |
| YUV | 108.1 | 201.88 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 239 | 0.22 | 0.82 | 0 | 0.06 | 283.78 | 0.86 | 0.55 |
| Hex | BA | 2B | EF | 16 | 52 | 0 | 6 | 11C | 56 | 37 |
| Octal | 272 | 53 | 357 | 26 | 122 | 0 | 6 | 434 | 126 | 67 |
| Binary | 10111010 | 101011 | 11101111 | 10110 | 1010010 | 0 | 110 | 100011100 | 1010110 | 110111 |
Color Harmonies of #BA2BEF
Complementary color
Monochromatic Colors of #BA2BEF
Black with #BA2BEF
Text Example
Text Example
White with #BA2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BEF; }
p { color: rgb(186,43,239); }
H1.HeaderClassName
{
color: #BA2BEF;
}
.AnyTagClassName
{
color: #BA2BEF;
}
</style>
background-color css
<style>
a { background-color: #BA2BEF; }
a { background-color: rgb(186,43,239); }
div.DivClassName
{
background-color: #BA2BEF;
}
.BgClassName
{
background-color: #BA2BEF;
}
</style>
border-color css
<style>
span { border-color: #BA2BEF; }
span { border-color: rgb(186,43,239); }
td.TdClassName
{
border-color: #BA2BEF;
}
.TagClassName
{
border-color: #BA2BEF;
}
</style>