Shades of Electric Purple #BA29FB
Tints of Electric Purple #BA29FB
RGB
CMYK
RGB Variations
Color information
#BA29FB (or 0xBA29FB) is known color: Electric Purple. HEX triplet: BA, 29 and FB. RGB value is (186,41,251). Sum of RGB (Red+Green+Blue) = 186+41+251=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA29FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29FB is #45D604. Grayscale: #6B6B6B. Windows color (decimal): -4576773 or 16460218. OLE color: 16460218.
HSL color Cylindrical-coordinate representation of color #BA29FB: hue angle of 281.43º degrees, saturation: 0.96, 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 #BA29FB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 41 | 251 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.02 |
| HSL | 281.43º | 0.96% | 0.57% | - |
| HSV(B) | 281.43º | 0.84% | 0.98% | - |
| XYZ | 38.46 | 18.99 | 92.91 | - |
| YUV | 108.3 | 208.54 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 251 | 0.26 | 0.84 | 0 | 0.02 | 281.43 | 0.96 | 0.57 |
| Hex | BA | 29 | FB | 1A | 54 | 0 | 2 | 119 | 60 | 39 |
| Octal | 272 | 51 | 373 | 32 | 124 | 0 | 2 | 431 | 140 | 71 |
| Binary | 10111010 | 101001 | 11111011 | 11010 | 1010100 | 0 | 10 | 100011001 | 1100000 | 111001 |
Color Harmonies of #BA29FB
Complementary color
Monochromatic Colors of #BA29FB
Black with #BA29FB
Text Example
Text Example
White with #BA29FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29FB; }
p { color: rgb(186,41,251); }
H1.HeaderClassName
{
color: #BA29FB;
}
.AnyTagClassName
{
color: #BA29FB;
}
</style>
background-color css
<style>
a { background-color: #BA29FB; }
a { background-color: rgb(186,41,251); }
div.DivClassName
{
background-color: #BA29FB;
}
.BgClassName
{
background-color: #BA29FB;
}
</style>
border-color css
<style>
span { border-color: #BA29FB; }
span { border-color: rgb(186,41,251); }
td.TdClassName
{
border-color: #BA29FB;
}
.TagClassName
{
border-color: #BA29FB;
}
</style>