Shades of Electric Purple #BA0FEA
Tints of Electric Purple #BA0FEA
RGB
CMYK
RGB Variations
Color information
#BA0FEA (or 0xBA0FEA) is known color: Electric Purple. HEX triplet: BA, 0F and EA. RGB value is (186,15,234). Sum of RGB (Red+Green+Blue) = 186+15+234=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 15 (6.25% from 255 or 3.45% from 435); Blue value is 234 (91.80% from 255 or 53.79% from 435); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA0FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FEA is #45F015. Grayscale: #5A5A5A. Windows color (decimal): -4583446 or 15339450. OLE color: 15339450.
HSL color Cylindrical-coordinate representation of color #BA0FEA: hue angle of 286.85º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FEA is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 15 | 234 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.08 |
| HSL | 286.85º | 0.88% | 0.49% | - |
| HSV(B) | 286.85º | 0.94% | 0.92% | - |
| XYZ | 35.27 | 16.72 | 79.21 | - |
| YUV | 91.1 | 208.65 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 234 | 0.21 | 0.94 | 0 | 0.08 | 286.85 | 0.88 | 0.49 |
| Hex | BA | F | EA | 15 | 5E | 0 | 8 | 11F | 58 | 31 |
| Octal | 272 | 17 | 352 | 25 | 136 | 0 | 10 | 437 | 130 | 61 |
| Binary | 10111010 | 1111 | 11101010 | 10101 | 1011110 | 0 | 1000 | 100011111 | 1011000 | 110001 |
Color Harmonies of #BA0FEA
Complementary color
Monochromatic Colors of #BA0FEA
Black with #BA0FEA
Text Example
Text Example
White with #BA0FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FEA; }
p { color: rgb(186,15,234); }
H1.HeaderClassName
{
color: #BA0FEA;
}
.AnyTagClassName
{
color: #BA0FEA;
}
</style>
background-color css
<style>
a { background-color: #BA0FEA; }
a { background-color: rgb(186,15,234); }
div.DivClassName
{
background-color: #BA0FEA;
}
.BgClassName
{
background-color: #BA0FEA;
}
</style>
border-color css
<style>
span { border-color: #BA0FEA; }
span { border-color: rgb(186,15,234); }
td.TdClassName
{
border-color: #BA0FEA;
}
.TagClassName
{
border-color: #BA0FEA;
}
</style>