Shades of Electric Purple #BA28FB
Tints of Electric Purple #BA28FB
RGB
CMYK
RGB Variations
Color information
#BA28FB (or 0xBA28FB) is known color: Electric Purple. HEX triplet: BA, 28 and FB. RGB value is (186,40,251). Sum of RGB (Red+Green+Blue) = 186+40+251=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA28FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA28FB is #45D704. Grayscale: #6B6B6B. Windows color (decimal): -4577029 or 16459962. OLE color: 16459962.
HSL color Cylindrical-coordinate representation of color #BA28FB: hue angle of 281.52º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA28FB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 40 | 251 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.02 |
| HSL | 281.52º | 0.96% | 0.57% | - |
| HSV(B) | 281.52º | 0.84% | 0.98% | - |
| XYZ | 38.42 | 18.92 | 92.89 | - |
| YUV | 107.71 | 208.87 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 251 | 0.26 | 0.84 | 0 | 0.02 | 281.52 | 0.96 | 0.57 |
| Hex | BA | 28 | FB | 1A | 54 | 0 | 2 | 11A | 60 | 39 |
| Octal | 272 | 50 | 373 | 32 | 124 | 0 | 2 | 432 | 140 | 71 |
| Binary | 10111010 | 101000 | 11111011 | 11010 | 1010100 | 0 | 10 | 100011010 | 1100000 | 111001 |
Color Harmonies of #BA28FB
Complementary color
Monochromatic Colors of #BA28FB
Black with #BA28FB
Text Example
Text Example
White with #BA28FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28FB; }
p { color: rgb(186,40,251); }
H1.HeaderClassName
{
color: #BA28FB;
}
.AnyTagClassName
{
color: #BA28FB;
}
</style>
background-color css
<style>
a { background-color: #BA28FB; }
a { background-color: rgb(186,40,251); }
div.DivClassName
{
background-color: #BA28FB;
}
.BgClassName
{
background-color: #BA28FB;
}
</style>
border-color css
<style>
span { border-color: #BA28FB; }
span { border-color: rgb(186,40,251); }
td.TdClassName
{
border-color: #BA28FB;
}
.TagClassName
{
border-color: #BA28FB;
}
</style>