Shades of Electric Purple #BA2CFE
Tints of Electric Purple #BA2CFE
RGB
CMYK
RGB Variations
Color information
#BA2CFE (or 0xBA2CFE) is known color: Electric Purple. HEX triplet: BA, 2C and FE. RGB value is (186,44,254). Sum of RGB (Red+Green+Blue) = 186+44+254=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA2CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2CFE is #45D301. Grayscale: #6D6D6D. Windows color (decimal): -4576002 or 16657594. OLE color: 16657594.
HSL color Cylindrical-coordinate representation of color #BA2CFE: hue angle of 280.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2CFE is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 44 | 254 | - |
| CMYK | 0.27 | 0.83 | 0 | 0.00 |
| HSL | 280.57º | 0.99% | 0.58% | - |
| HSV(B) | 280.57º | 0.83% | 1% | - |
| XYZ | 39.04 | 19.4 | 95.45 | - |
| YUV | 110.4 | 209.04 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 44 | 254 | 0.27 | 0.83 | 0 | 0.00 | 280.57 | 0.99 | 0.58 |
| Hex | BA | 2C | FE | 1B | 53 | 0 | 0 | 119 | 63 | 3A |
| Octal | 272 | 54 | 376 | 33 | 123 | 0 | 0 | 431 | 143 | 72 |
| Binary | 10111010 | 101100 | 11111110 | 11011 | 1010011 | 0 | 0 | 100011001 | 1100011 | 111010 |
Color Harmonies of #BA2CFE
Complementary color
Monochromatic Colors of #BA2CFE
Black with #BA2CFE
Text Example
Text Example
White with #BA2CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2CFE; }
p { color: rgb(186,44,254); }
H1.HeaderClassName
{
color: #BA2CFE;
}
.AnyTagClassName
{
color: #BA2CFE;
}
</style>
background-color css
<style>
a { background-color: #BA2CFE; }
a { background-color: rgb(186,44,254); }
div.DivClassName
{
background-color: #BA2CFE;
}
.BgClassName
{
background-color: #BA2CFE;
}
</style>
border-color css
<style>
span { border-color: #BA2CFE; }
span { border-color: rgb(186,44,254); }
td.TdClassName
{
border-color: #BA2CFE;
}
.TagClassName
{
border-color: #BA2CFE;
}
</style>