Shades of Electric Purple #BA26FB
Tints of Electric Purple #BA26FB
RGB
CMYK
RGB Variations
Color information
#BA26FB (or 0xBA26FB) is known color: Electric Purple. HEX triplet: BA, 26 and FB. RGB value is (186,38,251). Sum of RGB (Red+Green+Blue) = 186+38+251=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA26FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26FB is #45D904. Grayscale: #696969. Windows color (decimal): -4577541 or 16459450. OLE color: 16459450.
HSL color Cylindrical-coordinate representation of color #BA26FB: hue angle of 281.69º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA26FB is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 38 | 251 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.02 |
| HSL | 281.69º | 0.96% | 0.57% | - |
| HSV(B) | 281.69º | 0.85% | 0.98% | - |
| XYZ | 38.36 | 18.79 | 92.87 | - |
| YUV | 106.53 | 209.53 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 251 | 0.26 | 0.85 | 0 | 0.02 | 281.69 | 0.96 | 0.57 |
| Hex | BA | 26 | FB | 1A | 55 | 0 | 2 | 11A | 60 | 39 |
| Octal | 272 | 46 | 373 | 32 | 125 | 0 | 2 | 432 | 140 | 71 |
| Binary | 10111010 | 100110 | 11111011 | 11010 | 1010101 | 0 | 10 | 100011010 | 1100000 | 111001 |
Color Harmonies of #BA26FB
Complementary color
Monochromatic Colors of #BA26FB
Black with #BA26FB
Text Example
Text Example
White with #BA26FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26FB; }
p { color: rgb(186,38,251); }
H1.HeaderClassName
{
color: #BA26FB;
}
.AnyTagClassName
{
color: #BA26FB;
}
</style>
background-color css
<style>
a { background-color: #BA26FB; }
a { background-color: rgb(186,38,251); }
div.DivClassName
{
background-color: #BA26FB;
}
.BgClassName
{
background-color: #BA26FB;
}
</style>
border-color css
<style>
span { border-color: #BA26FB; }
span { border-color: rgb(186,38,251); }
td.TdClassName
{
border-color: #BA26FB;
}
.TagClassName
{
border-color: #BA26FB;
}
</style>