Shades of Electric Purple #BA1CFA
Tints of Electric Purple #BA1CFA
RGB
CMYK
RGB Variations
Color information
#BA1CFA (or 0xBA1CFA) is known color: Electric Purple. HEX triplet: BA, 1C and FA. RGB value is (186,28,250). Sum of RGB (Red+Green+Blue) = 186+28+250=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA1CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CFA is #45E305. Grayscale: #636363. Windows color (decimal): -4580102 or 16391354. OLE color: 16391354.
HSL color Cylindrical-coordinate representation of color #BA1CFA: hue angle of 282.7º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CFA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 28 | 250 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.02 |
| HSL | 282.7º | 0.96% | 0.55% | - |
| HSV(B) | 282.7º | 0.89% | 0.98% | - |
| XYZ | 37.92 | 18.17 | 91.95 | - |
| YUV | 100.55 | 212.35 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 250 | 0.26 | 0.89 | 0 | 0.02 | 282.7 | 0.96 | 0.55 |
| Hex | BA | 1C | FA | 1A | 59 | 0 | 2 | 11B | 60 | 37 |
| Octal | 272 | 34 | 372 | 32 | 131 | 0 | 2 | 433 | 140 | 67 |
| Binary | 10111010 | 11100 | 11111010 | 11010 | 1011001 | 0 | 10 | 100011011 | 1100000 | 110111 |
Color Harmonies of #BA1CFA
Complementary color
Monochromatic Colors of #BA1CFA
Black with #BA1CFA
Text Example
Text Example
White with #BA1CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CFA; }
p { color: rgb(186,28,250); }
H1.HeaderClassName
{
color: #BA1CFA;
}
.AnyTagClassName
{
color: #BA1CFA;
}
</style>
background-color css
<style>
a { background-color: #BA1CFA; }
a { background-color: rgb(186,28,250); }
div.DivClassName
{
background-color: #BA1CFA;
}
.BgClassName
{
background-color: #BA1CFA;
}
</style>
border-color css
<style>
span { border-color: #BA1CFA; }
span { border-color: rgb(186,28,250); }
td.TdClassName
{
border-color: #BA1CFA;
}
.TagClassName
{
border-color: #BA1CFA;
}
</style>