Shades of Electric Purple #BA27FD
Tints of Electric Purple #BA27FD
RGB
CMYK
RGB Variations
Color information
#BA27FD (or 0xBA27FD) is known color: Electric Purple. HEX triplet: BA, 27 and FD. RGB value is (186,39,253). Sum of RGB (Red+Green+Blue) = 186+39+253=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA27FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27FD is #45D802. Grayscale: #6A6A6A. Windows color (decimal): -4577283 or 16590778. OLE color: 16590778.
HSL color Cylindrical-coordinate representation of color #BA27FD: hue angle of 281.21º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA27FD is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 39 | 253 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.01 |
| HSL | 281.22º | 0.98% | 0.57% | - |
| HSV(B) | 281.22º | 0.85% | 0.99% | - |
| XYZ | 38.7 | 18.98 | 94.55 | - |
| YUV | 107.35 | 210.2 | 184.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 253 | 0.26 | 0.85 | 0 | 0.01 | 281.22 | 0.98 | 0.57 |
| Hex | BA | 27 | FD | 1A | 55 | 0 | 1 | 119 | 62 | 39 |
| Octal | 272 | 47 | 375 | 32 | 125 | 0 | 1 | 431 | 142 | 71 |
| Binary | 10111010 | 100111 | 11111101 | 11010 | 1010101 | 0 | 1 | 100011001 | 1100010 | 111001 |
Color Harmonies of #BA27FD
Complementary color
Monochromatic Colors of #BA27FD
Black with #BA27FD
Text Example
Text Example
White with #BA27FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27FD; }
p { color: rgb(186,39,253); }
H1.HeaderClassName
{
color: #BA27FD;
}
.AnyTagClassName
{
color: #BA27FD;
}
</style>
background-color css
<style>
a { background-color: #BA27FD; }
a { background-color: rgb(186,39,253); }
div.DivClassName
{
background-color: #BA27FD;
}
.BgClassName
{
background-color: #BA27FD;
}
</style>
border-color css
<style>
span { border-color: #BA27FD; }
span { border-color: rgb(186,39,253); }
td.TdClassName
{
border-color: #BA27FD;
}
.TagClassName
{
border-color: #BA27FD;
}
</style>