Shades of Electric Purple #BA09FB
Tints of Electric Purple #BA09FB
RGB
CMYK
RGB Variations
Color information
#BA09FB (or 0xBA09FB) is known color: Electric Purple. HEX triplet: BA, 09 and FB. RGB value is (186,9,251). Sum of RGB (Red+Green+Blue) = 186+9+251=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA09FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09FB is #45F604. Grayscale: #585858. Windows color (decimal): -4584965 or 16452026. OLE color: 16452026.
HSL color Cylindrical-coordinate representation of color #BA09FB: hue angle of 283.88º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09FB is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 9 | 251 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.02 |
| HSL | 283.88º | 0.97% | 0.51% | - |
| HSV(B) | 283.88º | 0.96% | 0.98% | - |
| XYZ | 37.76 | 17.6 | 92.67 | - |
| YUV | 89.51 | 219.14 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 251 | 0.26 | 0.96 | 0 | 0.02 | 283.88 | 0.97 | 0.51 |
| Hex | BA | 9 | FB | 1A | 60 | 0 | 2 | 11C | 61 | 33 |
| Octal | 272 | 11 | 373 | 32 | 140 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111010 | 1001 | 11111011 | 11010 | 1100000 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #BA09FB
Complementary color
Monochromatic Colors of #BA09FB
Black with #BA09FB
Text Example
Text Example
White with #BA09FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09FB; }
p { color: rgb(186,9,251); }
H1.HeaderClassName
{
color: #BA09FB;
}
.AnyTagClassName
{
color: #BA09FB;
}
</style>
background-color css
<style>
a { background-color: #BA09FB; }
a { background-color: rgb(186,9,251); }
div.DivClassName
{
background-color: #BA09FB;
}
.BgClassName
{
background-color: #BA09FB;
}
</style>
border-color css
<style>
span { border-color: #BA09FB; }
span { border-color: rgb(186,9,251); }
td.TdClassName
{
border-color: #BA09FB;
}
.TagClassName
{
border-color: #BA09FB;
}
</style>