Shades of Electric Purple #BA30FA
Tints of Electric Purple #BA30FA
RGB
CMYK
RGB Variations
Color information
#BA30FA (or 0xBA30FA) is known color: Electric Purple. HEX triplet: BA, 30 and FA. RGB value is (186,48,250). Sum of RGB (Red+Green+Blue) = 186+48+250=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 48 (19.14% from 255 or 9.92% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA30FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30FA is #45CF05. Grayscale: #6F6F6F. Windows color (decimal): -4574982 or 16396474. OLE color: 16396474.
HSL color Cylindrical-coordinate representation of color #BA30FA: hue angle of 280.99º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA30FA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 48 | 250 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.02 |
| HSL | 280.99º | 0.95% | 0.58% | - |
| HSV(B) | 280.99º | 0.81% | 0.98% | - |
| XYZ | 38.56 | 19.46 | 92.17 | - |
| YUV | 112.29 | 205.72 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 250 | 0.26 | 0.81 | 0 | 0.02 | 280.99 | 0.95 | 0.58 |
| Hex | BA | 30 | FA | 1A | 51 | 0 | 2 | 119 | 5F | 3A |
| Octal | 272 | 60 | 372 | 32 | 121 | 0 | 2 | 431 | 137 | 72 |
| Binary | 10111010 | 110000 | 11111010 | 11010 | 1010001 | 0 | 10 | 100011001 | 1011111 | 111010 |
Color Harmonies of #BA30FA
Complementary color
Monochromatic Colors of #BA30FA
Black with #BA30FA
Text Example
Text Example
White with #BA30FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30FA; }
p { color: rgb(186,48,250); }
H1.HeaderClassName
{
color: #BA30FA;
}
.AnyTagClassName
{
color: #BA30FA;
}
</style>
background-color css
<style>
a { background-color: #BA30FA; }
a { background-color: rgb(186,48,250); }
div.DivClassName
{
background-color: #BA30FA;
}
.BgClassName
{
background-color: #BA30FA;
}
</style>
border-color css
<style>
span { border-color: #BA30FA; }
span { border-color: rgb(186,48,250); }
td.TdClassName
{
border-color: #BA30FA;
}
.TagClassName
{
border-color: #BA30FA;
}
</style>