Shades of Electric Purple #BA17E5
Tints of Electric Purple #BA17E5
RGB
CMYK
RGB Variations
Color information
#BA17E5 (or 0xBA17E5) is known color: Electric Purple. HEX triplet: BA, 17 and E5. RGB value is (186,23,229). Sum of RGB (Red+Green+Blue) = 186+23+229=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 23 (9.38% from 255 or 5.25% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA17E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA17E5 is #45E81A. Grayscale: #5E5E5E. Windows color (decimal): -4581403 or 15013818. OLE color: 15013818.
HSL color Cylindrical-coordinate representation of color #BA17E5: hue angle of 287.48º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA17E5 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 23 | 229 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.10 |
| HSL | 287.48º | 0.82% | 0.49% | - |
| HSV(B) | 287.48º | 0.9% | 0.9% | - |
| XYZ | 34.7 | 16.71 | 75.53 | - |
| YUV | 95.22 | 203.5 | 192.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 229 | 0.19 | 0.90 | 0 | 0.10 | 287.48 | 0.82 | 0.49 |
| Hex | BA | 17 | E5 | 13 | 5A | 0 | A | 11F | 52 | 31 |
| Octal | 272 | 27 | 345 | 23 | 132 | 0 | 12 | 437 | 122 | 61 |
| Binary | 10111010 | 10111 | 11100101 | 10011 | 1011010 | 0 | 1010 | 100011111 | 1010010 | 110001 |
Color Harmonies of #BA17E5
Complementary color
Monochromatic Colors of #BA17E5
Black with #BA17E5
Text Example
Text Example
White with #BA17E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17E5; }
p { color: rgb(186,23,229); }
H1.HeaderClassName
{
color: #BA17E5;
}
.AnyTagClassName
{
color: #BA17E5;
}
</style>
background-color css
<style>
a { background-color: #BA17E5; }
a { background-color: rgb(186,23,229); }
div.DivClassName
{
background-color: #BA17E5;
}
.BgClassName
{
background-color: #BA17E5;
}
</style>
border-color css
<style>
span { border-color: #BA17E5; }
span { border-color: rgb(186,23,229); }
td.TdClassName
{
border-color: #BA17E5;
}
.TagClassName
{
border-color: #BA17E5;
}
</style>