Shades of Electric Purple #BA26EE
Tints of Electric Purple #BA26EE
RGB
CMYK
RGB Variations
Color information
#BA26EE (or 0xBA26EE) is known color: Electric Purple. HEX triplet: BA, 26 and EE. RGB value is (186,38,238). Sum of RGB (Red+Green+Blue) = 186+38+238=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA26EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26EE is #45D911. Grayscale: #686868. Windows color (decimal): -4577554 or 15607482. OLE color: 15607482.
HSL color Cylindrical-coordinate representation of color #BA26EE: hue angle of 284.4º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA26EE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 38 | 238 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.07 |
| HSL | 284.4º | 0.85% | 0.54% | - |
| HSV(B) | 284.4º | 0.84% | 0.93% | - |
| XYZ | 36.38 | 18 | 82.45 | - |
| YUV | 105.05 | 203.03 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 238 | 0.22 | 0.84 | 0 | 0.07 | 284.4 | 0.85 | 0.54 |
| Hex | BA | 26 | EE | 16 | 54 | 0 | 7 | 11C | 55 | 36 |
| Octal | 272 | 46 | 356 | 26 | 124 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111010 | 100110 | 11101110 | 10110 | 1010100 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #BA26EE
Complementary color
Monochromatic Colors of #BA26EE
Black with #BA26EE
Text Example
Text Example
White with #BA26EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26EE; }
p { color: rgb(186,38,238); }
H1.HeaderClassName
{
color: #BA26EE;
}
.AnyTagClassName
{
color: #BA26EE;
}
</style>
background-color css
<style>
a { background-color: #BA26EE; }
a { background-color: rgb(186,38,238); }
div.DivClassName
{
background-color: #BA26EE;
}
.BgClassName
{
background-color: #BA26EE;
}
</style>
border-color css
<style>
span { border-color: #BA26EE; }
span { border-color: rgb(186,38,238); }
td.TdClassName
{
border-color: #BA26EE;
}
.TagClassName
{
border-color: #BA26EE;
}
</style>