Shades of Electric Purple #BA31FD
Tints of Electric Purple #BA31FD
RGB
CMYK
RGB Variations
Color information
#BA31FD (or 0xBA31FD) is known color: Electric Purple. HEX triplet: BA, 31 and FD. RGB value is (186,49,253). Sum of RGB (Red+Green+Blue) = 186+49+253=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 49 (19.53% from 255 or 10.04% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA31FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31FD is #45CE02. Grayscale: #707070. Windows color (decimal): -4574723 or 16593338. OLE color: 16593338.
HSL color Cylindrical-coordinate representation of color #BA31FD: hue angle of 280.29º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA31FD is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 49 | 253 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.01 |
| HSL | 280.29º | 0.98% | 0.59% | - |
| HSV(B) | 280.29º | 0.81% | 0.99% | - |
| XYZ | 39.08 | 19.73 | 94.68 | - |
| YUV | 113.22 | 206.89 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 253 | 0.26 | 0.81 | 0 | 0.01 | 280.29 | 0.98 | 0.59 |
| Hex | BA | 31 | FD | 1A | 51 | 0 | 1 | 118 | 62 | 3B |
| Octal | 272 | 61 | 375 | 32 | 121 | 0 | 1 | 430 | 142 | 73 |
| Binary | 10111010 | 110001 | 11111101 | 11010 | 1010001 | 0 | 1 | 100011000 | 1100010 | 111011 |
Color Harmonies of #BA31FD
Complementary color
Monochromatic Colors of #BA31FD
Black with #BA31FD
Text Example
Text Example
White with #BA31FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31FD; }
p { color: rgb(186,49,253); }
H1.HeaderClassName
{
color: #BA31FD;
}
.AnyTagClassName
{
color: #BA31FD;
}
</style>
background-color css
<style>
a { background-color: #BA31FD; }
a { background-color: rgb(186,49,253); }
div.DivClassName
{
background-color: #BA31FD;
}
.BgClassName
{
background-color: #BA31FD;
}
</style>
border-color css
<style>
span { border-color: #BA31FD; }
span { border-color: rgb(186,49,253); }
td.TdClassName
{
border-color: #BA31FD;
}
.TagClassName
{
border-color: #BA31FD;
}
</style>