Shades of Electric Purple #BA25F8
Tints of Electric Purple #BA25F8
RGB
CMYK
RGB Variations
Color information
#BA25F8 (or 0xBA25F8) is known color: Electric Purple. HEX triplet: BA, 25 and F8. RGB value is (186,37,248). Sum of RGB (Red+Green+Blue) = 186+37+248=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 37 (14.84% from 255 or 7.86% from 471); Blue value is 248 (97.27% from 255 or 52.65% from 471); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA25F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25F8 is #45DA07. Grayscale: #686868. Windows color (decimal): -4577800 or 16262586. OLE color: 16262586.
HSL color Cylindrical-coordinate representation of color #BA25F8: hue angle of 282.37º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA25F8 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 37 | 248 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.03 |
| HSL | 282.37º | 0.94% | 0.56% | - |
| HSV(B) | 282.37º | 0.85% | 0.97% | - |
| XYZ | 37.85 | 18.54 | 90.39 | - |
| YUV | 105.61 | 208.36 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 248 | 0.25 | 0.85 | 0 | 0.03 | 282.37 | 0.94 | 0.56 |
| Hex | BA | 25 | F8 | 19 | 55 | 0 | 3 | 11A | 5E | 38 |
| Octal | 272 | 45 | 370 | 31 | 125 | 0 | 3 | 432 | 136 | 70 |
| Binary | 10111010 | 100101 | 11111000 | 11001 | 1010101 | 0 | 11 | 100011010 | 1011110 | 111000 |
Color Harmonies of #BA25F8
Complementary color
Monochromatic Colors of #BA25F8
Black with #BA25F8
Text Example
Text Example
White with #BA25F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25F8; }
p { color: rgb(186,37,248); }
H1.HeaderClassName
{
color: #BA25F8;
}
.AnyTagClassName
{
color: #BA25F8;
}
</style>
background-color css
<style>
a { background-color: #BA25F8; }
a { background-color: rgb(186,37,248); }
div.DivClassName
{
background-color: #BA25F8;
}
.BgClassName
{
background-color: #BA25F8;
}
</style>
border-color css
<style>
span { border-color: #BA25F8; }
span { border-color: rgb(186,37,248); }
td.TdClassName
{
border-color: #BA25F8;
}
.TagClassName
{
border-color: #BA25F8;
}
</style>