Shades of Electric Purple #BA0BFB
Tints of Electric Purple #BA0BFB
RGB
CMYK
RGB Variations
Color information
#BA0BFB (or 0xBA0BFB) is known color: Electric Purple. HEX triplet: BA, 0B and FB. RGB value is (186,11,251). Sum of RGB (Red+Green+Blue) = 186+11+251=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA0BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BFB is #45F404. Grayscale: #595959. Windows color (decimal): -4584453 or 16452538. OLE color: 16452538.
HSL color Cylindrical-coordinate representation of color #BA0BFB: hue angle of 283.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BFB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 11 | 251 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.02 |
| HSL | 283.75º | 0.97% | 0.51% | - |
| HSV(B) | 283.75º | 0.96% | 0.98% | - |
| XYZ | 37.78 | 17.64 | 92.68 | - |
| YUV | 90.69 | 218.48 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 251 | 0.26 | 0.96 | 0 | 0.02 | 283.75 | 0.97 | 0.51 |
| Hex | BA | B | FB | 1A | 60 | 0 | 2 | 11C | 61 | 33 |
| Octal | 272 | 13 | 373 | 32 | 140 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111010 | 1011 | 11111011 | 11010 | 1100000 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #BA0BFB
Complementary color
Monochromatic Colors of #BA0BFB
Black with #BA0BFB
Text Example
Text Example
White with #BA0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BFB; }
p { color: rgb(186,11,251); }
H1.HeaderClassName
{
color: #BA0BFB;
}
.AnyTagClassName
{
color: #BA0BFB;
}
</style>
background-color css
<style>
a { background-color: #BA0BFB; }
a { background-color: rgb(186,11,251); }
div.DivClassName
{
background-color: #BA0BFB;
}
.BgClassName
{
background-color: #BA0BFB;
}
</style>
border-color css
<style>
span { border-color: #BA0BFB; }
span { border-color: rgb(186,11,251); }
td.TdClassName
{
border-color: #BA0BFB;
}
.TagClassName
{
border-color: #BA0BFB;
}
</style>