Shades of Electric Purple #BA2FFE
Tints of Electric Purple #BA2FFE
RGB
CMYK
RGB Variations
Color information
#BA2FFE (or 0xBA2FFE) is known color: Electric Purple. HEX triplet: BA, 2F and FE. RGB value is (186,47,254). Sum of RGB (Red+Green+Blue) = 186+47+254=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 47 (18.75% from 255 or 9.65% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA2FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2FFE is #45D001. Grayscale: #6F6F6F. Windows color (decimal): -4575234 or 16658362. OLE color: 16658362.
HSL color Cylindrical-coordinate representation of color #BA2FFE: hue angle of 280.29º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2FFE is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 47 | 254 | - |
| CMYK | 0.27 | 0.81 | 0 | 0.00 |
| HSL | 280.29º | 0.99% | 0.59% | - |
| HSV(B) | 280.29º | 0.81% | 1% | - |
| XYZ | 39.16 | 19.63 | 95.49 | - |
| YUV | 112.16 | 208.05 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 47 | 254 | 0.27 | 0.81 | 0 | 0.00 | 280.29 | 0.99 | 0.59 |
| Hex | BA | 2F | FE | 1B | 51 | 0 | 0 | 118 | 63 | 3B |
| Octal | 272 | 57 | 376 | 33 | 121 | 0 | 0 | 430 | 143 | 73 |
| Binary | 10111010 | 101111 | 11111110 | 11011 | 1010001 | 0 | 0 | 100011000 | 1100011 | 111011 |
Color Harmonies of #BA2FFE
Complementary color
Monochromatic Colors of #BA2FFE
Black with #BA2FFE
Text Example
Text Example
White with #BA2FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2FFE; }
p { color: rgb(186,47,254); }
H1.HeaderClassName
{
color: #BA2FFE;
}
.AnyTagClassName
{
color: #BA2FFE;
}
</style>
background-color css
<style>
a { background-color: #BA2FFE; }
a { background-color: rgb(186,47,254); }
div.DivClassName
{
background-color: #BA2FFE;
}
.BgClassName
{
background-color: #BA2FFE;
}
</style>
border-color css
<style>
span { border-color: #BA2FFE; }
span { border-color: rgb(186,47,254); }
td.TdClassName
{
border-color: #BA2FFE;
}
.TagClassName
{
border-color: #BA2FFE;
}
</style>