Shades of Electric Purple #B711EE
Tints of Electric Purple #B711EE
RGB
CMYK
RGB Variations
Color information
#B711EE (or 0xB711EE) is known color: Electric Purple. HEX triplet: B7, 11 and EE. RGB value is (183,17,238). Sum of RGB (Red+Green+Blue) = 183+17+238=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #B711EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B711EE is #48EE11. Grayscale: #5B5B5B. Windows color (decimal): -4779538 or 15602103. OLE color: 15602103.
HSL color Cylindrical-coordinate representation of color #B711EE: hue angle of 285.07º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B711EE is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 17 | 238 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.07 |
| HSL | 285.07º | 0.87% | 0.5% | - |
| HSV(B) | 285.07º | 0.93% | 0.93% | - |
| XYZ | 35.16 | 16.64 | 82.25 | - |
| YUV | 91.83 | 210.5 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 238 | 0.23 | 0.93 | 0 | 0.07 | 285.07 | 0.87 | 0.5 |
| Hex | B7 | 11 | EE | 17 | 5D | 0 | 7 | 11D | 57 | 32 |
| Octal | 267 | 21 | 356 | 27 | 135 | 0 | 7 | 435 | 127 | 62 |
| Binary | 10110111 | 10001 | 11101110 | 10111 | 1011101 | 0 | 111 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B711EE
Complementary color
Monochromatic Colors of #B711EE
Black with #B711EE
Text Example
Text Example
White with #B711EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B711EE; }
p { color: rgb(183,17,238); }
H1.HeaderClassName
{
color: #B711EE;
}
.AnyTagClassName
{
color: #B711EE;
}
</style>
background-color css
<style>
a { background-color: #B711EE; }
a { background-color: rgb(183,17,238); }
div.DivClassName
{
background-color: #B711EE;
}
.BgClassName
{
background-color: #B711EE;
}
</style>
border-color css
<style>
span { border-color: #B711EE; }
span { border-color: rgb(183,17,238); }
td.TdClassName
{
border-color: #B711EE;
}
.TagClassName
{
border-color: #B711EE;
}
</style>