Shades of Electric Purple #B71BE5
Tints of Electric Purple #B71BE5
RGB
CMYK
RGB Variations
Color information
#B71BE5 (or 0xB71BE5) is known color: Electric Purple. HEX triplet: B7, 1B and E5. RGB value is (183,27,229). Sum of RGB (Red+Green+Blue) = 183+27+229=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 27 (10.94% from 255 or 6.15% from 439); Blue value is 229 (89.84% from 255 or 52.16% from 439); Max value from RGB is 229 - color contains mainly: blue. Hex color #B71BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71BE5 is #48E41A. Grayscale: #606060. Windows color (decimal): -4776987 or 15014839. OLE color: 15014839.
HSL color Cylindrical-coordinate representation of color #B71BE5: hue angle of 286.34º 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 #B71BE5 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 183 | 27 | 229 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.10 |
| HSL | 286.34º | 0.8% | 0.5% | - |
| HSV(B) | 286.34º | 0.88% | 0.9% | - |
| XYZ | 34.06 | 16.51 | 75.52 | - |
| YUV | 96.67 | 202.68 | 189.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 229 | 0.20 | 0.88 | 0 | 0.10 | 286.34 | 0.8 | 0.5 |
| Hex | B7 | 1B | E5 | 14 | 58 | 0 | A | 11E | 50 | 32 |
| Octal | 267 | 33 | 345 | 24 | 130 | 0 | 12 | 436 | 120 | 62 |
| Binary | 10110111 | 11011 | 11100101 | 10100 | 1011000 | 0 | 1010 | 100011110 | 1010000 | 110010 |
Color Harmonies of #B71BE5
Complementary color
Monochromatic Colors of #B71BE5
Black with #B71BE5
Text Example
Text Example
White with #B71BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71BE5; }
p { color: rgb(183,27,229); }
H1.HeaderClassName
{
color: #B71BE5;
}
.AnyTagClassName
{
color: #B71BE5;
}
</style>
background-color css
<style>
a { background-color: #B71BE5; }
a { background-color: rgb(183,27,229); }
div.DivClassName
{
background-color: #B71BE5;
}
.BgClassName
{
background-color: #B71BE5;
}
</style>
border-color css
<style>
span { border-color: #B71BE5; }
span { border-color: rgb(183,27,229); }
td.TdClassName
{
border-color: #B71BE5;
}
.TagClassName
{
border-color: #B71BE5;
}
</style>