Shades of Electric Purple #BA1EEA
Tints of Electric Purple #BA1EEA
RGB
CMYK
RGB Variations
Color information
#BA1EEA (or 0xBA1EEA) is known color: Electric Purple. HEX triplet: BA, 1E and EA. RGB value is (186,30,234). Sum of RGB (Red+Green+Blue) = 186+30+234=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EEA is #45E115. Grayscale: #636363. Windows color (decimal): -4579606 or 15343290. OLE color: 15343290.
HSL color Cylindrical-coordinate representation of color #BA1EEA: hue angle of 285.88º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1EEA is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 30 | 234 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.08 |
| HSL | 285.88º | 0.83% | 0.52% | - |
| HSV(B) | 285.88º | 0.87% | 0.92% | - |
| XYZ | 35.57 | 17.31 | 79.31 | - |
| YUV | 99.9 | 203.68 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 234 | 0.21 | 0.87 | 0 | 0.08 | 285.88 | 0.83 | 0.52 |
| Hex | BA | 1E | EA | 15 | 57 | 0 | 8 | 11E | 53 | 34 |
| Octal | 272 | 36 | 352 | 25 | 127 | 0 | 10 | 436 | 123 | 64 |
| Binary | 10111010 | 11110 | 11101010 | 10101 | 1010111 | 0 | 1000 | 100011110 | 1010011 | 110100 |
Color Harmonies of #BA1EEA
Complementary color
Monochromatic Colors of #BA1EEA
Black with #BA1EEA
Text Example
Text Example
White with #BA1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EEA; }
p { color: rgb(186,30,234); }
H1.HeaderClassName
{
color: #BA1EEA;
}
.AnyTagClassName
{
color: #BA1EEA;
}
</style>
background-color css
<style>
a { background-color: #BA1EEA; }
a { background-color: rgb(186,30,234); }
div.DivClassName
{
background-color: #BA1EEA;
}
.BgClassName
{
background-color: #BA1EEA;
}
</style>
border-color css
<style>
span { border-color: #BA1EEA; }
span { border-color: rgb(186,30,234); }
td.TdClassName
{
border-color: #BA1EEA;
}
.TagClassName
{
border-color: #BA1EEA;
}
</style>