Shades of Electric Purple #BA25EB
Tints of Electric Purple #BA25EB
RGB
CMYK
RGB Variations
Color information
#BA25EB (or 0xBA25EB) is known color: Electric Purple. HEX triplet: BA, 25 and EB. RGB value is (186,37,235). Sum of RGB (Red+Green+Blue) = 186+37+235=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 37 (14.84% from 255 or 8.08% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA25EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25EB is #45DA14. Grayscale: #676767. Windows color (decimal): -4577813 or 15410618. OLE color: 15410618.
HSL color Cylindrical-coordinate representation of color #BA25EB: hue angle of 285.15º degrees, saturation: 0.83, 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 #BA25EB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 37 | 235 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.08 |
| HSL | 285.15º | 0.83% | 0.53% | - |
| HSV(B) | 285.15º | 0.84% | 0.92% | - |
| XYZ | 35.91 | 17.76 | 80.13 | - |
| YUV | 104.12 | 201.86 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 235 | 0.21 | 0.84 | 0 | 0.08 | 285.15 | 0.83 | 0.53 |
| Hex | BA | 25 | EB | 15 | 54 | 0 | 8 | 11D | 53 | 35 |
| Octal | 272 | 45 | 353 | 25 | 124 | 0 | 10 | 435 | 123 | 65 |
| Binary | 10111010 | 100101 | 11101011 | 10101 | 1010100 | 0 | 1000 | 100011101 | 1010011 | 110101 |
Color Harmonies of #BA25EB
Complementary color
Monochromatic Colors of #BA25EB
Black with #BA25EB
Text Example
Text Example
White with #BA25EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25EB; }
p { color: rgb(186,37,235); }
H1.HeaderClassName
{
color: #BA25EB;
}
.AnyTagClassName
{
color: #BA25EB;
}
</style>
background-color css
<style>
a { background-color: #BA25EB; }
a { background-color: rgb(186,37,235); }
div.DivClassName
{
background-color: #BA25EB;
}
.BgClassName
{
background-color: #BA25EB;
}
</style>
border-color css
<style>
span { border-color: #BA25EB; }
span { border-color: rgb(186,37,235); }
td.TdClassName
{
border-color: #BA25EB;
}
.TagClassName
{
border-color: #BA25EB;
}
</style>