Shades of Electric Purple #BA31FB
Tints of Electric Purple #BA31FB
RGB
CMYK
RGB Variations
Color information
#BA31FB (or 0xBA31FB) is known color: Electric Purple. HEX triplet: BA, 31 and FB. RGB value is (186,49,251). Sum of RGB (Red+Green+Blue) = 186+49+251=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 49 (19.53% from 255 or 10.08% from 486); Blue value is 251 (98.44% from 255 or 51.65% from 486); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA31FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA31FB is #45CE04. Grayscale: #707070. Windows color (decimal): -4574725 or 16462266. OLE color: 16462266.
HSL color Cylindrical-coordinate representation of color #BA31FB: hue angle of 280.69º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA31FB is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 49 | 251 | - |
| CMYK | 0.26 | 0.80 | 0 | 0.02 |
| HSL | 280.69º | 0.96% | 0.59% | - |
| HSV(B) | 280.69º | 0.8% | 0.98% | - |
| XYZ | 38.76 | 19.6 | 93.01 | - |
| YUV | 112.99 | 205.89 | 180.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 49 | 251 | 0.26 | 0.80 | 0 | 0.02 | 280.69 | 0.96 | 0.59 |
| Hex | BA | 31 | FB | 1A | 50 | 0 | 2 | 119 | 60 | 3B |
| Octal | 272 | 61 | 373 | 32 | 120 | 0 | 2 | 431 | 140 | 73 |
| Binary | 10111010 | 110001 | 11111011 | 11010 | 1010000 | 0 | 10 | 100011001 | 1100000 | 111011 |
Color Harmonies of #BA31FB
Complementary color
Monochromatic Colors of #BA31FB
Black with #BA31FB
Text Example
Text Example
White with #BA31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA31FB; }
p { color: rgb(186,49,251); }
H1.HeaderClassName
{
color: #BA31FB;
}
.AnyTagClassName
{
color: #BA31FB;
}
</style>
background-color css
<style>
a { background-color: #BA31FB; }
a { background-color: rgb(186,49,251); }
div.DivClassName
{
background-color: #BA31FB;
}
.BgClassName
{
background-color: #BA31FB;
}
</style>
border-color css
<style>
span { border-color: #BA31FB; }
span { border-color: rgb(186,49,251); }
td.TdClassName
{
border-color: #BA31FB;
}
.TagClassName
{
border-color: #BA31FB;
}
</style>