Shades of Electric Purple #BA11F0
Tints of Electric Purple #BA11F0
RGB
CMYK
RGB Variations
Color information
#BA11F0 (or 0xBA11F0) is known color: Electric Purple. HEX triplet: BA, 11 and F0. RGB value is (186,17,240). Sum of RGB (Red+Green+Blue) = 186+17+240=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 17 (7.03% from 255 or 3.84% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA11F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11F0 is #45EE0F. Grayscale: #5C5C5C. Windows color (decimal): -4582928 or 15733178. OLE color: 15733178.
HSL color Cylindrical-coordinate representation of color #BA11F0: hue angle of 285.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA11F0 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 17 | 240 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.06 |
| HSL | 285.47º | 0.88% | 0.5% | - |
| HSV(B) | 285.47º | 0.93% | 0.94% | - |
| XYZ | 36.18 | 17.13 | 83.84 | - |
| YUV | 92.95 | 210.99 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 240 | 0.22 | 0.93 | 0 | 0.06 | 285.47 | 0.88 | 0.5 |
| Hex | BA | 11 | F0 | 16 | 5D | 0 | 6 | 11D | 58 | 32 |
| Octal | 272 | 21 | 360 | 26 | 135 | 0 | 6 | 435 | 130 | 62 |
| Binary | 10111010 | 10001 | 11110000 | 10110 | 1011101 | 0 | 110 | 100011101 | 1011000 | 110010 |
Color Harmonies of #BA11F0
Complementary color
Monochromatic Colors of #BA11F0
Black with #BA11F0
Text Example
Text Example
White with #BA11F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11F0; }
p { color: rgb(186,17,240); }
H1.HeaderClassName
{
color: #BA11F0;
}
.AnyTagClassName
{
color: #BA11F0;
}
</style>
background-color css
<style>
a { background-color: #BA11F0; }
a { background-color: rgb(186,17,240); }
div.DivClassName
{
background-color: #BA11F0;
}
.BgClassName
{
background-color: #BA11F0;
}
</style>
border-color css
<style>
span { border-color: #BA11F0; }
span { border-color: rgb(186,17,240); }
td.TdClassName
{
border-color: #BA11F0;
}
.TagClassName
{
border-color: #BA11F0;
}
</style>