Shades of Electric Purple #BA0BFC
Tints of Electric Purple #BA0BFC
RGB
CMYK
RGB Variations
Color information
#BA0BFC (or 0xBA0BFC) is known color: Electric Purple. HEX triplet: BA, 0B and FC. RGB value is (186,11,252). Sum of RGB (Red+Green+Blue) = 186+11+252=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA0BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BFC is #45F403. Grayscale: #5A5A5A. Windows color (decimal): -4584452 or 16518074. OLE color: 16518074.
HSL color Cylindrical-coordinate representation of color #BA0BFC: hue angle of 283.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BFC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 11 | 252 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.57º | 0.98% | 0.52% | - |
| HSV(B) | 283.57º | 0.96% | 0.99% | - |
| XYZ | 37.94 | 17.71 | 93.51 | - |
| YUV | 90.8 | 218.98 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 252 | 0.26 | 0.96 | 0 | 0.01 | 283.57 | 0.98 | 0.52 |
| Hex | BA | B | FC | 1A | 60 | 0 | 1 | 11C | 62 | 34 |
| Octal | 272 | 13 | 374 | 32 | 140 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111010 | 1011 | 11111100 | 11010 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BA0BFC
Complementary color
Monochromatic Colors of #BA0BFC
Black with #BA0BFC
Text Example
Text Example
White with #BA0BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BFC; }
p { color: rgb(186,11,252); }
H1.HeaderClassName
{
color: #BA0BFC;
}
.AnyTagClassName
{
color: #BA0BFC;
}
</style>
background-color css
<style>
a { background-color: #BA0BFC; }
a { background-color: rgb(186,11,252); }
div.DivClassName
{
background-color: #BA0BFC;
}
.BgClassName
{
background-color: #BA0BFC;
}
</style>
border-color css
<style>
span { border-color: #BA0BFC; }
span { border-color: rgb(186,11,252); }
td.TdClassName
{
border-color: #BA0BFC;
}
.TagClassName
{
border-color: #BA0BFC;
}
</style>