Shades of Electric Purple #BA1FF1
Tints of Electric Purple #BA1FF1
RGB
CMYK
RGB Variations
Color information
#BA1FF1 (or 0xBA1FF1) is known color: Electric Purple. HEX triplet: BA, 1F and F1. RGB value is (186,31,241). Sum of RGB (Red+Green+Blue) = 186+31+241=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 31 (12.5% from 255 or 6.77% from 458); Blue value is 241 (94.53% from 255 or 52.62% from 458); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA1FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1FF1 is #45E00E. Grayscale: #646464. Windows color (decimal): -4579343 or 15802298. OLE color: 15802298.
HSL color Cylindrical-coordinate representation of color #BA1FF1: hue angle of 284.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1FF1 is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 31 | 241 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.05 |
| HSL | 284.29º | 0.88% | 0.53% | - |
| HSV(B) | 284.29º | 0.87% | 0.95% | - |
| XYZ | 36.62 | 17.77 | 84.72 | - |
| YUV | 101.29 | 206.85 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 241 | 0.23 | 0.87 | 0 | 0.05 | 284.29 | 0.88 | 0.53 |
| Hex | BA | 1F | F1 | 17 | 57 | 0 | 5 | 11C | 58 | 35 |
| Octal | 272 | 37 | 361 | 27 | 127 | 0 | 5 | 434 | 130 | 65 |
| Binary | 10111010 | 11111 | 11110001 | 10111 | 1010111 | 0 | 101 | 100011100 | 1011000 | 110101 |
Color Harmonies of #BA1FF1
Complementary color
Monochromatic Colors of #BA1FF1
Black with #BA1FF1
Text Example
Text Example
White with #BA1FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FF1; }
p { color: rgb(186,31,241); }
H1.HeaderClassName
{
color: #BA1FF1;
}
.AnyTagClassName
{
color: #BA1FF1;
}
</style>
background-color css
<style>
a { background-color: #BA1FF1; }
a { background-color: rgb(186,31,241); }
div.DivClassName
{
background-color: #BA1FF1;
}
.BgClassName
{
background-color: #BA1FF1;
}
</style>
border-color css
<style>
span { border-color: #BA1FF1; }
span { border-color: rgb(186,31,241); }
td.TdClassName
{
border-color: #BA1FF1;
}
.TagClassName
{
border-color: #BA1FF1;
}
</style>