Shades of Electric Purple #BA30F6
Tints of Electric Purple #BA30F6
RGB
CMYK
RGB Variations
Color information
#BA30F6 (or 0xBA30F6) is known color: Electric Purple. HEX triplet: BA, 30 and F6. RGB value is (186,48,246). Sum of RGB (Red+Green+Blue) = 186+48+246=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 48 (19.14% from 255 or 10% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA30F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA30F6 is #45CF09. Grayscale: #6F6F6F. Windows color (decimal): -4574986 or 16134330. OLE color: 16134330.
HSL color Cylindrical-coordinate representation of color #BA30F6: hue angle of 281.82º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA30F6 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 48 | 246 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.04 |
| HSL | 281.82º | 0.92% | 0.58% | - |
| HSV(B) | 281.82º | 0.8% | 0.96% | - |
| XYZ | 37.94 | 19.21 | 88.9 | - |
| YUV | 111.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 48 | 246 | 0.24 | 0.80 | 0 | 0.04 | 281.82 | 0.92 | 0.58 |
| Hex | BA | 30 | F6 | 18 | 50 | 0 | 4 | 11A | 5C | 3A |
| Octal | 272 | 60 | 366 | 30 | 120 | 0 | 4 | 432 | 134 | 72 |
| Binary | 10111010 | 110000 | 11110110 | 11000 | 1010000 | 0 | 100 | 100011010 | 1011100 | 111010 |
Color Harmonies of #BA30F6
Complementary color
Monochromatic Colors of #BA30F6
Black with #BA30F6
Text Example
Text Example
White with #BA30F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA30F6; }
p { color: rgb(186,48,246); }
H1.HeaderClassName
{
color: #BA30F6;
}
.AnyTagClassName
{
color: #BA30F6;
}
</style>
background-color css
<style>
a { background-color: #BA30F6; }
a { background-color: rgb(186,48,246); }
div.DivClassName
{
background-color: #BA30F6;
}
.BgClassName
{
background-color: #BA30F6;
}
</style>
border-color css
<style>
span { border-color: #BA30F6; }
span { border-color: rgb(186,48,246); }
td.TdClassName
{
border-color: #BA30F6;
}
.TagClassName
{
border-color: #BA30F6;
}
</style>