Shades of Electric Purple #BA1FED
Tints of Electric Purple #BA1FED
RGB
CMYK
RGB Variations
Color information
#BA1FED (or 0xBA1FED) is known color: Electric Purple. HEX triplet: BA, 1F and ED. RGB value is (186,31,237). Sum of RGB (Red+Green+Blue) = 186+31+237=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA1FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FED is #45E012. Grayscale: #646464. Windows color (decimal): -4579347 or 15540154. OLE color: 15540154.
HSL color Cylindrical-coordinate representation of color #BA1FED: hue angle of 285.15º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FED is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 31 | 237 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 285.15º | 0.85% | 0.53% | - |
| HSV(B) | 285.15º | 0.87% | 0.93% | - |
| XYZ | 36.03 | 17.53 | 81.61 | - |
| YUV | 100.83 | 204.85 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 237 | 0.22 | 0.87 | 0 | 0.07 | 285.15 | 0.85 | 0.53 |
| Hex | BA | 1F | ED | 16 | 57 | 0 | 7 | 11D | 55 | 35 |
| Octal | 272 | 37 | 355 | 26 | 127 | 0 | 7 | 435 | 125 | 65 |
| Binary | 10111010 | 11111 | 11101101 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010101 | 110101 |
Color Harmonies of #BA1FED
Complementary color
Monochromatic Colors of #BA1FED
Black with #BA1FED
Text Example
Text Example
White with #BA1FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FED; }
p { color: rgb(186,31,237); }
H1.HeaderClassName
{
color: #BA1FED;
}
.AnyTagClassName
{
color: #BA1FED;
}
</style>
background-color css
<style>
a { background-color: #BA1FED; }
a { background-color: rgb(186,31,237); }
div.DivClassName
{
background-color: #BA1FED;
}
.BgClassName
{
background-color: #BA1FED;
}
</style>
border-color css
<style>
span { border-color: #BA1FED; }
span { border-color: rgb(186,31,237); }
td.TdClassName
{
border-color: #BA1FED;
}
.TagClassName
{
border-color: #BA1FED;
}
</style>