Shades of Electric Purple #BA22FB
Tints of Electric Purple #BA22FB
RGB
CMYK
RGB Variations
Color information
#BA22FB (or 0xBA22FB) is known color: Electric Purple. HEX triplet: BA, 22 and FB. RGB value is (186,34,251). Sum of RGB (Red+Green+Blue) = 186+34+251=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA22FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA22FB is #45DD04. Grayscale: #676767. Windows color (decimal): -4578565 or 16458426. OLE color: 16458426.
HSL color Cylindrical-coordinate representation of color #BA22FB: hue angle of 282.03º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA22FB is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 34 | 251 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.02 |
| HSL | 282.03º | 0.96% | 0.56% | - |
| HSV(B) | 282.03º | 0.86% | 0.98% | - |
| XYZ | 38.23 | 18.55 | 92.83 | - |
| YUV | 104.19 | 210.86 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 34 | 251 | 0.26 | 0.86 | 0 | 0.02 | 282.03 | 0.96 | 0.56 |
| Hex | BA | 22 | FB | 1A | 56 | 0 | 2 | 11A | 60 | 38 |
| Octal | 272 | 42 | 373 | 32 | 126 | 0 | 2 | 432 | 140 | 70 |
| Binary | 10111010 | 100010 | 11111011 | 11010 | 1010110 | 0 | 10 | 100011010 | 1100000 | 111000 |
Color Harmonies of #BA22FB
Complementary color
Monochromatic Colors of #BA22FB
Black with #BA22FB
Text Example
Text Example
White with #BA22FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA22FB; }
p { color: rgb(186,34,251); }
H1.HeaderClassName
{
color: #BA22FB;
}
.AnyTagClassName
{
color: #BA22FB;
}
</style>
background-color css
<style>
a { background-color: #BA22FB; }
a { background-color: rgb(186,34,251); }
div.DivClassName
{
background-color: #BA22FB;
}
.BgClassName
{
background-color: #BA22FB;
}
</style>
border-color css
<style>
span { border-color: #BA22FB; }
span { border-color: rgb(186,34,251); }
td.TdClassName
{
border-color: #BA22FB;
}
.TagClassName
{
border-color: #BA22FB;
}
</style>