Shades of Electric Purple #BA27FE
Tints of Electric Purple #BA27FE
RGB
CMYK
RGB Variations
Color information
#BA27FE (or 0xBA27FE) is known color: Electric Purple. HEX triplet: BA, 27 and FE. RGB value is (186,39,254). Sum of RGB (Red+Green+Blue) = 186+39+254=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 39 (15.62% from 255 or 8.14% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA27FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27FE is #45D801. Grayscale: #6A6A6A. Windows color (decimal): -4577282 or 16656314. OLE color: 16656314.
HSL color Cylindrical-coordinate representation of color #BA27FE: hue angle of 281.02º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA27FE is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 39 | 254 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.00 |
| HSL | 281.02º | 0.99% | 0.57% | - |
| HSV(B) | 281.02º | 0.85% | 1% | - |
| XYZ | 38.86 | 19.05 | 95.39 | - |
| YUV | 107.46 | 210.7 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 254 | 0.27 | 0.85 | 0 | 0.00 | 281.02 | 0.99 | 0.57 |
| Hex | BA | 27 | FE | 1B | 55 | 0 | 0 | 119 | 63 | 39 |
| Octal | 272 | 47 | 376 | 33 | 125 | 0 | 0 | 431 | 143 | 71 |
| Binary | 10111010 | 100111 | 11111110 | 11011 | 1010101 | 0 | 0 | 100011001 | 1100011 | 111001 |
Color Harmonies of #BA27FE
Complementary color
Monochromatic Colors of #BA27FE
Black with #BA27FE
Text Example
Text Example
White with #BA27FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27FE; }
p { color: rgb(186,39,254); }
H1.HeaderClassName
{
color: #BA27FE;
}
.AnyTagClassName
{
color: #BA27FE;
}
</style>
background-color css
<style>
a { background-color: #BA27FE; }
a { background-color: rgb(186,39,254); }
div.DivClassName
{
background-color: #BA27FE;
}
.BgClassName
{
background-color: #BA27FE;
}
</style>
border-color css
<style>
span { border-color: #BA27FE; }
span { border-color: rgb(186,39,254); }
td.TdClassName
{
border-color: #BA27FE;
}
.TagClassName
{
border-color: #BA27FE;
}
</style>