Shades of Electric Purple #BA29F3
Tints of Electric Purple #BA29F3
RGB
CMYK
RGB Variations
Color information
#BA29F3 (or 0xBA29F3) is known color: Electric Purple. HEX triplet: BA, 29 and F3. RGB value is (186,41,243). Sum of RGB (Red+Green+Blue) = 186+41+243=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 243 (95.31% from 255 or 51.70% from 470); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA29F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA29F3 is #45D60C. Grayscale: #6A6A6A. Windows color (decimal): -4576781 or 15935930. OLE color: 15935930.
HSL color Cylindrical-coordinate representation of color #BA29F3: hue angle of 283.07º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA29F3 is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 41 | 243 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.05 |
| HSL | 283.07º | 0.89% | 0.56% | - |
| HSV(B) | 283.07º | 0.83% | 0.95% | - |
| XYZ | 37.22 | 18.5 | 86.4 | - |
| YUV | 107.38 | 204.54 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 41 | 243 | 0.23 | 0.83 | 0 | 0.05 | 283.07 | 0.89 | 0.56 |
| Hex | BA | 29 | F3 | 17 | 53 | 0 | 5 | 11B | 59 | 38 |
| Octal | 272 | 51 | 363 | 27 | 123 | 0 | 5 | 433 | 131 | 70 |
| Binary | 10111010 | 101001 | 11110011 | 10111 | 1010011 | 0 | 101 | 100011011 | 1011001 | 111000 |
Color Harmonies of #BA29F3
Complementary color
Monochromatic Colors of #BA29F3
Black with #BA29F3
Text Example
Text Example
White with #BA29F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA29F3; }
p { color: rgb(186,41,243); }
H1.HeaderClassName
{
color: #BA29F3;
}
.AnyTagClassName
{
color: #BA29F3;
}
</style>
background-color css
<style>
a { background-color: #BA29F3; }
a { background-color: rgb(186,41,243); }
div.DivClassName
{
background-color: #BA29F3;
}
.BgClassName
{
background-color: #BA29F3;
}
</style>
border-color css
<style>
span { border-color: #BA29F3; }
span { border-color: rgb(186,41,243); }
td.TdClassName
{
border-color: #BA29F3;
}
.TagClassName
{
border-color: #BA29F3;
}
</style>