Shades of Electric Purple #BA26EF
Tints of Electric Purple #BA26EF
RGB
CMYK
RGB Variations
Color information
#BA26EF (or 0xBA26EF) is known color: Electric Purple. HEX triplet: BA, 26 and EF. RGB value is (186,38,239). Sum of RGB (Red+Green+Blue) = 186+38+239=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 38 (15.23% from 255 or 8.21% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA26EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26EF is #45D910. Grayscale: #686868. Windows color (decimal): -4577553 or 15673018. OLE color: 15673018.
HSL color Cylindrical-coordinate representation of color #BA26EF: hue angle of 284.18º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA26EF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 38 | 239 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.06 |
| HSL | 284.18º | 0.86% | 0.54% | - |
| HSV(B) | 284.18º | 0.84% | 0.94% | - |
| XYZ | 36.52 | 18.06 | 83.22 | - |
| YUV | 105.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 239 | 0.22 | 0.84 | 0 | 0.06 | 284.18 | 0.86 | 0.54 |
| Hex | BA | 26 | EF | 16 | 54 | 0 | 6 | 11C | 56 | 36 |
| Octal | 272 | 46 | 357 | 26 | 124 | 0 | 6 | 434 | 126 | 66 |
| Binary | 10111010 | 100110 | 11101111 | 10110 | 1010100 | 0 | 110 | 100011100 | 1010110 | 110110 |
Color Harmonies of #BA26EF
Complementary color
Monochromatic Colors of #BA26EF
Black with #BA26EF
Text Example
Text Example
White with #BA26EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26EF; }
p { color: rgb(186,38,239); }
H1.HeaderClassName
{
color: #BA26EF;
}
.AnyTagClassName
{
color: #BA26EF;
}
</style>
background-color css
<style>
a { background-color: #BA26EF; }
a { background-color: rgb(186,38,239); }
div.DivClassName
{
background-color: #BA26EF;
}
.BgClassName
{
background-color: #BA26EF;
}
</style>
border-color css
<style>
span { border-color: #BA26EF; }
span { border-color: rgb(186,38,239); }
td.TdClassName
{
border-color: #BA26EF;
}
.TagClassName
{
border-color: #BA26EF;
}
</style>