Shades of Electric Purple #BA20FB
Tints of Electric Purple #BA20FB
RGB
CMYK
RGB Variations
Color information
#BA20FB (or 0xBA20FB) is known color: Electric Purple. HEX triplet: BA, 20 and FB. RGB value is (186,32,251). Sum of RGB (Red+Green+Blue) = 186+32+251=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 32 (12.89% from 255 or 6.82% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA20FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20FB is #45DF04. Grayscale: #666666. Windows color (decimal): -4579077 or 16457914. OLE color: 16457914.
HSL color Cylindrical-coordinate representation of color #BA20FB: hue angle of 282.19º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20FB is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 32 | 251 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.02 |
| HSL | 282.19º | 0.96% | 0.55% | - |
| HSV(B) | 282.19º | 0.87% | 0.98% | - |
| XYZ | 38.18 | 18.44 | 92.81 | - |
| YUV | 103.01 | 211.52 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 251 | 0.26 | 0.87 | 0 | 0.02 | 282.19 | 0.96 | 0.55 |
| Hex | BA | 20 | FB | 1A | 57 | 0 | 2 | 11A | 60 | 37 |
| Octal | 272 | 40 | 373 | 32 | 127 | 0 | 2 | 432 | 140 | 67 |
| Binary | 10111010 | 100000 | 11111011 | 11010 | 1010111 | 0 | 10 | 100011010 | 1100000 | 110111 |
Color Harmonies of #BA20FB
Complementary color
Monochromatic Colors of #BA20FB
Black with #BA20FB
Text Example
Text Example
White with #BA20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20FB; }
p { color: rgb(186,32,251); }
H1.HeaderClassName
{
color: #BA20FB;
}
.AnyTagClassName
{
color: #BA20FB;
}
</style>
background-color css
<style>
a { background-color: #BA20FB; }
a { background-color: rgb(186,32,251); }
div.DivClassName
{
background-color: #BA20FB;
}
.BgClassName
{
background-color: #BA20FB;
}
</style>
border-color css
<style>
span { border-color: #BA20FB; }
span { border-color: rgb(186,32,251); }
td.TdClassName
{
border-color: #BA20FB;
}
.TagClassName
{
border-color: #BA20FB;
}
</style>