Shades of Electric Purple #BA18E4
Tints of Electric Purple #BA18E4
RGB
CMYK
RGB Variations
Color information
#BA18E4 (or 0xBA18E4) is known color: Electric Purple. HEX triplet: BA, 18 and E4. RGB value is (186,24,228). Sum of RGB (Red+Green+Blue) = 186+24+228=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 24 (9.77% from 255 or 5.48% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA18E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA18E4 is #45E71B. Grayscale: #5F5F5F. Windows color (decimal): -4581148 or 14948538. OLE color: 14948538.
HSL color Cylindrical-coordinate representation of color #BA18E4: hue angle of 287.65º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA18E4 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 24 | 228 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.11 |
| HSL | 287.65º | 0.81% | 0.49% | - |
| HSV(B) | 287.65º | 0.89% | 0.89% | - |
| XYZ | 34.58 | 16.69 | 74.8 | - |
| YUV | 95.69 | 202.67 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 228 | 0.18 | 0.89 | 0 | 0.11 | 287.65 | 0.81 | 0.49 |
| Hex | BA | 18 | E4 | 12 | 59 | 0 | B | 120 | 51 | 31 |
| Octal | 272 | 30 | 344 | 22 | 131 | 0 | 13 | 440 | 121 | 61 |
| Binary | 10111010 | 11000 | 11100100 | 10010 | 1011001 | 0 | 1011 | 100100000 | 1010001 | 110001 |
Color Harmonies of #BA18E4
Complementary color
Monochromatic Colors of #BA18E4
Black with #BA18E4
Text Example
Text Example
White with #BA18E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18E4; }
p { color: rgb(186,24,228); }
H1.HeaderClassName
{
color: #BA18E4;
}
.AnyTagClassName
{
color: #BA18E4;
}
</style>
background-color css
<style>
a { background-color: #BA18E4; }
a { background-color: rgb(186,24,228); }
div.DivClassName
{
background-color: #BA18E4;
}
.BgClassName
{
background-color: #BA18E4;
}
</style>
border-color css
<style>
span { border-color: #BA18E4; }
span { border-color: rgb(186,24,228); }
td.TdClassName
{
border-color: #BA18E4;
}
.TagClassName
{
border-color: #BA18E4;
}
</style>