Shades of Electric Purple #BA1DF1
Tints of Electric Purple #BA1DF1
RGB
CMYK
RGB Variations
Color information
#BA1DF1 (or 0xBA1DF1) is known color: Electric Purple. HEX triplet: BA, 1D and F1. RGB value is (186,29,241). Sum of RGB (Red+Green+Blue) = 186+29+241=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA1DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DF1 is #45E20E. Grayscale: #636363. Windows color (decimal): -4579855 or 15801786. OLE color: 15801786.
HSL color Cylindrical-coordinate representation of color #BA1DF1: hue angle of 284.43º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1DF1 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 29 | 241 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.05 |
| HSL | 284.43º | 0.88% | 0.53% | - |
| HSV(B) | 284.43º | 0.88% | 0.95% | - |
| XYZ | 36.57 | 17.67 | 84.7 | - |
| YUV | 100.11 | 207.51 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 241 | 0.23 | 0.88 | 0 | 0.05 | 284.43 | 0.88 | 0.53 |
| Hex | BA | 1D | F1 | 17 | 58 | 0 | 5 | 11C | 58 | 35 |
| Octal | 272 | 35 | 361 | 27 | 130 | 0 | 5 | 434 | 130 | 65 |
| Binary | 10111010 | 11101 | 11110001 | 10111 | 1011000 | 0 | 101 | 100011100 | 1011000 | 110101 |
Color Harmonies of #BA1DF1
Complementary color
Monochromatic Colors of #BA1DF1
Black with #BA1DF1
Text Example
Text Example
White with #BA1DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DF1; }
p { color: rgb(186,29,241); }
H1.HeaderClassName
{
color: #BA1DF1;
}
.AnyTagClassName
{
color: #BA1DF1;
}
</style>
background-color css
<style>
a { background-color: #BA1DF1; }
a { background-color: rgb(186,29,241); }
div.DivClassName
{
background-color: #BA1DF1;
}
.BgClassName
{
background-color: #BA1DF1;
}
</style>
border-color css
<style>
span { border-color: #BA1DF1; }
span { border-color: rgb(186,29,241); }
td.TdClassName
{
border-color: #BA1DF1;
}
.TagClassName
{
border-color: #BA1DF1;
}
</style>