Shades of Electric Purple #BA31F9
Tints of Electric Purple #BA31F9
RGB
CMYK
RGB Variations
Color information
#BA31F9 (or 0xBA31F9) is known color: Electric Purple. HEX triplet: BA, 31 and F9. RGB value is (186,49,249). Sum of RGB (Red+Green+Blue) = 186+49+249=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 49 (19.53% from 255 or 10.12% from 484); Blue value is 249 (97.66% from 255 or 51.45% from 484); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA31F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31F9 is #45CE06. Grayscale: #707070. Windows color (decimal): -4574727 or 16331194. OLE color: 16331194.
HSL color Cylindrical-coordinate representation of color #BA31F9: hue angle of 281.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA31F9 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 49 | 249 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.02 |
| HSL | 281.1º | 0.94% | 0.58% | - |
| HSV(B) | 281.1º | 0.8% | 0.98% | - |
| XYZ | 38.45 | 19.48 | 91.36 | - |
| YUV | 112.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 249 | 0.25 | 0.80 | 0 | 0.02 | 281.1 | 0.94 | 0.58 |
| Hex | BA | 31 | F9 | 19 | 50 | 0 | 2 | 119 | 5E | 3A |
| Octal | 272 | 61 | 371 | 31 | 120 | 0 | 2 | 431 | 136 | 72 |
| Binary | 10111010 | 110001 | 11111001 | 11001 | 1010000 | 0 | 10 | 100011001 | 1011110 | 111010 |
Color Harmonies of #BA31F9
Complementary color
Monochromatic Colors of #BA31F9
Black with #BA31F9
Text Example
Text Example
White with #BA31F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31F9; }
p { color: rgb(186,49,249); }
H1.HeaderClassName
{
color: #BA31F9;
}
.AnyTagClassName
{
color: #BA31F9;
}
</style>
background-color css
<style>
a { background-color: #BA31F9; }
a { background-color: rgb(186,49,249); }
div.DivClassName
{
background-color: #BA31F9;
}
.BgClassName
{
background-color: #BA31F9;
}
</style>
border-color css
<style>
span { border-color: #BA31F9; }
span { border-color: rgb(186,49,249); }
td.TdClassName
{
border-color: #BA31F9;
}
.TagClassName
{
border-color: #BA31F9;
}
</style>