Shades of Electric Purple #B811EE
Tints of Electric Purple #B811EE
RGB
CMYK
RGB Variations
Color information
#B811EE (or 0xB811EE) is known color: Electric Purple. HEX triplet: B8, 11 and EE. RGB value is (184,17,238). Sum of RGB (Red+Green+Blue) = 184+17+238=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 17 (7.03% from 255 or 3.87% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #B811EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811EE is #47EE11. Grayscale: #5B5B5B. Windows color (decimal): -4714002 or 15602104. OLE color: 15602104.
HSL color Cylindrical-coordinate representation of color #B811EE: hue angle of 285.34º 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 #B811EE is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 17 | 238 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.07 |
| HSL | 285.34º | 0.87% | 0.5% | - |
| HSV(B) | 285.34º | 0.93% | 0.93% | - |
| XYZ | 35.4 | 16.76 | 82.26 | - |
| YUV | 92.13 | 210.33 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 238 | 0.23 | 0.93 | 0 | 0.07 | 285.34 | 0.87 | 0.5 |
| Hex | B8 | 11 | EE | 17 | 5D | 0 | 7 | 11D | 57 | 32 |
| Octal | 270 | 21 | 356 | 27 | 135 | 0 | 7 | 435 | 127 | 62 |
| Binary | 10111000 | 10001 | 11101110 | 10111 | 1011101 | 0 | 111 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B811EE
Complementary color
Monochromatic Colors of #B811EE
Black with #B811EE
Text Example
Text Example
White with #B811EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811EE; }
p { color: rgb(184,17,238); }
H1.HeaderClassName
{
color: #B811EE;
}
.AnyTagClassName
{
color: #B811EE;
}
</style>
background-color css
<style>
a { background-color: #B811EE; }
a { background-color: rgb(184,17,238); }
div.DivClassName
{
background-color: #B811EE;
}
.BgClassName
{
background-color: #B811EE;
}
</style>
border-color css
<style>
span { border-color: #B811EE; }
span { border-color: rgb(184,17,238); }
td.TdClassName
{
border-color: #B811EE;
}
.TagClassName
{
border-color: #B811EE;
}
</style>