Shades of Electric Purple #BA11F1
Tints of Electric Purple #BA11F1
RGB
CMYK
RGB Variations
Color information
#BA11F1 (or 0xBA11F1) is known color: Electric Purple. HEX triplet: BA, 11 and F1. RGB value is (186,17,241). Sum of RGB (Red+Green+Blue) = 186+17+241=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 17 (7.03% from 255 or 3.83% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA11F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA11F1 is #45EE0E. Grayscale: #5C5C5C. Windows color (decimal): -4582927 or 15798714. OLE color: 15798714.
HSL color Cylindrical-coordinate representation of color #BA11F1: hue angle of 285.27º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA11F1 is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 17 | 241 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.05 |
| HSL | 285.27º | 0.89% | 0.51% | - |
| HSV(B) | 285.27º | 0.93% | 0.95% | - |
| XYZ | 36.33 | 17.19 | 84.62 | - |
| YUV | 93.07 | 211.49 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 241 | 0.23 | 0.93 | 0 | 0.05 | 285.27 | 0.89 | 0.51 |
| Hex | BA | 11 | F1 | 17 | 5D | 0 | 5 | 11D | 59 | 33 |
| Octal | 272 | 21 | 361 | 27 | 135 | 0 | 5 | 435 | 131 | 63 |
| Binary | 10111010 | 10001 | 11110001 | 10111 | 1011101 | 0 | 101 | 100011101 | 1011001 | 110011 |
Color Harmonies of #BA11F1
Complementary color
Monochromatic Colors of #BA11F1
Black with #BA11F1
Text Example
Text Example
White with #BA11F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA11F1; }
p { color: rgb(186,17,241); }
H1.HeaderClassName
{
color: #BA11F1;
}
.AnyTagClassName
{
color: #BA11F1;
}
</style>
background-color css
<style>
a { background-color: #BA11F1; }
a { background-color: rgb(186,17,241); }
div.DivClassName
{
background-color: #BA11F1;
}
.BgClassName
{
background-color: #BA11F1;
}
</style>
border-color css
<style>
span { border-color: #BA11F1; }
span { border-color: rgb(186,17,241); }
td.TdClassName
{
border-color: #BA11F1;
}
.TagClassName
{
border-color: #BA11F1;
}
</style>