Shades of Electric Purple #B71EF3
Tints of Electric Purple #B71EF3
RGB
CMYK
RGB Variations
Color information
#B71EF3 (or 0xB71EF3) is known color: Electric Purple. HEX triplet: B7, 1E and F3. RGB value is (183,30,243). Sum of RGB (Red+Green+Blue) = 183+30+243=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 243 (95.31% from 255 or 53.29% from 456); Max value from RGB is 243 - color contains mainly: blue. Hex color #B71EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EF3 is #48E10C. Grayscale: #636363. Windows color (decimal): -4776205 or 15933111. OLE color: 15933111.
HSL color Cylindrical-coordinate representation of color #B71EF3: hue angle of 283.1º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71EF3 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 30 | 243 | - |
| CMYK | 0.25 | 0.88 | 0 | 0.05 |
| HSL | 283.1º | 0.9% | 0.54% | - |
| HSV(B) | 283.1º | 0.88% | 0.95% | - |
| XYZ | 36.17 | 17.47 | 86.26 | - |
| YUV | 100.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 243 | 0.25 | 0.88 | 0 | 0.05 | 283.1 | 0.9 | 0.54 |
| Hex | B7 | 1E | F3 | 19 | 58 | 0 | 5 | 11B | 5A | 36 |
| Octal | 267 | 36 | 363 | 31 | 130 | 0 | 5 | 433 | 132 | 66 |
| Binary | 10110111 | 11110 | 11110011 | 11001 | 1011000 | 0 | 101 | 100011011 | 1011010 | 110110 |
Color Harmonies of #B71EF3
Complementary color
Monochromatic Colors of #B71EF3
Black with #B71EF3
Text Example
Text Example
White with #B71EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EF3; }
p { color: rgb(183,30,243); }
H1.HeaderClassName
{
color: #B71EF3;
}
.AnyTagClassName
{
color: #B71EF3;
}
</style>
background-color css
<style>
a { background-color: #B71EF3; }
a { background-color: rgb(183,30,243); }
div.DivClassName
{
background-color: #B71EF3;
}
.BgClassName
{
background-color: #B71EF3;
}
</style>
border-color css
<style>
span { border-color: #B71EF3; }
span { border-color: rgb(183,30,243); }
td.TdClassName
{
border-color: #B71EF3;
}
.TagClassName
{
border-color: #B71EF3;
}
</style>