Shades of Electric Purple #BA2AEC
Tints of Electric Purple #BA2AEC
RGB
CMYK
RGB Variations
Color information
#BA2AEC (or 0xBA2AEC) is known color: Electric Purple. HEX triplet: BA, 2A and EC. RGB value is (186,42,236). Sum of RGB (Red+Green+Blue) = 186+42+236=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 42 (16.80% from 255 or 9.05% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA2AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AEC is #45D513. Grayscale: #6A6A6A. Windows color (decimal): -4576532 or 15477434. OLE color: 15477434.
HSL color Cylindrical-coordinate representation of color #BA2AEC: hue angle of 284.54º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2AEC is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 42 | 236 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.07 |
| HSL | 284.54º | 0.84% | 0.55% | - |
| HSV(B) | 284.54º | 0.82% | 0.93% | - |
| XYZ | 36.22 | 18.15 | 80.95 | - |
| YUV | 107.17 | 200.71 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 236 | 0.21 | 0.82 | 0 | 0.07 | 284.54 | 0.84 | 0.55 |
| Hex | BA | 2A | EC | 15 | 52 | 0 | 7 | 11D | 54 | 37 |
| Octal | 272 | 52 | 354 | 25 | 122 | 0 | 7 | 435 | 124 | 67 |
| Binary | 10111010 | 101010 | 11101100 | 10101 | 1010010 | 0 | 111 | 100011101 | 1010100 | 110111 |
Color Harmonies of #BA2AEC
Complementary color
Monochromatic Colors of #BA2AEC
Black with #BA2AEC
Text Example
Text Example
White with #BA2AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AEC; }
p { color: rgb(186,42,236); }
H1.HeaderClassName
{
color: #BA2AEC;
}
.AnyTagClassName
{
color: #BA2AEC;
}
</style>
background-color css
<style>
a { background-color: #BA2AEC; }
a { background-color: rgb(186,42,236); }
div.DivClassName
{
background-color: #BA2AEC;
}
.BgClassName
{
background-color: #BA2AEC;
}
</style>
border-color css
<style>
span { border-color: #BA2AEC; }
span { border-color: rgb(186,42,236); }
td.TdClassName
{
border-color: #BA2AEC;
}
.TagClassName
{
border-color: #BA2AEC;
}
</style>