Shades of Electric Purple #BA23EF
Tints of Electric Purple #BA23EF
RGB
CMYK
RGB Variations
Color information
#BA23EF (or 0xBA23EF) is known color: Electric Purple. HEX triplet: BA, 23 and EF. RGB value is (186,35,239). Sum of RGB (Red+Green+Blue) = 186+35+239=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 35 (14.06% from 255 or 7.61% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA23EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA23EF is #45DC10. Grayscale: #666666. Windows color (decimal): -4578321 or 15672250. OLE color: 15672250.
HSL color Cylindrical-coordinate representation of color #BA23EF: hue angle of 284.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA23EF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 35 | 239 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.06 |
| HSL | 284.41º | 0.86% | 0.54% | - |
| HSV(B) | 284.41º | 0.85% | 0.94% | - |
| XYZ | 36.43 | 17.87 | 83.19 | - |
| YUV | 103.41 | 204.53 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 239 | 0.22 | 0.85 | 0 | 0.06 | 284.41 | 0.86 | 0.54 |
| Hex | BA | 23 | EF | 16 | 55 | 0 | 6 | 11C | 56 | 36 |
| Octal | 272 | 43 | 357 | 26 | 125 | 0 | 6 | 434 | 126 | 66 |
| Binary | 10111010 | 100011 | 11101111 | 10110 | 1010101 | 0 | 110 | 100011100 | 1010110 | 110110 |
Color Harmonies of #BA23EF
Complementary color
Monochromatic Colors of #BA23EF
Black with #BA23EF
Text Example
Text Example
White with #BA23EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA23EF; }
p { color: rgb(186,35,239); }
H1.HeaderClassName
{
color: #BA23EF;
}
.AnyTagClassName
{
color: #BA23EF;
}
</style>
background-color css
<style>
a { background-color: #BA23EF; }
a { background-color: rgb(186,35,239); }
div.DivClassName
{
background-color: #BA23EF;
}
.BgClassName
{
background-color: #BA23EF;
}
</style>
border-color css
<style>
span { border-color: #BA23EF; }
span { border-color: rgb(186,35,239); }
td.TdClassName
{
border-color: #BA23EF;
}
.TagClassName
{
border-color: #BA23EF;
}
</style>