Shades of Electric Purple #BA28FF
Tints of Electric Purple #BA28FF
RGB
CMYK
RGB Variations
Color information
#BA28FF (or 0xBA28FF) is known color: Electric Purple. HEX triplet: BA, 28 and FF. RGB value is (186,40,255). Sum of RGB (Red+Green+Blue) = 186+40+255=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA28FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA28FF is #45D700. Grayscale: #6B6B6B. Windows color (decimal): -4577025 or 16722106. OLE color: 16722106.
HSL color Cylindrical-coordinate representation of color #BA28FF: hue angle of 280.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA28FF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 40 | 255 | - |
| CMYK | 0.27 | 0.84 | 0 | 0 |
| HSL | 280.74º | 1% | 0.58% | - |
| HSV(B) | 280.74º | 0.84% | 1% | - |
| XYZ | 39.06 | 19.18 | 96.25 | - |
| YUV | 108.16 | 210.87 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 255 | 0.27 | 0.84 | 0 | 0 | 280.74 | 1 | 0.58 |
| Hex | BA | 28 | FF | 1B | 54 | 0 | 0 | 119 | 64 | 3A |
| Octal | 272 | 50 | 377 | 33 | 124 | 0 | 0 | 431 | 144 | 72 |
| Binary | 10111010 | 101000 | 11111111 | 11011 | 1010100 | 0 | 0 | 100011001 | 1100100 | 111010 |
Color Harmonies of #BA28FF
Complementary color
Monochromatic Colors of #BA28FF
Black with #BA28FF
Text Example
Text Example
White with #BA28FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28FF; }
p { color: rgb(186,40,255); }
H1.HeaderClassName
{
color: #BA28FF;
}
.AnyTagClassName
{
color: #BA28FF;
}
</style>
background-color css
<style>
a { background-color: #BA28FF; }
a { background-color: rgb(186,40,255); }
div.DivClassName
{
background-color: #BA28FF;
}
.BgClassName
{
background-color: #BA28FF;
}
</style>
border-color css
<style>
span { border-color: #BA28FF; }
span { border-color: rgb(186,40,255); }
td.TdClassName
{
border-color: #BA28FF;
}
.TagClassName
{
border-color: #BA28FF;
}
</style>