Shades of Electric Purple #BA1DFE
Tints of Electric Purple #BA1DFE
RGB
CMYK
RGB Variations
Color information
#BA1DFE (or 0xBA1DFE) is known color: Electric Purple. HEX triplet: BA, 1D and FE. RGB value is (186,29,254). Sum of RGB (Red+Green+Blue) = 186+29+254=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA1DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1DFE is #45E201. Grayscale: #646464. Windows color (decimal): -4579842 or 16653754. OLE color: 16653754.
HSL color Cylindrical-coordinate representation of color #BA1DFE: hue angle of 281.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1DFE is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 29 | 254 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.00 |
| HSL | 281.87º | 0.99% | 0.55% | - |
| HSV(B) | 281.87º | 0.89% | 1% | - |
| XYZ | 38.58 | 18.47 | 95.3 | - |
| YUV | 101.59 | 214.01 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 254 | 0.27 | 0.89 | 0 | 0.00 | 281.87 | 0.99 | 0.55 |
| Hex | BA | 1D | FE | 1B | 59 | 0 | 0 | 11A | 63 | 37 |
| Octal | 272 | 35 | 376 | 33 | 131 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111010 | 11101 | 11111110 | 11011 | 1011001 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #BA1DFE
Complementary color
Monochromatic Colors of #BA1DFE
Black with #BA1DFE
Text Example
Text Example
White with #BA1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1DFE; }
p { color: rgb(186,29,254); }
H1.HeaderClassName
{
color: #BA1DFE;
}
.AnyTagClassName
{
color: #BA1DFE;
}
</style>
background-color css
<style>
a { background-color: #BA1DFE; }
a { background-color: rgb(186,29,254); }
div.DivClassName
{
background-color: #BA1DFE;
}
.BgClassName
{
background-color: #BA1DFE;
}
</style>
border-color css
<style>
span { border-color: #BA1DFE; }
span { border-color: rgb(186,29,254); }
td.TdClassName
{
border-color: #BA1DFE;
}
.TagClassName
{
border-color: #BA1DFE;
}
</style>