Shades of Electric Purple #BA05FE
Tints of Electric Purple #BA05FE
RGB
CMYK
RGB Variations
Color information
#BA05FE (or 0xBA05FE) is known color: Electric Purple. HEX triplet: BA, 05 and FE. RGB value is (186,5,254). Sum of RGB (Red+Green+Blue) = 186+5+254=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 5 (2.34% from 255 or 1.12% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05FE is #45FA01. Grayscale: #565656. Windows color (decimal): -4585986 or 16647610. OLE color: 16647610.
HSL color Cylindrical-coordinate representation of color #BA05FE: hue angle of 283.61º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05FE is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 5 | 254 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.00 |
| HSL | 283.61º | 0.99% | 0.51% | - |
| HSV(B) | 283.61º | 0.98% | 1% | - |
| XYZ | 38.19 | 17.7 | 95.17 | - |
| YUV | 87.51 | 221.97 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 254 | 0.27 | 0.98 | 0 | 0.00 | 283.61 | 0.99 | 0.51 |
| Hex | BA | 5 | FE | 1B | 62 | 0 | 0 | 11C | 63 | 33 |
| Octal | 272 | 5 | 376 | 33 | 142 | 0 | 0 | 434 | 143 | 63 |
| Binary | 10111010 | 101 | 11111110 | 11011 | 1100010 | 0 | 0 | 100011100 | 1100011 | 110011 |
Color Harmonies of #BA05FE
Complementary color
Monochromatic Colors of #BA05FE
Black with #BA05FE
Text Example
Text Example
White with #BA05FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05FE; }
p { color: rgb(186,5,254); }
H1.HeaderClassName
{
color: #BA05FE;
}
.AnyTagClassName
{
color: #BA05FE;
}
</style>
background-color css
<style>
a { background-color: #BA05FE; }
a { background-color: rgb(186,5,254); }
div.DivClassName
{
background-color: #BA05FE;
}
.BgClassName
{
background-color: #BA05FE;
}
</style>
border-color css
<style>
span { border-color: #BA05FE; }
span { border-color: rgb(186,5,254); }
td.TdClassName
{
border-color: #BA05FE;
}
.TagClassName
{
border-color: #BA05FE;
}
</style>