Shades of Electric Purple #BA1FFA
Tints of Electric Purple #BA1FFA
RGB
CMYK
RGB Variations
Color information
#BA1FFA (or 0xBA1FFA) is known color: Electric Purple. HEX triplet: BA, 1F and FA. RGB value is (186,31,250). Sum of RGB (Red+Green+Blue) = 186+31+250=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA1FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FFA is #45E005. Grayscale: #656565. Windows color (decimal): -4579334 or 16392122. OLE color: 16392122.
HSL color Cylindrical-coordinate representation of color #BA1FFA: hue angle of 282.47º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1FFA is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 31 | 250 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.02 |
| HSL | 282.47º | 0.96% | 0.55% | - |
| HSV(B) | 282.47º | 0.88% | 0.98% | - |
| XYZ | 38 | 18.32 | 91.98 | - |
| YUV | 102.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 250 | 0.26 | 0.88 | 0 | 0.02 | 282.47 | 0.96 | 0.55 |
| Hex | BA | 1F | FA | 1A | 58 | 0 | 2 | 11A | 60 | 37 |
| Octal | 272 | 37 | 372 | 32 | 130 | 0 | 2 | 432 | 140 | 67 |
| Binary | 10111010 | 11111 | 11111010 | 11010 | 1011000 | 0 | 10 | 100011010 | 1100000 | 110111 |
Color Harmonies of #BA1FFA
Complementary color
Monochromatic Colors of #BA1FFA
Black with #BA1FFA
Text Example
Text Example
White with #BA1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FFA; }
p { color: rgb(186,31,250); }
H1.HeaderClassName
{
color: #BA1FFA;
}
.AnyTagClassName
{
color: #BA1FFA;
}
</style>
background-color css
<style>
a { background-color: #BA1FFA; }
a { background-color: rgb(186,31,250); }
div.DivClassName
{
background-color: #BA1FFA;
}
.BgClassName
{
background-color: #BA1FFA;
}
</style>
border-color css
<style>
span { border-color: #BA1FFA; }
span { border-color: rgb(186,31,250); }
td.TdClassName
{
border-color: #BA1FFA;
}
.TagClassName
{
border-color: #BA1FFA;
}
</style>