Shades of Electric Purple #BA30F9
Tints of Electric Purple #BA30F9
RGB
CMYK
RGB Variations
Color information
#BA30F9 (or 0xBA30F9) is known color: Electric Purple. HEX triplet: BA, 30 and F9. RGB value is (186,48,249). Sum of RGB (Red+Green+Blue) = 186+48+249=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 249 (97.66% from 255 or 51.55% from 483); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA30F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30F9 is #45CF06. Grayscale: #6F6F6F. Windows color (decimal): -4574983 or 16330938. OLE color: 16330938.
HSL color Cylindrical-coordinate representation of color #BA30F9: hue angle of 281.19º degrees, saturation: 0.94, 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 #BA30F9 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 48 | 249 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.02 |
| HSL | 281.19º | 0.94% | 0.58% | - |
| HSV(B) | 281.19º | 0.81% | 0.98% | - |
| XYZ | 38.41 | 19.39 | 91.34 | - |
| YUV | 112.18 | 205.22 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 249 | 0.25 | 0.81 | 0 | 0.02 | 281.19 | 0.94 | 0.58 |
| Hex | BA | 30 | F9 | 19 | 51 | 0 | 2 | 119 | 5E | 3A |
| Octal | 272 | 60 | 371 | 31 | 121 | 0 | 2 | 431 | 136 | 72 |
| Binary | 10111010 | 110000 | 11111001 | 11001 | 1010001 | 0 | 10 | 100011001 | 1011110 | 111010 |
Color Harmonies of #BA30F9
Complementary color
Monochromatic Colors of #BA30F9
Black with #BA30F9
Text Example
Text Example
White with #BA30F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30F9; }
p { color: rgb(186,48,249); }
H1.HeaderClassName
{
color: #BA30F9;
}
.AnyTagClassName
{
color: #BA30F9;
}
</style>
background-color css
<style>
a { background-color: #BA30F9; }
a { background-color: rgb(186,48,249); }
div.DivClassName
{
background-color: #BA30F9;
}
.BgClassName
{
background-color: #BA30F9;
}
</style>
border-color css
<style>
span { border-color: #BA30F9; }
span { border-color: rgb(186,48,249); }
td.TdClassName
{
border-color: #BA30F9;
}
.TagClassName
{
border-color: #BA30F9;
}
</style>