Shades of Electric Purple #B71CF7
Tints of Electric Purple #B71CF7
RGB
CMYK
RGB Variations
Color information
#B71CF7 (or 0xB71CF7) is known color: Electric Purple. HEX triplet: B7, 1C and F7. RGB value is (183,28,247). Sum of RGB (Red+Green+Blue) = 183+28+247=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 247 (96.88% from 255 or 53.93% from 458); Max value from RGB is 247 - color contains mainly: blue. Hex color #B71CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71CF7 is #48E308. Grayscale: #626262. Windows color (decimal): -4776713 or 16194743. OLE color: 16194743.
HSL color Cylindrical-coordinate representation of color #B71CF7: hue angle of 282.47º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71CF7 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 28 | 247 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.03 |
| HSL | 282.47º | 0.93% | 0.54% | - |
| HSV(B) | 282.47º | 0.89% | 0.97% | - |
| XYZ | 36.73 | 17.61 | 89.46 | - |
| YUV | 99.31 | 211.35 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 247 | 0.26 | 0.89 | 0 | 0.03 | 282.47 | 0.93 | 0.54 |
| Hex | B7 | 1C | F7 | 1A | 59 | 0 | 3 | 11A | 5D | 36 |
| Octal | 267 | 34 | 367 | 32 | 131 | 0 | 3 | 432 | 135 | 66 |
| Binary | 10110111 | 11100 | 11110111 | 11010 | 1011001 | 0 | 11 | 100011010 | 1011101 | 110110 |
Color Harmonies of #B71CF7
Complementary color
Monochromatic Colors of #B71CF7
Black with #B71CF7
Text Example
Text Example
White with #B71CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71CF7; }
p { color: rgb(183,28,247); }
H1.HeaderClassName
{
color: #B71CF7;
}
.AnyTagClassName
{
color: #B71CF7;
}
</style>
background-color css
<style>
a { background-color: #B71CF7; }
a { background-color: rgb(183,28,247); }
div.DivClassName
{
background-color: #B71CF7;
}
.BgClassName
{
background-color: #B71CF7;
}
</style>
border-color css
<style>
span { border-color: #B71CF7; }
span { border-color: rgb(183,28,247); }
td.TdClassName
{
border-color: #B71CF7;
}
.TagClassName
{
border-color: #B71CF7;
}
</style>