Shades of Electric Purple #BA20FD
Tints of Electric Purple #BA20FD
RGB
CMYK
RGB Variations
Color information
#BA20FD (or 0xBA20FD) is known color: Electric Purple. HEX triplet: BA, 20 and FD. RGB value is (186,32,253). Sum of RGB (Red+Green+Blue) = 186+32+253=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA20FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA20FD is #45DF02. Grayscale: #666666. Windows color (decimal): -4579075 or 16588986. OLE color: 16588986.
HSL color Cylindrical-coordinate representation of color #BA20FD: hue angle of 281.81º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA20FD is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 32 | 253 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.01 |
| HSL | 281.81º | 0.98% | 0.56% | - |
| HSV(B) | 281.81º | 0.87% | 0.99% | - |
| XYZ | 38.5 | 18.56 | 94.48 | - |
| YUV | 103.24 | 212.52 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 253 | 0.26 | 0.87 | 0 | 0.01 | 281.81 | 0.98 | 0.56 |
| Hex | BA | 20 | FD | 1A | 57 | 0 | 1 | 11A | 62 | 38 |
| Octal | 272 | 40 | 375 | 32 | 127 | 0 | 1 | 432 | 142 | 70 |
| Binary | 10111010 | 100000 | 11111101 | 11010 | 1010111 | 0 | 1 | 100011010 | 1100010 | 111000 |
Color Harmonies of #BA20FD
Complementary color
Monochromatic Colors of #BA20FD
Black with #BA20FD
Text Example
Text Example
White with #BA20FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA20FD; }
p { color: rgb(186,32,253); }
H1.HeaderClassName
{
color: #BA20FD;
}
.AnyTagClassName
{
color: #BA20FD;
}
</style>
background-color css
<style>
a { background-color: #BA20FD; }
a { background-color: rgb(186,32,253); }
div.DivClassName
{
background-color: #BA20FD;
}
.BgClassName
{
background-color: #BA20FD;
}
</style>
border-color css
<style>
span { border-color: #BA20FD; }
span { border-color: rgb(186,32,253); }
td.TdClassName
{
border-color: #BA20FD;
}
.TagClassName
{
border-color: #BA20FD;
}
</style>