Shades of Electric Purple #BA18E7
Tints of Electric Purple #BA18E7
RGB
CMYK
RGB Variations
Color information
#BA18E7 (or 0xBA18E7) is known color: Electric Purple. HEX triplet: BA, 18 and E7. RGB value is (186,24,231). Sum of RGB (Red+Green+Blue) = 186+24+231=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 24 (9.77% from 255 or 5.44% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA18E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA18E7 is #45E718. Grayscale: #5F5F5F. Windows color (decimal): -4581145 or 15145146. OLE color: 15145146.
HSL color Cylindrical-coordinate representation of color #BA18E7: hue angle of 286.96º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA18E7 is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 24 | 231 | - |
| CMYK | 0.19 | 0.90 | 0 | 0.09 |
| HSL | 286.96º | 0.81% | 0.5% | - |
| HSV(B) | 286.96º | 0.9% | 0.91% | - |
| XYZ | 35 | 16.86 | 77.01 | - |
| YUV | 96.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 231 | 0.19 | 0.90 | 0 | 0.09 | 286.96 | 0.81 | 0.5 |
| Hex | BA | 18 | E7 | 13 | 5A | 0 | 9 | 11F | 51 | 32 |
| Octal | 272 | 30 | 347 | 23 | 132 | 0 | 11 | 437 | 121 | 62 |
| Binary | 10111010 | 11000 | 11100111 | 10011 | 1011010 | 0 | 1001 | 100011111 | 1010001 | 110010 |
Color Harmonies of #BA18E7
Complementary color
Monochromatic Colors of #BA18E7
Black with #BA18E7
Text Example
Text Example
White with #BA18E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA18E7; }
p { color: rgb(186,24,231); }
H1.HeaderClassName
{
color: #BA18E7;
}
.AnyTagClassName
{
color: #BA18E7;
}
</style>
background-color css
<style>
a { background-color: #BA18E7; }
a { background-color: rgb(186,24,231); }
div.DivClassName
{
background-color: #BA18E7;
}
.BgClassName
{
background-color: #BA18E7;
}
</style>
border-color css
<style>
span { border-color: #BA18E7; }
span { border-color: rgb(186,24,231); }
td.TdClassName
{
border-color: #BA18E7;
}
.TagClassName
{
border-color: #BA18E7;
}
</style>