Shades of Electric Purple #BA29FE
Tints of Electric Purple #BA29FE
RGB
CMYK
RGB Variations
Color information
#BA29FE (or 0xBA29FE) is known color: Electric Purple. HEX triplet: BA, 29 and FE. RGB value is (186,41,254). Sum of RGB (Red+Green+Blue) = 186+41+254=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 41 (16.41% from 255 or 8.52% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA29FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29FE is #45D601. Grayscale: #6B6B6B. Windows color (decimal): -4576770 or 16656826. OLE color: 16656826.
HSL color Cylindrical-coordinate representation of color #BA29FE: hue angle of 280.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA29FE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 41 | 254 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.00 |
| HSL | 280.85º | 0.99% | 0.58% | - |
| HSV(B) | 280.85º | 0.84% | 1% | - |
| XYZ | 38.93 | 19.18 | 95.42 | - |
| YUV | 108.64 | 210.04 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 254 | 0.27 | 0.84 | 0 | 0.00 | 280.85 | 0.99 | 0.58 |
| Hex | BA | 29 | FE | 1B | 54 | 0 | 0 | 119 | 63 | 3A |
| Octal | 272 | 51 | 376 | 33 | 124 | 0 | 0 | 431 | 143 | 72 |
| Binary | 10111010 | 101001 | 11111110 | 11011 | 1010100 | 0 | 0 | 100011001 | 1100011 | 111010 |
Color Harmonies of #BA29FE
Complementary color
Monochromatic Colors of #BA29FE
Black with #BA29FE
Text Example
Text Example
White with #BA29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29FE; }
p { color: rgb(186,41,254); }
H1.HeaderClassName
{
color: #BA29FE;
}
.AnyTagClassName
{
color: #BA29FE;
}
</style>
background-color css
<style>
a { background-color: #BA29FE; }
a { background-color: rgb(186,41,254); }
div.DivClassName
{
background-color: #BA29FE;
}
.BgClassName
{
background-color: #BA29FE;
}
</style>
border-color css
<style>
span { border-color: #BA29FE; }
span { border-color: rgb(186,41,254); }
td.TdClassName
{
border-color: #BA29FE;
}
.TagClassName
{
border-color: #BA29FE;
}
</style>