Shades of Electric Purple #BA0BFF
Tints of Electric Purple #BA0BFF
RGB
CMYK
RGB Variations
Color information
#BA0BFF (or 0xBA0BFF) is known color: Electric Purple. HEX triplet: BA, 0B and FF. RGB value is (186,11,255). Sum of RGB (Red+Green+Blue) = 186+11+255=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 11 (4.69% from 255 or 2.43% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA0BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BFF is #45F400. Grayscale: #5A5A5A. Windows color (decimal): -4584449 or 16714682. OLE color: 16714682.
HSL color Cylindrical-coordinate representation of color #BA0BFF: hue angle of 283.03º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0BFF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 11 | 255 | - |
| CMYK | 0.27 | 0.96 | 0 | 0 |
| HSL | 283.03º | 1% | 0.52% | - |
| HSV(B) | 283.03º | 0.96% | 1% | - |
| XYZ | 38.42 | 17.9 | 96.04 | - |
| YUV | 91.14 | 220.48 | 195.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 255 | 0.27 | 0.96 | 0 | 0 | 283.03 | 1 | 0.52 |
| Hex | BA | B | FF | 1B | 60 | 0 | 0 | 11B | 64 | 34 |
| Octal | 272 | 13 | 377 | 33 | 140 | 0 | 0 | 433 | 144 | 64 |
| Binary | 10111010 | 1011 | 11111111 | 11011 | 1100000 | 0 | 0 | 100011011 | 1100100 | 110100 |
Color Harmonies of #BA0BFF
Complementary color
Monochromatic Colors of #BA0BFF
Black with #BA0BFF
Text Example
Text Example
White with #BA0BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BFF; }
p { color: rgb(186,11,255); }
H1.HeaderClassName
{
color: #BA0BFF;
}
.AnyTagClassName
{
color: #BA0BFF;
}
</style>
background-color css
<style>
a { background-color: #BA0BFF; }
a { background-color: rgb(186,11,255); }
div.DivClassName
{
background-color: #BA0BFF;
}
.BgClassName
{
background-color: #BA0BFF;
}
</style>
border-color css
<style>
span { border-color: #BA0BFF; }
span { border-color: rgb(186,11,255); }
td.TdClassName
{
border-color: #BA0BFF;
}
.TagClassName
{
border-color: #BA0BFF;
}
</style>