Shades of Electric Purple #BA26EA
Tints of Electric Purple #BA26EA
RGB
CMYK
RGB Variations
Color information
#BA26EA (or 0xBA26EA) is known color: Electric Purple. HEX triplet: BA, 26 and EA. RGB value is (186,38,234). Sum of RGB (Red+Green+Blue) = 186+38+234=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA26EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26EA is #45D915. Grayscale: #676767. Windows color (decimal): -4577558 or 15345338. OLE color: 15345338.
HSL color Cylindrical-coordinate representation of color #BA26EA: hue angle of 285.31º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA26EA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 38 | 234 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.08 |
| HSL | 285.31º | 0.82% | 0.53% | - |
| HSV(B) | 285.31º | 0.84% | 0.92% | - |
| XYZ | 35.79 | 17.77 | 79.38 | - |
| YUV | 104.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 234 | 0.21 | 0.84 | 0 | 0.08 | 285.31 | 0.82 | 0.53 |
| Hex | BA | 26 | EA | 15 | 54 | 0 | 8 | 11D | 52 | 35 |
| Octal | 272 | 46 | 352 | 25 | 124 | 0 | 10 | 435 | 122 | 65 |
| Binary | 10111010 | 100110 | 11101010 | 10101 | 1010100 | 0 | 1000 | 100011101 | 1010010 | 110101 |
Color Harmonies of #BA26EA
Complementary color
Monochromatic Colors of #BA26EA
Black with #BA26EA
Text Example
Text Example
White with #BA26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26EA; }
p { color: rgb(186,38,234); }
H1.HeaderClassName
{
color: #BA26EA;
}
.AnyTagClassName
{
color: #BA26EA;
}
</style>
background-color css
<style>
a { background-color: #BA26EA; }
a { background-color: rgb(186,38,234); }
div.DivClassName
{
background-color: #BA26EA;
}
.BgClassName
{
background-color: #BA26EA;
}
</style>
border-color css
<style>
span { border-color: #BA26EA; }
span { border-color: rgb(186,38,234); }
td.TdClassName
{
border-color: #BA26EA;
}
.TagClassName
{
border-color: #BA26EA;
}
</style>