Shades of Electric Purple #B31AE5
Tints of Electric Purple #B31AE5
RGB
CMYK
RGB Variations
Color information
#B31AE5 (or 0xB31AE5) is known color: Electric Purple. HEX triplet: B3, 1A and E5. RGB value is (179,26,229). Sum of RGB (Red+Green+Blue) = 179+26+229=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #B31AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31AE5 is #4CE51A. Grayscale: #5E5E5E. Windows color (decimal): -5039387 or 15014579. OLE color: 15014579.
HSL color Cylindrical-coordinate representation of color #B31AE5: hue angle of 285.22º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31AE5 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 26 | 229 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.10 |
| HSL | 285.22º | 0.8% | 0.5% | - |
| HSV(B) | 285.22º | 0.89% | 0.9% | - |
| XYZ | 33.1 | 15.98 | 75.47 | - |
| YUV | 94.89 | 203.69 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 229 | 0.22 | 0.89 | 0 | 0.10 | 285.22 | 0.8 | 0.5 |
| Hex | B3 | 1A | E5 | 16 | 59 | 0 | A | 11D | 50 | 32 |
| Octal | 263 | 32 | 345 | 26 | 131 | 0 | 12 | 435 | 120 | 62 |
| Binary | 10110011 | 11010 | 11100101 | 10110 | 1011001 | 0 | 1010 | 100011101 | 1010000 | 110010 |
Color Harmonies of #B31AE5
Complementary color
Monochromatic Colors of #B31AE5
Black with #B31AE5
Text Example
Text Example
White with #B31AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31AE5; }
p { color: rgb(179,26,229); }
H1.HeaderClassName
{
color: #B31AE5;
}
.AnyTagClassName
{
color: #B31AE5;
}
</style>
background-color css
<style>
a { background-color: #B31AE5; }
a { background-color: rgb(179,26,229); }
div.DivClassName
{
background-color: #B31AE5;
}
.BgClassName
{
background-color: #B31AE5;
}
</style>
border-color css
<style>
span { border-color: #B31AE5; }
span { border-color: rgb(179,26,229); }
td.TdClassName
{
border-color: #B31AE5;
}
.TagClassName
{
border-color: #B31AE5;
}
</style>