Shades of Electric Purple #B71EF4
Tints of Electric Purple #B71EF4
RGB
CMYK
RGB Variations
Color information
#B71EF4 (or 0xB71EF4) is known color: Electric Purple. HEX triplet: B7, 1E and F4. RGB value is (183,30,244). Sum of RGB (Red+Green+Blue) = 183+30+244=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 30 (12.11% from 255 or 6.56% from 457); Blue value is 244 (95.70% from 255 or 53.39% from 457); Max value from RGB is 244 - color contains mainly: blue. Hex color #B71EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EF4 is #48E10B. Grayscale: #636363. Windows color (decimal): -4776204 or 15998647. OLE color: 15998647.
HSL color Cylindrical-coordinate representation of color #B71EF4: hue angle of 282.9º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71EF4 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 30 | 244 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.04 |
| HSL | 282.9º | 0.91% | 0.54% | - |
| HSV(B) | 282.9º | 0.88% | 0.96% | - |
| XYZ | 36.32 | 17.53 | 87.06 | - |
| YUV | 100.14 | 209.19 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 244 | 0.25 | 0.88 | 0 | 0.04 | 282.9 | 0.91 | 0.54 |
| Hex | B7 | 1E | F4 | 19 | 58 | 0 | 4 | 11B | 5B | 36 |
| Octal | 267 | 36 | 364 | 31 | 130 | 0 | 4 | 433 | 133 | 66 |
| Binary | 10110111 | 11110 | 11110100 | 11001 | 1011000 | 0 | 100 | 100011011 | 1011011 | 110110 |
Color Harmonies of #B71EF4
Complementary color
Monochromatic Colors of #B71EF4
Black with #B71EF4
Text Example
Text Example
White with #B71EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EF4; }
p { color: rgb(183,30,244); }
H1.HeaderClassName
{
color: #B71EF4;
}
.AnyTagClassName
{
color: #B71EF4;
}
</style>
background-color css
<style>
a { background-color: #B71EF4; }
a { background-color: rgb(183,30,244); }
div.DivClassName
{
background-color: #B71EF4;
}
.BgClassName
{
background-color: #B71EF4;
}
</style>
border-color css
<style>
span { border-color: #B71EF4; }
span { border-color: rgb(183,30,244); }
td.TdClassName
{
border-color: #B71EF4;
}
.TagClassName
{
border-color: #B71EF4;
}
</style>