Shades of Electric Purple #BA0FE3
Tints of Electric Purple #BA0FE3
RGB
CMYK
RGB Variations
Color information
#BA0FE3 (or 0xBA0FE3) is known color: Electric Purple. HEX triplet: BA, 0F and E3. RGB value is (186,15,227). Sum of RGB (Red+Green+Blue) = 186+15+227=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 15 (6.25% from 255 or 3.50% from 428); Blue value is 227 (89.06% from 255 or 53.04% from 428); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA0FE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0FE3 is #45F01C. Grayscale: #595959. Windows color (decimal): -4583453 or 14880698. OLE color: 14880698.
HSL color Cylindrical-coordinate representation of color #BA0FE3: hue angle of 288.4º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0FE3 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 15 | 227 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.11 |
| HSL | 288.4º | 0.88% | 0.47% | - |
| HSV(B) | 288.4º | 0.93% | 0.89% | - |
| XYZ | 34.29 | 16.33 | 74.02 | - |
| YUV | 90.3 | 205.15 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 227 | 0.18 | 0.93 | 0 | 0.11 | 288.4 | 0.88 | 0.47 |
| Hex | BA | F | E3 | 12 | 5D | 0 | B | 120 | 58 | 2F |
| Octal | 272 | 17 | 343 | 22 | 135 | 0 | 13 | 440 | 130 | 57 |
| Binary | 10111010 | 1111 | 11100011 | 10010 | 1011101 | 0 | 1011 | 100100000 | 1011000 | 101111 |
Color Harmonies of #BA0FE3
Complementary color
Monochromatic Colors of #BA0FE3
Black with #BA0FE3
Text Example
Text Example
White with #BA0FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FE3; }
p { color: rgb(186,15,227); }
H1.HeaderClassName
{
color: #BA0FE3;
}
.AnyTagClassName
{
color: #BA0FE3;
}
</style>
background-color css
<style>
a { background-color: #BA0FE3; }
a { background-color: rgb(186,15,227); }
div.DivClassName
{
background-color: #BA0FE3;
}
.BgClassName
{
background-color: #BA0FE3;
}
</style>
border-color css
<style>
span { border-color: #BA0FE3; }
span { border-color: rgb(186,15,227); }
td.TdClassName
{
border-color: #BA0FE3;
}
.TagClassName
{
border-color: #BA0FE3;
}
</style>