Shades of Electric Purple #BA2CFD
Tints of Electric Purple #BA2CFD
RGB
CMYK
RGB Variations
Color information
#BA2CFD (or 0xBA2CFD) is known color: Electric Purple. HEX triplet: BA, 2C and FD. RGB value is (186,44,253). Sum of RGB (Red+Green+Blue) = 186+44+253=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA2CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CFD is #45D302. Grayscale: #6D6D6D. Windows color (decimal): -4576003 or 16592058. OLE color: 16592058.
HSL color Cylindrical-coordinate representation of color #BA2CFD: hue angle of 280.77º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2CFD is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 44 | 253 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.01 |
| HSL | 280.77º | 0.98% | 0.58% | - |
| HSV(B) | 280.77º | 0.83% | 0.99% | - |
| XYZ | 38.88 | 19.33 | 94.61 | - |
| YUV | 110.28 | 208.54 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 253 | 0.26 | 0.83 | 0 | 0.01 | 280.77 | 0.98 | 0.58 |
| Hex | BA | 2C | FD | 1A | 53 | 0 | 1 | 119 | 62 | 3A |
| Octal | 272 | 54 | 375 | 32 | 123 | 0 | 1 | 431 | 142 | 72 |
| Binary | 10111010 | 101100 | 11111101 | 11010 | 1010011 | 0 | 1 | 100011001 | 1100010 | 111010 |
Color Harmonies of #BA2CFD
Complementary color
Monochromatic Colors of #BA2CFD
Black with #BA2CFD
Text Example
Text Example
White with #BA2CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CFD; }
p { color: rgb(186,44,253); }
H1.HeaderClassName
{
color: #BA2CFD;
}
.AnyTagClassName
{
color: #BA2CFD;
}
</style>
background-color css
<style>
a { background-color: #BA2CFD; }
a { background-color: rgb(186,44,253); }
div.DivClassName
{
background-color: #BA2CFD;
}
.BgClassName
{
background-color: #BA2CFD;
}
</style>
border-color css
<style>
span { border-color: #BA2CFD; }
span { border-color: rgb(186,44,253); }
td.TdClassName
{
border-color: #BA2CFD;
}
.TagClassName
{
border-color: #BA2CFD;
}
</style>