Shades of Electric Purple #BA13FB
Tints of Electric Purple #BA13FB
RGB
CMYK
RGB Variations
Color information
#BA13FB (or 0xBA13FB) is known color: Electric Purple. HEX triplet: BA, 13 and FB. RGB value is (186,19,251). Sum of RGB (Red+Green+Blue) = 186+19+251=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 19 (7.81% from 255 or 4.17% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA13FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA13FB is #45EC04. Grayscale: #5E5E5E. Windows color (decimal): -4582405 or 16454586. OLE color: 16454586.
HSL color Cylindrical-coordinate representation of color #BA13FB: hue angle of 283.19º 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 #BA13FB is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 19 | 251 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.02 |
| HSL | 283.19º | 0.97% | 0.53% | - |
| HSV(B) | 283.19º | 0.92% | 0.98% | - |
| XYZ | 37.9 | 17.87 | 92.72 | - |
| YUV | 95.38 | 215.83 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 251 | 0.26 | 0.92 | 0 | 0.02 | 283.19 | 0.97 | 0.53 |
| Hex | BA | 13 | FB | 1A | 5C | 0 | 2 | 11B | 61 | 35 |
| Octal | 272 | 23 | 373 | 32 | 134 | 0 | 2 | 433 | 141 | 65 |
| Binary | 10111010 | 10011 | 11111011 | 11010 | 1011100 | 0 | 10 | 100011011 | 1100001 | 110101 |
Color Harmonies of #BA13FB
Complementary color
Monochromatic Colors of #BA13FB
Black with #BA13FB
Text Example
Text Example
White with #BA13FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA13FB; }
p { color: rgb(186,19,251); }
H1.HeaderClassName
{
color: #BA13FB;
}
.AnyTagClassName
{
color: #BA13FB;
}
</style>
background-color css
<style>
a { background-color: #BA13FB; }
a { background-color: rgb(186,19,251); }
div.DivClassName
{
background-color: #BA13FB;
}
.BgClassName
{
background-color: #BA13FB;
}
</style>
border-color css
<style>
span { border-color: #BA13FB; }
span { border-color: rgb(186,19,251); }
td.TdClassName
{
border-color: #BA13FB;
}
.TagClassName
{
border-color: #BA13FB;
}
</style>