Shades of Electric Purple #BA26FF
Tints of Electric Purple #BA26FF
RGB
CMYK
RGB Variations
Color information
#BA26FF (or 0xBA26FF) is known color: Electric Purple. HEX triplet: BA, 26 and FF. RGB value is (186,38,255). Sum of RGB (Red+Green+Blue) = 186+38+255=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 38 (15.23% from 255 or 7.93% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA26FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA26FF is #45D900. Grayscale: #6A6A6A. Windows color (decimal): -4577537 or 16721594. OLE color: 16721594.
HSL color Cylindrical-coordinate representation of color #BA26FF: hue angle of 280.92º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA26FF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 38 | 255 | - |
| CMYK | 0.27 | 0.85 | 0 | 0 |
| HSL | 280.92º | 1% | 0.57% | - |
| HSV(B) | 280.92º | 0.85% | 1% | - |
| XYZ | 38.99 | 19.05 | 96.23 | - |
| YUV | 106.99 | 211.53 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 255 | 0.27 | 0.85 | 0 | 0 | 280.92 | 1 | 0.57 |
| Hex | BA | 26 | FF | 1B | 55 | 0 | 0 | 119 | 64 | 39 |
| Octal | 272 | 46 | 377 | 33 | 125 | 0 | 0 | 431 | 144 | 71 |
| Binary | 10111010 | 100110 | 11111111 | 11011 | 1010101 | 0 | 0 | 100011001 | 1100100 | 111001 |
Color Harmonies of #BA26FF
Complementary color
Monochromatic Colors of #BA26FF
Black with #BA26FF
Text Example
Text Example
White with #BA26FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA26FF; }
p { color: rgb(186,38,255); }
H1.HeaderClassName
{
color: #BA26FF;
}
.AnyTagClassName
{
color: #BA26FF;
}
</style>
background-color css
<style>
a { background-color: #BA26FF; }
a { background-color: rgb(186,38,255); }
div.DivClassName
{
background-color: #BA26FF;
}
.BgClassName
{
background-color: #BA26FF;
}
</style>
border-color css
<style>
span { border-color: #BA26FF; }
span { border-color: rgb(186,38,255); }
td.TdClassName
{
border-color: #BA26FF;
}
.TagClassName
{
border-color: #BA26FF;
}
</style>