Shades of Electric Purple #B31BE5
Tints of Electric Purple #B31BE5
RGB
CMYK
RGB Variations
Color information
#B31BE5 (or 0xB31BE5) is known color: Electric Purple. HEX triplet: B3, 1B and E5. RGB value is (179,27,229). Sum of RGB (Red+Green+Blue) = 179+27+229=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #B31BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31BE5 is #4CE41A. Grayscale: #5E5E5E. Windows color (decimal): -5039131 or 15014835. OLE color: 15014835.
HSL color Cylindrical-coordinate representation of color #B31BE5: hue angle of 285.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31BE5 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 27 | 229 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.10 |
| HSL | 285.15º | 0.8% | 0.5% | - |
| HSV(B) | 285.15º | 0.88% | 0.9% | - |
| XYZ | 33.13 | 16.02 | 75.48 | - |
| YUV | 95.48 | 203.36 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 229 | 0.22 | 0.88 | 0 | 0.10 | 285.15 | 0.8 | 0.5 |
| Hex | B3 | 1B | E5 | 16 | 58 | 0 | A | 11D | 50 | 32 |
| Octal | 263 | 33 | 345 | 26 | 130 | 0 | 12 | 435 | 120 | 62 |
| Binary | 10110011 | 11011 | 11100101 | 10110 | 1011000 | 0 | 1010 | 100011101 | 1010000 | 110010 |
Color Harmonies of #B31BE5
Complementary color
Monochromatic Colors of #B31BE5
Black with #B31BE5
Text Example
Text Example
White with #B31BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BE5; }
p { color: rgb(179,27,229); }
H1.HeaderClassName
{
color: #B31BE5;
}
.AnyTagClassName
{
color: #B31BE5;
}
</style>
background-color css
<style>
a { background-color: #B31BE5; }
a { background-color: rgb(179,27,229); }
div.DivClassName
{
background-color: #B31BE5;
}
.BgClassName
{
background-color: #B31BE5;
}
</style>
border-color css
<style>
span { border-color: #B31BE5; }
span { border-color: rgb(179,27,229); }
td.TdClassName
{
border-color: #B31BE5;
}
.TagClassName
{
border-color: #B31BE5;
}
</style>