Shades of Electric Purple #BA28F6
Tints of Electric Purple #BA28F6
RGB
CMYK
RGB Variations
Color information
#BA28F6 (or 0xBA28F6) is known color: Electric Purple. HEX triplet: BA, 28 and F6. RGB value is (186,40,246). Sum of RGB (Red+Green+Blue) = 186+40+246=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA28F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA28F6 is #45D709. Grayscale: #6A6A6A. Windows color (decimal): -4577034 or 16132282. OLE color: 16132282.
HSL color Cylindrical-coordinate representation of color #BA28F6: hue angle of 282.52º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA28F6 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 40 | 246 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.04 |
| HSL | 282.52º | 0.92% | 0.56% | - |
| HSV(B) | 282.52º | 0.84% | 0.96% | - |
| XYZ | 37.64 | 18.61 | 88.8 | - |
| YUV | 107.14 | 206.37 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 246 | 0.24 | 0.84 | 0 | 0.04 | 282.52 | 0.92 | 0.56 |
| Hex | BA | 28 | F6 | 18 | 54 | 0 | 4 | 11B | 5C | 38 |
| Octal | 272 | 50 | 366 | 30 | 124 | 0 | 4 | 433 | 134 | 70 |
| Binary | 10111010 | 101000 | 11110110 | 11000 | 1010100 | 0 | 100 | 100011011 | 1011100 | 111000 |
Color Harmonies of #BA28F6
Complementary color
Monochromatic Colors of #BA28F6
Black with #BA28F6
Text Example
Text Example
White with #BA28F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28F6; }
p { color: rgb(186,40,246); }
H1.HeaderClassName
{
color: #BA28F6;
}
.AnyTagClassName
{
color: #BA28F6;
}
</style>
background-color css
<style>
a { background-color: #BA28F6; }
a { background-color: rgb(186,40,246); }
div.DivClassName
{
background-color: #BA28F6;
}
.BgClassName
{
background-color: #BA28F6;
}
</style>
border-color css
<style>
span { border-color: #BA28F6; }
span { border-color: rgb(186,40,246); }
td.TdClassName
{
border-color: #BA28F6;
}
.TagClassName
{
border-color: #BA28F6;
}
</style>