Shades of Electric Purple #BA09FD
Tints of Electric Purple #BA09FD
RGB
CMYK
RGB Variations
Color information
#BA09FD (or 0xBA09FD) is known color: Electric Purple. HEX triplet: BA, 09 and FD. RGB value is (186,9,253). Sum of RGB (Red+Green+Blue) = 186+9+253=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 9 (3.91% from 255 or 2.01% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA09FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09FD is #45F602. Grayscale: #585858. Windows color (decimal): -4584963 or 16583098. OLE color: 16583098.
HSL color Cylindrical-coordinate representation of color #BA09FD: hue angle of 283.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09FD is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 9 | 253 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.52º | 0.98% | 0.51% | - |
| HSV(B) | 283.52º | 0.96% | 0.99% | - |
| XYZ | 38.08 | 17.73 | 94.34 | - |
| YUV | 89.74 | 220.14 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 253 | 0.26 | 0.96 | 0 | 0.01 | 283.52 | 0.98 | 0.51 |
| Hex | BA | 9 | FD | 1A | 60 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 11 | 375 | 32 | 140 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 1001 | 11111101 | 11010 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA09FD
Complementary color
Monochromatic Colors of #BA09FD
Black with #BA09FD
Text Example
Text Example
White with #BA09FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09FD; }
p { color: rgb(186,9,253); }
H1.HeaderClassName
{
color: #BA09FD;
}
.AnyTagClassName
{
color: #BA09FD;
}
</style>
background-color css
<style>
a { background-color: #BA09FD; }
a { background-color: rgb(186,9,253); }
div.DivClassName
{
background-color: #BA09FD;
}
.BgClassName
{
background-color: #BA09FD;
}
</style>
border-color css
<style>
span { border-color: #BA09FD; }
span { border-color: rgb(186,9,253); }
td.TdClassName
{
border-color: #BA09FD;
}
.TagClassName
{
border-color: #BA09FD;
}
</style>