Shades of Electric Purple #BA0FFD
Tints of Electric Purple #BA0FFD
RGB
CMYK
RGB Variations
Color information
#BA0FFD (or 0xBA0FFD) is known color: Electric Purple. HEX triplet: BA, 0F and FD. RGB value is (186,15,253). Sum of RGB (Red+Green+Blue) = 186+15+253=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 15 (6.25% from 255 or 3.30% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA0FFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FFD is #45F002. Grayscale: #5C5C5C. Windows color (decimal): -4583427 or 16584634. OLE color: 16584634.
HSL color Cylindrical-coordinate representation of color #BA0FFD: hue angle of 283.11º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FFD is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 15 | 253 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.01 |
| HSL | 283.11º | 0.98% | 0.53% | - |
| HSV(B) | 283.11º | 0.94% | 0.99% | - |
| XYZ | 38.15 | 17.87 | 94.37 | - |
| YUV | 93.26 | 218.15 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 253 | 0.26 | 0.94 | 0 | 0.01 | 283.11 | 0.98 | 0.53 |
| Hex | BA | F | FD | 1A | 5E | 0 | 1 | 11B | 62 | 35 |
| Octal | 272 | 17 | 375 | 32 | 136 | 0 | 1 | 433 | 142 | 65 |
| Binary | 10111010 | 1111 | 11111101 | 11010 | 1011110 | 0 | 1 | 100011011 | 1100010 | 110101 |
Color Harmonies of #BA0FFD
Complementary color
Monochromatic Colors of #BA0FFD
Black with #BA0FFD
Text Example
Text Example
White with #BA0FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FFD; }
p { color: rgb(186,15,253); }
H1.HeaderClassName
{
color: #BA0FFD;
}
.AnyTagClassName
{
color: #BA0FFD;
}
</style>
background-color css
<style>
a { background-color: #BA0FFD; }
a { background-color: rgb(186,15,253); }
div.DivClassName
{
background-color: #BA0FFD;
}
.BgClassName
{
background-color: #BA0FFD;
}
</style>
border-color css
<style>
span { border-color: #BA0FFD; }
span { border-color: rgb(186,15,253); }
td.TdClassName
{
border-color: #BA0FFD;
}
.TagClassName
{
border-color: #BA0FFD;
}
</style>