Shades of Electric Purple #B71EEA
Tints of Electric Purple #B71EEA
RGB
CMYK
RGB Variations
Color information
#B71EEA (or 0xB71EEA) is known color: Electric Purple. HEX triplet: B7, 1E and EA. RGB value is (183,30,234). Sum of RGB (Red+Green+Blue) = 183+30+234=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #B71EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B71EEA is #48E115. Grayscale: #626262. Windows color (decimal): -4776214 or 15343287. OLE color: 15343287.
HSL color Cylindrical-coordinate representation of color #B71EEA: hue angle of 285º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71EEA is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 30 | 234 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.08 |
| HSL | 285º | 0.83% | 0.52% | - |
| HSV(B) | 285º | 0.87% | 0.92% | - |
| XYZ | 34.84 | 16.94 | 79.27 | - |
| YUV | 99 | 204.19 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 234 | 0.22 | 0.87 | 0 | 0.08 | 285 | 0.83 | 0.52 |
| Hex | B7 | 1E | EA | 16 | 57 | 0 | 8 | 11D | 53 | 34 |
| Octal | 267 | 36 | 352 | 26 | 127 | 0 | 10 | 435 | 123 | 64 |
| Binary | 10110111 | 11110 | 11101010 | 10110 | 1010111 | 0 | 1000 | 100011101 | 1010011 | 110100 |
Color Harmonies of #B71EEA
Complementary color
Monochromatic Colors of #B71EEA
Black with #B71EEA
Text Example
Text Example
White with #B71EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71EEA; }
p { color: rgb(183,30,234); }
H1.HeaderClassName
{
color: #B71EEA;
}
.AnyTagClassName
{
color: #B71EEA;
}
</style>
background-color css
<style>
a { background-color: #B71EEA; }
a { background-color: rgb(183,30,234); }
div.DivClassName
{
background-color: #B71EEA;
}
.BgClassName
{
background-color: #B71EEA;
}
</style>
border-color css
<style>
span { border-color: #B71EEA; }
span { border-color: rgb(183,30,234); }
td.TdClassName
{
border-color: #B71EEA;
}
.TagClassName
{
border-color: #B71EEA;
}
</style>