Shades of Electric Purple #BA07FB
Tints of Electric Purple #BA07FB
RGB
CMYK
RGB Variations
Color information
#BA07FB (or 0xBA07FB) is known color: Electric Purple. HEX triplet: BA, 07 and FB. RGB value is (186,7,251). Sum of RGB (Red+Green+Blue) = 186+7+251=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 7 (3.12% from 255 or 1.58% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA07FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07FB is #45F804. Grayscale: #575757. Windows color (decimal): -4585477 or 16451514. OLE color: 16451514.
HSL color Cylindrical-coordinate representation of color #BA07FB: hue angle of 284.02º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07FB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 7 | 251 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.02 |
| HSL | 284.02º | 0.97% | 0.51% | - |
| HSV(B) | 284.02º | 0.97% | 0.98% | - |
| XYZ | 37.74 | 17.56 | 92.67 | - |
| YUV | 88.34 | 219.8 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 251 | 0.26 | 0.97 | 0 | 0.02 | 284.02 | 0.97 | 0.51 |
| Hex | BA | 7 | FB | 1A | 61 | 0 | 2 | 11C | 61 | 33 |
| Octal | 272 | 7 | 373 | 32 | 141 | 0 | 2 | 434 | 141 | 63 |
| Binary | 10111010 | 111 | 11111011 | 11010 | 1100001 | 0 | 10 | 100011100 | 1100001 | 110011 |
Color Harmonies of #BA07FB
Complementary color
Monochromatic Colors of #BA07FB
Black with #BA07FB
Text Example
Text Example
White with #BA07FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07FB; }
p { color: rgb(186,7,251); }
H1.HeaderClassName
{
color: #BA07FB;
}
.AnyTagClassName
{
color: #BA07FB;
}
</style>
background-color css
<style>
a { background-color: #BA07FB; }
a { background-color: rgb(186,7,251); }
div.DivClassName
{
background-color: #BA07FB;
}
.BgClassName
{
background-color: #BA07FB;
}
</style>
border-color css
<style>
span { border-color: #BA07FB; }
span { border-color: rgb(186,7,251); }
td.TdClassName
{
border-color: #BA07FB;
}
.TagClassName
{
border-color: #BA07FB;
}
</style>