Shades of Electric Purple #BA29FA
Tints of Electric Purple #BA29FA
RGB
CMYK
RGB Variations
Color information
#BA29FA (or 0xBA29FA) is known color: Electric Purple. HEX triplet: BA, 29 and FA. RGB value is (186,41,250). Sum of RGB (Red+Green+Blue) = 186+41+250=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29FA is #45D605. Grayscale: #6B6B6B. Windows color (decimal): -4576774 or 16394682. OLE color: 16394682.
HSL color Cylindrical-coordinate representation of color #BA29FA: hue angle of 281.63º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA29FA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 41 | 250 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.02 |
| HSL | 281.63º | 0.95% | 0.57% | - |
| HSV(B) | 281.63º | 0.84% | 0.98% | - |
| XYZ | 38.3 | 18.93 | 92.08 | - |
| YUV | 108.18 | 208.04 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 250 | 0.26 | 0.84 | 0 | 0.02 | 281.63 | 0.95 | 0.57 |
| Hex | BA | 29 | FA | 1A | 54 | 0 | 2 | 11A | 5F | 39 |
| Octal | 272 | 51 | 372 | 32 | 124 | 0 | 2 | 432 | 137 | 71 |
| Binary | 10111010 | 101001 | 11111010 | 11010 | 1010100 | 0 | 10 | 100011010 | 1011111 | 111001 |
Color Harmonies of #BA29FA
Complementary color
Monochromatic Colors of #BA29FA
Black with #BA29FA
Text Example
Text Example
White with #BA29FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29FA; }
p { color: rgb(186,41,250); }
H1.HeaderClassName
{
color: #BA29FA;
}
.AnyTagClassName
{
color: #BA29FA;
}
</style>
background-color css
<style>
a { background-color: #BA29FA; }
a { background-color: rgb(186,41,250); }
div.DivClassName
{
background-color: #BA29FA;
}
.BgClassName
{
background-color: #BA29FA;
}
</style>
border-color css
<style>
span { border-color: #BA29FA; }
span { border-color: rgb(186,41,250); }
td.TdClassName
{
border-color: #BA29FA;
}
.TagClassName
{
border-color: #BA29FA;
}
</style>