Shades of Electric Purple #BA30F5
Tints of Electric Purple #BA30F5
RGB
CMYK
RGB Variations
Color information
#BA30F5 (or 0xBA30F5) is known color: Electric Purple. HEX triplet: BA, 30 and F5. RGB value is (186,48,245). Sum of RGB (Red+Green+Blue) = 186+48+245=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 48 (19.14% from 255 or 10.02% from 479); Blue value is 245 (96.09% from 255 or 51.15% from 479); Max value from RGB is 245 - color contains mainly: blue. Hex color #BA30F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30F5 is #45CF0A. Grayscale: #6F6F6F. Windows color (decimal): -4574987 or 16068794. OLE color: 16068794.
HSL color Cylindrical-coordinate representation of color #BA30F5: hue angle of 282.03º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30F5 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 48 | 245 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.04 |
| HSL | 282.03º | 0.91% | 0.57% | - |
| HSV(B) | 282.03º | 0.8% | 0.96% | - |
| XYZ | 37.79 | 19.15 | 88.09 | - |
| YUV | 111.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 245 | 0.24 | 0.80 | 0 | 0.04 | 282.03 | 0.91 | 0.57 |
| Hex | BA | 30 | F5 | 18 | 50 | 0 | 4 | 11A | 5B | 39 |
| Octal | 272 | 60 | 365 | 30 | 120 | 0 | 4 | 432 | 133 | 71 |
| Binary | 10111010 | 110000 | 11110101 | 11000 | 1010000 | 0 | 100 | 100011010 | 1011011 | 111001 |
Color Harmonies of #BA30F5
Complementary color
Monochromatic Colors of #BA30F5
Black with #BA30F5
Text Example
Text Example
White with #BA30F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30F5; }
p { color: rgb(186,48,245); }
H1.HeaderClassName
{
color: #BA30F5;
}
.AnyTagClassName
{
color: #BA30F5;
}
</style>
background-color css
<style>
a { background-color: #BA30F5; }
a { background-color: rgb(186,48,245); }
div.DivClassName
{
background-color: #BA30F5;
}
.BgClassName
{
background-color: #BA30F5;
}
</style>
border-color css
<style>
span { border-color: #BA30F5; }
span { border-color: rgb(186,48,245); }
td.TdClassName
{
border-color: #BA30F5;
}
.TagClassName
{
border-color: #BA30F5;
}
</style>