Shades of Electric Purple #BA25FF
Tints of Electric Purple #BA25FF
RGB
CMYK
RGB Variations
Color information
#BA25FF (or 0xBA25FF) is known color: Electric Purple. HEX triplet: BA, 25 and FF. RGB value is (186,37,255). Sum of RGB (Red+Green+Blue) = 186+37+255=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 37 (14.84% from 255 or 7.74% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA25FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25FF is #45DA00. Grayscale: #696969. Windows color (decimal): -4577793 or 16721338. OLE color: 16721338.
HSL color Cylindrical-coordinate representation of color #BA25FF: hue angle of 281.01º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA25FF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 37 | 255 | - |
| CMYK | 0.27 | 0.85 | 0 | 0 |
| HSL | 281.01º | 1% | 0.57% | - |
| HSV(B) | 281.01º | 0.85% | 1% | - |
| XYZ | 38.96 | 18.98 | 96.22 | - |
| YUV | 106.4 | 211.86 | 184.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 255 | 0.27 | 0.85 | 0 | 0 | 281.01 | 1 | 0.57 |
| Hex | BA | 25 | FF | 1B | 55 | 0 | 0 | 119 | 64 | 39 |
| Octal | 272 | 45 | 377 | 33 | 125 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111010 | 100101 | 11111111 | 11011 | 1010101 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #BA25FF
Complementary color
Monochromatic Colors of #BA25FF
Black with #BA25FF
Text Example
Text Example
White with #BA25FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25FF; }
p { color: rgb(186,37,255); }
H1.HeaderClassName
{
color: #BA25FF;
}
.AnyTagClassName
{
color: #BA25FF;
}
</style>
background-color css
<style>
a { background-color: #BA25FF; }
a { background-color: rgb(186,37,255); }
div.DivClassName
{
background-color: #BA25FF;
}
.BgClassName
{
background-color: #BA25FF;
}
</style>
border-color css
<style>
span { border-color: #BA25FF; }
span { border-color: rgb(186,37,255); }
td.TdClassName
{
border-color: #BA25FF;
}
.TagClassName
{
border-color: #BA25FF;
}
</style>