Shades of Electric Purple #BA15FB
Tints of Electric Purple #BA15FB
RGB
CMYK
RGB Variations
Color information
#BA15FB (or 0xBA15FB) is known color: Electric Purple. HEX triplet: BA, 15 and FB. RGB value is (186,21,251). Sum of RGB (Red+Green+Blue) = 186+21+251=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 21 (8.59% from 255 or 4.59% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA15FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15FB is #45EA04. Grayscale: #5F5F5F. Windows color (decimal): -4581893 or 16455098. OLE color: 16455098.
HSL color Cylindrical-coordinate representation of color #BA15FB: hue angle of 283.04º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BA15FB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 21 | 251 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.02 |
| HSL | 283.04º | 0.97% | 0.53% | - |
| HSV(B) | 283.04º | 0.92% | 0.98% | - |
| XYZ | 37.93 | 17.94 | 92.73 | - |
| YUV | 96.56 | 215.16 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 251 | 0.26 | 0.92 | 0 | 0.02 | 283.04 | 0.97 | 0.53 |
| Hex | BA | 15 | FB | 1A | 5C | 0 | 2 | 11B | 61 | 35 |
| Octal | 272 | 25 | 373 | 32 | 134 | 0 | 2 | 433 | 141 | 65 |
| Binary | 10111010 | 10101 | 11111011 | 11010 | 1011100 | 0 | 10 | 100011011 | 1100001 | 110101 |
Color Harmonies of #BA15FB
Complementary color
Monochromatic Colors of #BA15FB
Black with #BA15FB
Text Example
Text Example
White with #BA15FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15FB; }
p { color: rgb(186,21,251); }
H1.HeaderClassName
{
color: #BA15FB;
}
.AnyTagClassName
{
color: #BA15FB;
}
</style>
background-color css
<style>
a { background-color: #BA15FB; }
a { background-color: rgb(186,21,251); }
div.DivClassName
{
background-color: #BA15FB;
}
.BgClassName
{
background-color: #BA15FB;
}
</style>
border-color css
<style>
span { border-color: #BA15FB; }
span { border-color: rgb(186,21,251); }
td.TdClassName
{
border-color: #BA15FB;
}
.TagClassName
{
border-color: #BA15FB;
}
</style>