Shades of Electric Purple #BA1EFF
Tints of Electric Purple #BA1EFF
RGB
CMYK
RGB Variations
Color information
#BA1EFF (or 0xBA1EFF) is known color: Electric Purple. HEX triplet: BA, 1E and FF. RGB value is (186,30,255). Sum of RGB (Red+Green+Blue) = 186+30+255=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA1EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1EFF is #45E100. Grayscale: #656565. Windows color (decimal): -4579585 or 16719546. OLE color: 16719546.
HSL color Cylindrical-coordinate representation of color #BA1EFF: hue angle of 281.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1EFF is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 30 | 255 | - |
| CMYK | 0.27 | 0.88 | 0 | 0 |
| HSL | 281.6º | 1% | 0.56% | - |
| HSV(B) | 281.6º | 0.88% | 1% | - |
| XYZ | 38.76 | 18.59 | 96.15 | - |
| YUV | 102.29 | 214.18 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 255 | 0.27 | 0.88 | 0 | 0 | 281.6 | 1 | 0.56 |
| Hex | BA | 1E | FF | 1B | 58 | 0 | 0 | 11A | 64 | 38 |
| Octal | 272 | 36 | 377 | 33 | 130 | 0 | 0 | 432 | 144 | 70 |
| Binary | 10111010 | 11110 | 11111111 | 11011 | 1011000 | 0 | 0 | 100011010 | 1100100 | 111000 |
Color Harmonies of #BA1EFF
Complementary color
Monochromatic Colors of #BA1EFF
Black with #BA1EFF
Text Example
Text Example
White with #BA1EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EFF; }
p { color: rgb(186,30,255); }
H1.HeaderClassName
{
color: #BA1EFF;
}
.AnyTagClassName
{
color: #BA1EFF;
}
</style>
background-color css
<style>
a { background-color: #BA1EFF; }
a { background-color: rgb(186,30,255); }
div.DivClassName
{
background-color: #BA1EFF;
}
.BgClassName
{
background-color: #BA1EFF;
}
</style>
border-color css
<style>
span { border-color: #BA1EFF; }
span { border-color: rgb(186,30,255); }
td.TdClassName
{
border-color: #BA1EFF;
}
.TagClassName
{
border-color: #BA1EFF;
}
</style>