Shades of Electric Purple #BA1EEB
Tints of Electric Purple #BA1EEB
RGB
CMYK
RGB Variations
Color information
#BA1EEB (or 0xBA1EEB) is known color: Electric Purple. HEX triplet: BA, 1E and EB. RGB value is (186,30,235). Sum of RGB (Red+Green+Blue) = 186+30+235=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA1EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EEB is #45E114. Grayscale: #636363. Windows color (decimal): -4579605 or 15408826. OLE color: 15408826.
HSL color Cylindrical-coordinate representation of color #BA1EEB: hue angle of 285.66º degrees, saturation: 0.84, 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 #BA1EEB is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 30 | 235 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.08 |
| HSL | 285.66º | 0.84% | 0.52% | - |
| HSV(B) | 285.66º | 0.87% | 0.92% | - |
| XYZ | 35.71 | 17.37 | 80.07 | - |
| YUV | 100.01 | 204.18 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 235 | 0.21 | 0.87 | 0 | 0.08 | 285.66 | 0.84 | 0.52 |
| Hex | BA | 1E | EB | 15 | 57 | 0 | 8 | 11E | 54 | 34 |
| Octal | 272 | 36 | 353 | 25 | 127 | 0 | 10 | 436 | 124 | 64 |
| Binary | 10111010 | 11110 | 11101011 | 10101 | 1010111 | 0 | 1000 | 100011110 | 1010100 | 110100 |
Color Harmonies of #BA1EEB
Complementary color
Monochromatic Colors of #BA1EEB
Black with #BA1EEB
Text Example
Text Example
White with #BA1EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EEB; }
p { color: rgb(186,30,235); }
H1.HeaderClassName
{
color: #BA1EEB;
}
.AnyTagClassName
{
color: #BA1EEB;
}
</style>
background-color css
<style>
a { background-color: #BA1EEB; }
a { background-color: rgb(186,30,235); }
div.DivClassName
{
background-color: #BA1EEB;
}
.BgClassName
{
background-color: #BA1EEB;
}
</style>
border-color css
<style>
span { border-color: #BA1EEB; }
span { border-color: rgb(186,30,235); }
td.TdClassName
{
border-color: #BA1EEB;
}
.TagClassName
{
border-color: #BA1EEB;
}
</style>