Shades of Electric Purple #BA0BFE
Tints of Electric Purple #BA0BFE
RGB
CMYK
RGB Variations
Color information
#BA0BFE (or 0xBA0BFE) is known color: Electric Purple. HEX triplet: BA, 0B and FE. RGB value is (186,11,254). Sum of RGB (Red+Green+Blue) = 186+11+254=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 11 (4.69% from 255 or 2.44% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA0BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BFE is #45F401. Grayscale: #5A5A5A. Windows color (decimal): -4584450 or 16649146. OLE color: 16649146.
HSL color Cylindrical-coordinate representation of color #BA0BFE: hue angle of 283.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BFE is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 11 | 254 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.00 |
| HSL | 283.21º | 0.99% | 0.52% | - |
| HSV(B) | 283.21º | 0.96% | 1% | - |
| XYZ | 38.26 | 17.83 | 95.19 | - |
| YUV | 91.03 | 219.98 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 254 | 0.27 | 0.96 | 0 | 0.00 | 283.21 | 0.99 | 0.52 |
| Hex | BA | B | FE | 1B | 60 | 0 | 0 | 11B | 63 | 34 |
| Octal | 272 | 13 | 376 | 33 | 140 | 0 | 0 | 433 | 143 | 64 |
| Binary | 10111010 | 1011 | 11111110 | 11011 | 1100000 | 0 | 0 | 100011011 | 1100011 | 110100 |
Color Harmonies of #BA0BFE
Complementary color
Monochromatic Colors of #BA0BFE
Black with #BA0BFE
Text Example
Text Example
White with #BA0BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BFE; }
p { color: rgb(186,11,254); }
H1.HeaderClassName
{
color: #BA0BFE;
}
.AnyTagClassName
{
color: #BA0BFE;
}
</style>
background-color css
<style>
a { background-color: #BA0BFE; }
a { background-color: rgb(186,11,254); }
div.DivClassName
{
background-color: #BA0BFE;
}
.BgClassName
{
background-color: #BA0BFE;
}
</style>
border-color css
<style>
span { border-color: #BA0BFE; }
span { border-color: rgb(186,11,254); }
td.TdClassName
{
border-color: #BA0BFE;
}
.TagClassName
{
border-color: #BA0BFE;
}
</style>