Shades of Electric Purple #BA1DF4
Tints of Electric Purple #BA1DF4
RGB
CMYK
RGB Variations
Color information
#BA1DF4 (or 0xBA1DF4) is known color: Electric Purple. HEX triplet: BA, 1D and F4. RGB value is (186,29,244). Sum of RGB (Red+Green+Blue) = 186+29+244=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 29 (11.72% from 255 or 6.32% from 459); Blue value is 244 (95.70% from 255 or 53.16% from 459); Max value from RGB is 244 - color contains mainly: blue. Hex color #BA1DF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DF4 is #45E20B. Grayscale: #636363. Windows color (decimal): -4579852 or 15998394. OLE color: 15998394.
HSL color Cylindrical-coordinate representation of color #BA1DF4: hue angle of 283.81º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1DF4 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 29 | 244 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.04 |
| HSL | 283.81º | 0.91% | 0.54% | - |
| HSV(B) | 283.81º | 0.88% | 0.96% | - |
| XYZ | 37.02 | 17.85 | 87.08 | - |
| YUV | 100.45 | 209.01 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 244 | 0.24 | 0.88 | 0 | 0.04 | 283.81 | 0.91 | 0.54 |
| Hex | BA | 1D | F4 | 18 | 58 | 0 | 4 | 11C | 5B | 36 |
| Octal | 272 | 35 | 364 | 30 | 130 | 0 | 4 | 434 | 133 | 66 |
| Binary | 10111010 | 11101 | 11110100 | 11000 | 1011000 | 0 | 100 | 100011100 | 1011011 | 110110 |
Color Harmonies of #BA1DF4
Complementary color
Monochromatic Colors of #BA1DF4
Black with #BA1DF4
Text Example
Text Example
White with #BA1DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DF4; }
p { color: rgb(186,29,244); }
H1.HeaderClassName
{
color: #BA1DF4;
}
.AnyTagClassName
{
color: #BA1DF4;
}
</style>
background-color css
<style>
a { background-color: #BA1DF4; }
a { background-color: rgb(186,29,244); }
div.DivClassName
{
background-color: #BA1DF4;
}
.BgClassName
{
background-color: #BA1DF4;
}
</style>
border-color css
<style>
span { border-color: #BA1DF4; }
span { border-color: rgb(186,29,244); }
td.TdClassName
{
border-color: #BA1DF4;
}
.TagClassName
{
border-color: #BA1DF4;
}
</style>