Shades of Electric Purple #BA0BFD
Tints of Electric Purple #BA0BFD
RGB
CMYK
RGB Variations
Color information
#BA0BFD (or 0xBA0BFD) is known color: Electric Purple. HEX triplet: BA, 0B and FD. RGB value is (186,11,253). Sum of RGB (Red+Green+Blue) = 186+11+253=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 11 (4.69% from 255 or 2.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BFD is #45F402. Grayscale: #5A5A5A. Windows color (decimal): -4584451 or 16583610. OLE color: 16583610.
HSL color Cylindrical-coordinate representation of color #BA0BFD: hue angle of 283.39º 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 #BA0BFD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 11 | 253 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.39º | 0.98% | 0.52% | - |
| HSV(B) | 283.39º | 0.96% | 0.99% | - |
| XYZ | 38.1 | 17.77 | 94.35 | - |
| YUV | 90.91 | 219.48 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 253 | 0.26 | 0.96 | 0 | 0.01 | 283.39 | 0.98 | 0.52 |
| Hex | BA | B | FD | 1A | 60 | 0 | 1 | 11B | 62 | 34 |
| Octal | 272 | 13 | 375 | 32 | 140 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111010 | 1011 | 11111101 | 11010 | 1100000 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #BA0BFD
Complementary color
Monochromatic Colors of #BA0BFD
Black with #BA0BFD
Text Example
Text Example
White with #BA0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BFD; }
p { color: rgb(186,11,253); }
H1.HeaderClassName
{
color: #BA0BFD;
}
.AnyTagClassName
{
color: #BA0BFD;
}
</style>
background-color css
<style>
a { background-color: #BA0BFD; }
a { background-color: rgb(186,11,253); }
div.DivClassName
{
background-color: #BA0BFD;
}
.BgClassName
{
background-color: #BA0BFD;
}
</style>
border-color css
<style>
span { border-color: #BA0BFD; }
span { border-color: rgb(186,11,253); }
td.TdClassName
{
border-color: #BA0BFD;
}
.TagClassName
{
border-color: #BA0BFD;
}
</style>