Shades of Electric Purple #BA1FFC
Tints of Electric Purple #BA1FFC
RGB
CMYK
RGB Variations
Color information
#BA1FFC (or 0xBA1FFC) is known color: Electric Purple. HEX triplet: BA, 1F and FC. RGB value is (186,31,252). Sum of RGB (Red+Green+Blue) = 186+31+252=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 31 (12.5% from 255 or 6.61% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA1FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FFC is #45E003. Grayscale: #656565. Windows color (decimal): -4579332 or 16523194. OLE color: 16523194.
HSL color Cylindrical-coordinate representation of color #BA1FFC: hue angle of 282.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1FFC is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 31 | 252 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.01 |
| HSL | 282.08º | 0.97% | 0.55% | - |
| HSV(B) | 282.08º | 0.88% | 0.99% | - |
| XYZ | 38.31 | 18.45 | 93.64 | - |
| YUV | 102.54 | 212.35 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 252 | 0.26 | 0.88 | 0 | 0.01 | 282.08 | 0.97 | 0.55 |
| Hex | BA | 1F | FC | 1A | 58 | 0 | 1 | 11A | 61 | 37 |
| Octal | 272 | 37 | 374 | 32 | 130 | 0 | 1 | 432 | 141 | 67 |
| Binary | 10111010 | 11111 | 11111100 | 11010 | 1011000 | 0 | 1 | 100011010 | 1100001 | 110111 |
Color Harmonies of #BA1FFC
Complementary color
Monochromatic Colors of #BA1FFC
Black with #BA1FFC
Text Example
Text Example
White with #BA1FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FFC; }
p { color: rgb(186,31,252); }
H1.HeaderClassName
{
color: #BA1FFC;
}
.AnyTagClassName
{
color: #BA1FFC;
}
</style>
background-color css
<style>
a { background-color: #BA1FFC; }
a { background-color: rgb(186,31,252); }
div.DivClassName
{
background-color: #BA1FFC;
}
.BgClassName
{
background-color: #BA1FFC;
}
</style>
border-color css
<style>
span { border-color: #BA1FFC; }
span { border-color: rgb(186,31,252); }
td.TdClassName
{
border-color: #BA1FFC;
}
.TagClassName
{
border-color: #BA1FFC;
}
</style>