Shades of Electric Purple #B816EE
Tints of Electric Purple #B816EE
RGB
CMYK
RGB Variations
Color information
#B816EE (or 0xB816EE) is known color: Electric Purple. HEX triplet: B8, 16 and EE. RGB value is (184,22,238). Sum of RGB (Red+Green+Blue) = 184+22+238=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 22 (8.98% from 255 or 4.95% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #B816EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B816EE is #47E911. Grayscale: #5E5E5E. Windows color (decimal): -4712722 or 15603384. OLE color: 15603384.
HSL color Cylindrical-coordinate representation of color #B816EE: hue angle of 285º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B816EE is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 22 | 238 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.07 |
| HSL | 285º | 0.86% | 0.51% | - |
| HSV(B) | 285º | 0.91% | 0.93% | - |
| XYZ | 35.49 | 16.94 | 82.29 | - |
| YUV | 95.06 | 208.67 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 238 | 0.23 | 0.91 | 0 | 0.07 | 285 | 0.86 | 0.51 |
| Hex | B8 | 16 | EE | 17 | 5B | 0 | 7 | 11D | 56 | 33 |
| Octal | 270 | 26 | 356 | 27 | 133 | 0 | 7 | 435 | 126 | 63 |
| Binary | 10111000 | 10110 | 11101110 | 10111 | 1011011 | 0 | 111 | 100011101 | 1010110 | 110011 |
Color Harmonies of #B816EE
Complementary color
Monochromatic Colors of #B816EE
Black with #B816EE
Text Example
Text Example
White with #B816EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B816EE; }
p { color: rgb(184,22,238); }
H1.HeaderClassName
{
color: #B816EE;
}
.AnyTagClassName
{
color: #B816EE;
}
</style>
background-color css
<style>
a { background-color: #B816EE; }
a { background-color: rgb(184,22,238); }
div.DivClassName
{
background-color: #B816EE;
}
.BgClassName
{
background-color: #B816EE;
}
</style>
border-color css
<style>
span { border-color: #B816EE; }
span { border-color: rgb(184,22,238); }
td.TdClassName
{
border-color: #B816EE;
}
.TagClassName
{
border-color: #B816EE;
}
</style>