Shades of Electric Purple #BA19FE
Tints of Electric Purple #BA19FE
RGB
CMYK
RGB Variations
Color information
#BA19FE (or 0xBA19FE) is known color: Electric Purple. HEX triplet: BA, 19 and FE. RGB value is (186,25,254). Sum of RGB (Red+Green+Blue) = 186+25+254=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA19FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19FE is #45E601. Grayscale: #626262. Windows color (decimal): -4580866 or 16652730. OLE color: 16652730.
HSL color Cylindrical-coordinate representation of color #BA19FE: hue angle of 282.18º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19FE is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 25 | 254 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.00 |
| HSL | 282.18º | 0.99% | 0.55% | - |
| HSV(B) | 282.18º | 0.9% | 1% | - |
| XYZ | 38.49 | 18.29 | 95.27 | - |
| YUV | 99.25 | 215.34 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 254 | 0.27 | 0.90 | 0 | 0.00 | 282.18 | 0.99 | 0.55 |
| Hex | BA | 19 | FE | 1B | 5A | 0 | 0 | 11A | 63 | 37 |
| Octal | 272 | 31 | 376 | 33 | 132 | 0 | 0 | 432 | 143 | 67 |
| Binary | 10111010 | 11001 | 11111110 | 11011 | 1011010 | 0 | 0 | 100011010 | 1100011 | 110111 |
Color Harmonies of #BA19FE
Complementary color
Monochromatic Colors of #BA19FE
Black with #BA19FE
Text Example
Text Example
White with #BA19FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19FE; }
p { color: rgb(186,25,254); }
H1.HeaderClassName
{
color: #BA19FE;
}
.AnyTagClassName
{
color: #BA19FE;
}
</style>
background-color css
<style>
a { background-color: #BA19FE; }
a { background-color: rgb(186,25,254); }
div.DivClassName
{
background-color: #BA19FE;
}
.BgClassName
{
background-color: #BA19FE;
}
</style>
border-color css
<style>
span { border-color: #BA19FE; }
span { border-color: rgb(186,25,254); }
td.TdClassName
{
border-color: #BA19FE;
}
.TagClassName
{
border-color: #BA19FE;
}
</style>