Shades of Electric Purple #BA26F9
Tints of Electric Purple #BA26F9
RGB
CMYK
RGB Variations
Color information
#BA26F9 (or 0xBA26F9) is known color: Electric Purple. HEX triplet: BA, 26 and F9. RGB value is (186,38,249). Sum of RGB (Red+Green+Blue) = 186+38+249=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA26F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26F9 is #45D906. Grayscale: #696969. Windows color (decimal): -4577543 or 16328378. OLE color: 16328378.
HSL color Cylindrical-coordinate representation of color #BA26F9: hue angle of 282.09º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA26F9 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 38 | 249 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.02 |
| HSL | 282.09º | 0.95% | 0.56% | - |
| HSV(B) | 282.09º | 0.85% | 0.98% | - |
| XYZ | 38.04 | 18.66 | 91.22 | - |
| YUV | 106.31 | 208.53 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 249 | 0.25 | 0.85 | 0 | 0.02 | 282.09 | 0.95 | 0.56 |
| Hex | BA | 26 | F9 | 19 | 55 | 0 | 2 | 11A | 5F | 38 |
| Octal | 272 | 46 | 371 | 31 | 125 | 0 | 2 | 432 | 137 | 70 |
| Binary | 10111010 | 100110 | 11111001 | 11001 | 1010101 | 0 | 10 | 100011010 | 1011111 | 111000 |
Color Harmonies of #BA26F9
Complementary color
Monochromatic Colors of #BA26F9
Black with #BA26F9
Text Example
Text Example
White with #BA26F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26F9; }
p { color: rgb(186,38,249); }
H1.HeaderClassName
{
color: #BA26F9;
}
.AnyTagClassName
{
color: #BA26F9;
}
</style>
background-color css
<style>
a { background-color: #BA26F9; }
a { background-color: rgb(186,38,249); }
div.DivClassName
{
background-color: #BA26F9;
}
.BgClassName
{
background-color: #BA26F9;
}
</style>
border-color css
<style>
span { border-color: #BA26F9; }
span { border-color: rgb(186,38,249); }
td.TdClassName
{
border-color: #BA26F9;
}
.TagClassName
{
border-color: #BA26F9;
}
</style>