Shades of Electric Purple #BA07EB
Tints of Electric Purple #BA07EB
RGB
CMYK
RGB Variations
Color information
#BA07EB (or 0xBA07EB) is known color: Electric Purple. HEX triplet: BA, 07 and EB. RGB value is (186,7,235). Sum of RGB (Red+Green+Blue) = 186+7+235=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA07EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07EB is #45F814. Grayscale: #555555. Windows color (decimal): -4585493 or 15402938. OLE color: 15402938.
HSL color Cylindrical-coordinate representation of color #BA07EB: hue angle of 287.11º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07EB is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 7 | 235 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.08 |
| HSL | 287.11º | 0.94% | 0.47% | - |
| HSV(B) | 287.11º | 0.97% | 0.92% | - |
| XYZ | 35.32 | 16.59 | 79.94 | - |
| YUV | 86.51 | 211.8 | 198.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 235 | 0.21 | 0.97 | 0 | 0.08 | 287.11 | 0.94 | 0.47 |
| Hex | BA | 7 | EB | 15 | 61 | 0 | 8 | 11F | 5E | 2F |
| Octal | 272 | 7 | 353 | 25 | 141 | 0 | 10 | 437 | 136 | 57 |
| Binary | 10111010 | 111 | 11101011 | 10101 | 1100001 | 0 | 1000 | 100011111 | 1011110 | 101111 |
Color Harmonies of #BA07EB
Complementary color
Monochromatic Colors of #BA07EB
Black with #BA07EB
Text Example
Text Example
White with #BA07EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07EB; }
p { color: rgb(186,7,235); }
H1.HeaderClassName
{
color: #BA07EB;
}
.AnyTagClassName
{
color: #BA07EB;
}
</style>
background-color css
<style>
a { background-color: #BA07EB; }
a { background-color: rgb(186,7,235); }
div.DivClassName
{
background-color: #BA07EB;
}
.BgClassName
{
background-color: #BA07EB;
}
</style>
border-color css
<style>
span { border-color: #BA07EB; }
span { border-color: rgb(186,7,235); }
td.TdClassName
{
border-color: #BA07EB;
}
.TagClassName
{
border-color: #BA07EB;
}
</style>