Shades of Electric Purple #BA1CF4
Tints of Electric Purple #BA1CF4
RGB
CMYK
RGB Variations
Color information
#BA1CF4 (or 0xBA1CF4) is known color: Electric Purple. HEX triplet: BA, 1C and F4. RGB value is (186,28,244). Sum of RGB (Red+Green+Blue) = 186+28+244=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 244 (95.70% from 255 or 53.28% from 458); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA1CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1CF4 is #45E30B. Grayscale: #636363. Windows color (decimal): -4580108 or 15998138. OLE color: 15998138.
HSL color Cylindrical-coordinate representation of color #BA1CF4: hue angle of 283.89º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1CF4 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 28 | 244 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.04 |
| HSL | 283.89º | 0.91% | 0.53% | - |
| HSV(B) | 283.89º | 0.89% | 0.96% | - |
| XYZ | 36.99 | 17.8 | 87.07 | - |
| YUV | 99.87 | 209.35 | 189.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 244 | 0.24 | 0.89 | 0 | 0.04 | 283.89 | 0.91 | 0.53 |
| Hex | BA | 1C | F4 | 18 | 59 | 0 | 4 | 11C | 5B | 35 |
| Octal | 272 | 34 | 364 | 30 | 131 | 0 | 4 | 434 | 133 | 65 |
| Binary | 10111010 | 11100 | 11110100 | 11000 | 1011001 | 0 | 100 | 100011100 | 1011011 | 110101 |
Color Harmonies of #BA1CF4
Complementary color
Monochromatic Colors of #BA1CF4
Black with #BA1CF4
Text Example
Text Example
White with #BA1CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CF4; }
p { color: rgb(186,28,244); }
H1.HeaderClassName
{
color: #BA1CF4;
}
.AnyTagClassName
{
color: #BA1CF4;
}
</style>
background-color css
<style>
a { background-color: #BA1CF4; }
a { background-color: rgb(186,28,244); }
div.DivClassName
{
background-color: #BA1CF4;
}
.BgClassName
{
background-color: #BA1CF4;
}
</style>
border-color css
<style>
span { border-color: #BA1CF4; }
span { border-color: rgb(186,28,244); }
td.TdClassName
{
border-color: #BA1CF4;
}
.TagClassName
{
border-color: #BA1CF4;
}
</style>