Shades of Electric Purple #B71EEF
Tints of Electric Purple #B71EEF
RGB
CMYK
RGB Variations
Color information
#B71EEF (or 0xB71EEF) is known color: Electric Purple. HEX triplet: B7, 1E and EF. RGB value is (183,30,239). Sum of RGB (Red+Green+Blue) = 183+30+239=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #B71EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EEF is #48E110. Grayscale: #626262. Windows color (decimal): -4776209 or 15670967. OLE color: 15670967.
HSL color Cylindrical-coordinate representation of color #B71EEF: hue angle of 283.92º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71EEF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 30 | 239 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.06 |
| HSL | 283.92º | 0.87% | 0.53% | - |
| HSV(B) | 283.92º | 0.87% | 0.94% | - |
| XYZ | 35.57 | 17.23 | 83.11 | - |
| YUV | 99.57 | 206.69 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 239 | 0.23 | 0.87 | 0 | 0.06 | 283.92 | 0.87 | 0.53 |
| Hex | B7 | 1E | EF | 17 | 57 | 0 | 6 | 11C | 57 | 35 |
| Octal | 267 | 36 | 357 | 27 | 127 | 0 | 6 | 434 | 127 | 65 |
| Binary | 10110111 | 11110 | 11101111 | 10111 | 1010111 | 0 | 110 | 100011100 | 1010111 | 110101 |
Color Harmonies of #B71EEF
Complementary color
Monochromatic Colors of #B71EEF
Black with #B71EEF
Text Example
Text Example
White with #B71EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EEF; }
p { color: rgb(183,30,239); }
H1.HeaderClassName
{
color: #B71EEF;
}
.AnyTagClassName
{
color: #B71EEF;
}
</style>
background-color css
<style>
a { background-color: #B71EEF; }
a { background-color: rgb(183,30,239); }
div.DivClassName
{
background-color: #B71EEF;
}
.BgClassName
{
background-color: #B71EEF;
}
</style>
border-color css
<style>
span { border-color: #B71EEF; }
span { border-color: rgb(183,30,239); }
td.TdClassName
{
border-color: #B71EEF;
}
.TagClassName
{
border-color: #B71EEF;
}
</style>