Shades of Electric Purple #BA1FEC
Tints of Electric Purple #BA1FEC
RGB
CMYK
RGB Variations
Color information
#BA1FEC (or 0xBA1FEC) is known color: Electric Purple. HEX triplet: BA, 1F and EC. RGB value is (186,31,236). Sum of RGB (Red+Green+Blue) = 186+31+236=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA1FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FEC is #45E013. Grayscale: #646464. Windows color (decimal): -4579348 or 15474618. OLE color: 15474618.
HSL color Cylindrical-coordinate representation of color #BA1FEC: hue angle of 285.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FEC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 31 | 236 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.07 |
| HSL | 285.37º | 0.84% | 0.52% | - |
| HSV(B) | 285.37º | 0.87% | 0.93% | - |
| XYZ | 35.88 | 17.48 | 80.84 | - |
| YUV | 100.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 236 | 0.21 | 0.87 | 0 | 0.07 | 285.37 | 0.84 | 0.52 |
| Hex | BA | 1F | EC | 15 | 57 | 0 | 7 | 11D | 54 | 34 |
| Octal | 272 | 37 | 354 | 25 | 127 | 0 | 7 | 435 | 124 | 64 |
| Binary | 10111010 | 11111 | 11101100 | 10101 | 1010111 | 0 | 111 | 100011101 | 1010100 | 110100 |
Color Harmonies of #BA1FEC
Complementary color
Monochromatic Colors of #BA1FEC
Black with #BA1FEC
Text Example
Text Example
White with #BA1FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FEC; }
p { color: rgb(186,31,236); }
H1.HeaderClassName
{
color: #BA1FEC;
}
.AnyTagClassName
{
color: #BA1FEC;
}
</style>
background-color css
<style>
a { background-color: #BA1FEC; }
a { background-color: rgb(186,31,236); }
div.DivClassName
{
background-color: #BA1FEC;
}
.BgClassName
{
background-color: #BA1FEC;
}
</style>
border-color css
<style>
span { border-color: #BA1FEC; }
span { border-color: rgb(186,31,236); }
td.TdClassName
{
border-color: #BA1FEC;
}
.TagClassName
{
border-color: #BA1FEC;
}
</style>