Shades of Electric Purple #BA0FFE
Tints of Electric Purple #BA0FFE
RGB
CMYK
RGB Variations
Color information
#BA0FFE (or 0xBA0FFE) is known color: Electric Purple. HEX triplet: BA, 0F and FE. RGB value is (186,15,254). Sum of RGB (Red+Green+Blue) = 186+15+254=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA0FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FFE is #45F001. Grayscale: #5C5C5C. Windows color (decimal): -4583426 or 16650170. OLE color: 16650170.
HSL color Cylindrical-coordinate representation of color #BA0FFE: hue angle of 282.93º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FFE is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 15 | 254 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.00 |
| HSL | 282.93º | 0.99% | 0.53% | - |
| HSV(B) | 282.93º | 0.94% | 1% | - |
| XYZ | 38.31 | 17.94 | 95.21 | - |
| YUV | 93.38 | 218.65 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 254 | 0.27 | 0.94 | 0 | 0.00 | 282.93 | 0.99 | 0.53 |
| Hex | BA | F | FE | 1B | 5E | 0 | 0 | 11B | 63 | 35 |
| Octal | 272 | 17 | 376 | 33 | 136 | 0 | 0 | 433 | 143 | 65 |
| Binary | 10111010 | 1111 | 11111110 | 11011 | 1011110 | 0 | 0 | 100011011 | 1100011 | 110101 |
Color Harmonies of #BA0FFE
Complementary color
Monochromatic Colors of #BA0FFE
Black with #BA0FFE
Text Example
Text Example
White with #BA0FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FFE; }
p { color: rgb(186,15,254); }
H1.HeaderClassName
{
color: #BA0FFE;
}
.AnyTagClassName
{
color: #BA0FFE;
}
</style>
background-color css
<style>
a { background-color: #BA0FFE; }
a { background-color: rgb(186,15,254); }
div.DivClassName
{
background-color: #BA0FFE;
}
.BgClassName
{
background-color: #BA0FFE;
}
</style>
border-color css
<style>
span { border-color: #BA0FFE; }
span { border-color: rgb(186,15,254); }
td.TdClassName
{
border-color: #BA0FFE;
}
.TagClassName
{
border-color: #BA0FFE;
}
</style>