Shades of Electric Purple #BA0DFD
Tints of Electric Purple #BA0DFD
RGB
CMYK
RGB Variations
Color information
#BA0DFD (or 0xBA0DFD) is known color: Electric Purple. HEX triplet: BA, 0D and FD. RGB value is (186,13,253). Sum of RGB (Red+Green+Blue) = 186+13+253=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 13 (5.47% from 255 or 2.88% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA0DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0DFD is #45F202. Grayscale: #5B5B5B. Windows color (decimal): -4583939 or 16584122. OLE color: 16584122.
HSL color Cylindrical-coordinate representation of color #BA0DFD: hue angle of 283.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0DFD is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 13 | 253 | - |
| CMYK | 0.26 | 0.95 | 0 | 0.01 |
| HSL | 283.25º | 0.98% | 0.52% | - |
| HSV(B) | 283.25º | 0.95% | 0.99% | - |
| XYZ | 38.12 | 17.82 | 94.36 | - |
| YUV | 92.09 | 218.81 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 253 | 0.26 | 0.95 | 0 | 0.01 | 283.25 | 0.98 | 0.52 |
| Hex | BA | D | FD | 1A | 5F | 0 | 1 | 11B | 62 | 34 |
| Octal | 272 | 15 | 375 | 32 | 137 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10111010 | 1101 | 11111101 | 11010 | 1011111 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #BA0DFD
Complementary color
Monochromatic Colors of #BA0DFD
Black with #BA0DFD
Text Example
Text Example
White with #BA0DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DFD; }
p { color: rgb(186,13,253); }
H1.HeaderClassName
{
color: #BA0DFD;
}
.AnyTagClassName
{
color: #BA0DFD;
}
</style>
background-color css
<style>
a { background-color: #BA0DFD; }
a { background-color: rgb(186,13,253); }
div.DivClassName
{
background-color: #BA0DFD;
}
.BgClassName
{
background-color: #BA0DFD;
}
</style>
border-color css
<style>
span { border-color: #BA0DFD; }
span { border-color: rgb(186,13,253); }
td.TdClassName
{
border-color: #BA0DFD;
}
.TagClassName
{
border-color: #BA0DFD;
}
</style>