Shades of Electric Purple #BA1DF5
Tints of Electric Purple #BA1DF5
RGB
CMYK
RGB Variations
Color information
#BA1DF5 (or 0xBA1DF5) is known color: Electric Purple. HEX triplet: BA, 1D and F5. RGB value is (186,29,245). Sum of RGB (Red+Green+Blue) = 186+29+245=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA1DF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DF5 is #45E20A. Grayscale: #636363. Windows color (decimal): -4579851 or 16063930. OLE color: 16063930.
HSL color Cylindrical-coordinate representation of color #BA1DF5: hue angle of 283.61º degrees, saturation: 0.92, 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 #BA1DF5 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 29 | 245 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.04 |
| HSL | 283.61º | 0.92% | 0.54% | - |
| HSV(B) | 283.61º | 0.88% | 0.96% | - |
| XYZ | 37.17 | 17.91 | 87.88 | - |
| YUV | 100.57 | 209.51 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 245 | 0.24 | 0.88 | 0 | 0.04 | 283.61 | 0.92 | 0.54 |
| Hex | BA | 1D | F5 | 18 | 58 | 0 | 4 | 11C | 5C | 36 |
| Octal | 272 | 35 | 365 | 30 | 130 | 0 | 4 | 434 | 134 | 66 |
| Binary | 10111010 | 11101 | 11110101 | 11000 | 1011000 | 0 | 100 | 100011100 | 1011100 | 110110 |
Color Harmonies of #BA1DF5
Complementary color
Monochromatic Colors of #BA1DF5
Black with #BA1DF5
Text Example
Text Example
White with #BA1DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DF5; }
p { color: rgb(186,29,245); }
H1.HeaderClassName
{
color: #BA1DF5;
}
.AnyTagClassName
{
color: #BA1DF5;
}
</style>
background-color css
<style>
a { background-color: #BA1DF5; }
a { background-color: rgb(186,29,245); }
div.DivClassName
{
background-color: #BA1DF5;
}
.BgClassName
{
background-color: #BA1DF5;
}
</style>
border-color css
<style>
span { border-color: #BA1DF5; }
span { border-color: rgb(186,29,245); }
td.TdClassName
{
border-color: #BA1DF5;
}
.TagClassName
{
border-color: #BA1DF5;
}
</style>