Shades of Electric Purple #BA07F3
Tints of Electric Purple #BA07F3
RGB
CMYK
RGB Variations
Color information
#BA07F3 (or 0xBA07F3) is known color: Electric Purple. HEX triplet: BA, 07 and F3. RGB value is (186,7,243). Sum of RGB (Red+Green+Blue) = 186+7+243=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 7 (3.12% from 255 or 1.61% from 436); Blue value is 243 (95.31% from 255 or 55.73% from 436); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA07F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07F3 is #45F80C. Grayscale: #565656. Windows color (decimal): -4585485 or 15927226. OLE color: 15927226.
HSL color Cylindrical-coordinate representation of color #BA07F3: hue angle of 285.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07F3 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 7 | 243 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.05 |
| HSL | 285.51º | 0.94% | 0.49% | - |
| HSV(B) | 285.51º | 0.97% | 0.95% | - |
| XYZ | 36.5 | 17.06 | 86.16 | - |
| YUV | 87.43 | 215.8 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 243 | 0.23 | 0.97 | 0 | 0.05 | 285.51 | 0.94 | 0.49 |
| Hex | BA | 7 | F3 | 17 | 61 | 0 | 5 | 11E | 5E | 31 |
| Octal | 272 | 7 | 363 | 27 | 141 | 0 | 5 | 436 | 136 | 61 |
| Binary | 10111010 | 111 | 11110011 | 10111 | 1100001 | 0 | 101 | 100011110 | 1011110 | 110001 |
Color Harmonies of #BA07F3
Complementary color
Monochromatic Colors of #BA07F3
Black with #BA07F3
Text Example
Text Example
White with #BA07F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07F3; }
p { color: rgb(186,7,243); }
H1.HeaderClassName
{
color: #BA07F3;
}
.AnyTagClassName
{
color: #BA07F3;
}
</style>
background-color css
<style>
a { background-color: #BA07F3; }
a { background-color: rgb(186,7,243); }
div.DivClassName
{
background-color: #BA07F3;
}
.BgClassName
{
background-color: #BA07F3;
}
</style>
border-color css
<style>
span { border-color: #BA07F3; }
span { border-color: rgb(186,7,243); }
td.TdClassName
{
border-color: #BA07F3;
}
.TagClassName
{
border-color: #BA07F3;
}
</style>