Shades of Electric Purple #B711EA
Tints of Electric Purple #B711EA
RGB
CMYK
RGB Variations
Color information
#B711EA (or 0xB711EA) is known color: Electric Purple. HEX triplet: B7, 11 and EA. RGB value is (183,17,234). Sum of RGB (Red+Green+Blue) = 183+17+234=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #B711EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711EA is #48EE15. Grayscale: #5A5A5A. Windows color (decimal): -4779542 or 15339959. OLE color: 15339959.
HSL color Cylindrical-coordinate representation of color #B711EA: hue angle of 285.9º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B711EA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 17 | 234 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.08 |
| HSL | 285.9º | 0.86% | 0.49% | - |
| HSV(B) | 285.9º | 0.93% | 0.92% | - |
| XYZ | 34.58 | 16.41 | 79.19 | - |
| YUV | 91.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 234 | 0.22 | 0.93 | 0 | 0.08 | 285.9 | 0.86 | 0.49 |
| Hex | B7 | 11 | EA | 16 | 5D | 0 | 8 | 11E | 56 | 31 |
| Octal | 267 | 21 | 352 | 26 | 135 | 0 | 10 | 436 | 126 | 61 |
| Binary | 10110111 | 10001 | 11101010 | 10110 | 1011101 | 0 | 1000 | 100011110 | 1010110 | 110001 |
Color Harmonies of #B711EA
Complementary color
Monochromatic Colors of #B711EA
Black with #B711EA
Text Example
Text Example
White with #B711EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711EA; }
p { color: rgb(183,17,234); }
H1.HeaderClassName
{
color: #B711EA;
}
.AnyTagClassName
{
color: #B711EA;
}
</style>
background-color css
<style>
a { background-color: #B711EA; }
a { background-color: rgb(183,17,234); }
div.DivClassName
{
background-color: #B711EA;
}
.BgClassName
{
background-color: #B711EA;
}
</style>
border-color css
<style>
span { border-color: #B711EA; }
span { border-color: rgb(183,17,234); }
td.TdClassName
{
border-color: #B711EA;
}
.TagClassName
{
border-color: #B711EA;
}
</style>