Shades of Electric Purple #BA26FC
Tints of Electric Purple #BA26FC
RGB
CMYK
RGB Variations
Color information
#BA26FC (or 0xBA26FC) is known color: Electric Purple. HEX triplet: BA, 26 and FC. RGB value is (186,38,252). Sum of RGB (Red+Green+Blue) = 186+38+252=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 38 (15.23% from 255 or 7.98% from 476); Blue value is 252 (98.83% from 255 or 52.94% from 476); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA26FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26FC is #45D903. Grayscale: #696969. Windows color (decimal): -4577540 or 16524986. OLE color: 16524986.
HSL color Cylindrical-coordinate representation of color #BA26FC: hue angle of 281.5º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA26FC is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 38 | 252 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.01 |
| HSL | 281.5º | 0.97% | 0.57% | - |
| HSV(B) | 281.5º | 0.85% | 0.99% | - |
| XYZ | 38.51 | 18.85 | 93.7 | - |
| YUV | 106.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 252 | 0.26 | 0.85 | 0 | 0.01 | 281.5 | 0.97 | 0.57 |
| Hex | BA | 26 | FC | 1A | 55 | 0 | 1 | 119 | 61 | 39 |
| Octal | 272 | 46 | 374 | 32 | 125 | 0 | 1 | 431 | 141 | 71 |
| Binary | 10111010 | 100110 | 11111100 | 11010 | 1010101 | 0 | 1 | 100011001 | 1100001 | 111001 |
Color Harmonies of #BA26FC
Complementary color
Monochromatic Colors of #BA26FC
Black with #BA26FC
Text Example
Text Example
White with #BA26FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26FC; }
p { color: rgb(186,38,252); }
H1.HeaderClassName
{
color: #BA26FC;
}
.AnyTagClassName
{
color: #BA26FC;
}
</style>
background-color css
<style>
a { background-color: #BA26FC; }
a { background-color: rgb(186,38,252); }
div.DivClassName
{
background-color: #BA26FC;
}
.BgClassName
{
background-color: #BA26FC;
}
</style>
border-color css
<style>
span { border-color: #BA26FC; }
span { border-color: rgb(186,38,252); }
td.TdClassName
{
border-color: #BA26FC;
}
.TagClassName
{
border-color: #BA26FC;
}
</style>