Shades of Electric Purple #BA14E5
Tints of Electric Purple #BA14E5
RGB
CMYK
RGB Variations
Color information
#BA14E5 (or 0xBA14E5) is known color: Electric Purple. HEX triplet: BA, 14 and E5. RGB value is (186,20,229). Sum of RGB (Red+Green+Blue) = 186+20+229=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 20 (8.20% from 255 or 4.60% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA14E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA14E5 is #45EB1A. Grayscale: #5C5C5C. Windows color (decimal): -4582171 or 15013050. OLE color: 15013050.
HSL color Cylindrical-coordinate representation of color #BA14E5: hue angle of 287.66º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA14E5 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 20 | 229 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.10 |
| HSL | 287.66º | 0.84% | 0.49% | - |
| HSV(B) | 287.66º | 0.91% | 0.9% | - |
| XYZ | 34.64 | 16.6 | 75.51 | - |
| YUV | 93.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 229 | 0.19 | 0.91 | 0 | 0.10 | 287.66 | 0.84 | 0.49 |
| Hex | BA | 14 | E5 | 13 | 5B | 0 | A | 120 | 54 | 31 |
| Octal | 272 | 24 | 345 | 23 | 133 | 0 | 12 | 440 | 124 | 61 |
| Binary | 10111010 | 10100 | 11100101 | 10011 | 1011011 | 0 | 1010 | 100100000 | 1010100 | 110001 |
Color Harmonies of #BA14E5
Complementary color
Monochromatic Colors of #BA14E5
Black with #BA14E5
Text Example
Text Example
White with #BA14E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA14E5; }
p { color: rgb(186,20,229); }
H1.HeaderClassName
{
color: #BA14E5;
}
.AnyTagClassName
{
color: #BA14E5;
}
</style>
background-color css
<style>
a { background-color: #BA14E5; }
a { background-color: rgb(186,20,229); }
div.DivClassName
{
background-color: #BA14E5;
}
.BgClassName
{
background-color: #BA14E5;
}
</style>
border-color css
<style>
span { border-color: #BA14E5; }
span { border-color: rgb(186,20,229); }
td.TdClassName
{
border-color: #BA14E5;
}
.TagClassName
{
border-color: #BA14E5;
}
</style>