Shades of Electric Purple #BA2EFD
Tints of Electric Purple #BA2EFD
RGB
CMYK
RGB Variations
Color information
#BA2EFD (or 0xBA2EFD) is known color: Electric Purple. HEX triplet: BA, 2E and FD. RGB value is (186,46,253). Sum of RGB (Red+Green+Blue) = 186+46+253=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA2EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2EFD is #45D102. Grayscale: #6E6E6E. Windows color (decimal): -4575491 or 16592570. OLE color: 16592570.
HSL color Cylindrical-coordinate representation of color #BA2EFD: hue angle of 280.58º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2EFD is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 46 | 253 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.01 |
| HSL | 280.58º | 0.98% | 0.59% | - |
| HSV(B) | 280.58º | 0.82% | 0.99% | - |
| XYZ | 38.96 | 19.48 | 94.64 | - |
| YUV | 111.46 | 207.88 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 46 | 253 | 0.26 | 0.82 | 0 | 0.01 | 280.58 | 0.98 | 0.59 |
| Hex | BA | 2E | FD | 1A | 52 | 0 | 1 | 119 | 62 | 3B |
| Octal | 272 | 56 | 375 | 32 | 122 | 0 | 1 | 431 | 142 | 73 |
| Binary | 10111010 | 101110 | 11111101 | 11010 | 1010010 | 0 | 1 | 100011001 | 1100010 | 111011 |
Color Harmonies of #BA2EFD
Complementary color
Monochromatic Colors of #BA2EFD
Black with #BA2EFD
Text Example
Text Example
White with #BA2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2EFD; }
p { color: rgb(186,46,253); }
H1.HeaderClassName
{
color: #BA2EFD;
}
.AnyTagClassName
{
color: #BA2EFD;
}
</style>
background-color css
<style>
a { background-color: #BA2EFD; }
a { background-color: rgb(186,46,253); }
div.DivClassName
{
background-color: #BA2EFD;
}
.BgClassName
{
background-color: #BA2EFD;
}
</style>
border-color css
<style>
span { border-color: #BA2EFD; }
span { border-color: rgb(186,46,253); }
td.TdClassName
{
border-color: #BA2EFD;
}
.TagClassName
{
border-color: #BA2EFD;
}
</style>