Shades of Electric Purple #B80DEE
Tints of Electric Purple #B80DEE
RGB
CMYK
RGB Variations
Color information
#B80DEE (or 0xB80DEE) is known color: Electric Purple. HEX triplet: B8, 0D and EE. RGB value is (184,13,238). Sum of RGB (Red+Green+Blue) = 184+13+238=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #B80DEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80DEE is #47F211. Grayscale: #595959. Windows color (decimal): -4715026 or 15601080. OLE color: 15601080.
HSL color Cylindrical-coordinate representation of color #B80DEE: hue angle of 285.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80DEE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 13 | 238 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.07 |
| HSL | 285.6º | 0.9% | 0.49% | - |
| HSV(B) | 285.6º | 0.95% | 0.93% | - |
| XYZ | 35.34 | 16.65 | 82.24 | - |
| YUV | 89.78 | 211.65 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 238 | 0.23 | 0.95 | 0 | 0.07 | 285.6 | 0.9 | 0.49 |
| Hex | B8 | D | EE | 17 | 5F | 0 | 7 | 11E | 5A | 31 |
| Octal | 270 | 15 | 356 | 27 | 137 | 0 | 7 | 436 | 132 | 61 |
| Binary | 10111000 | 1101 | 11101110 | 10111 | 1011111 | 0 | 111 | 100011110 | 1011010 | 110001 |
Color Harmonies of #B80DEE
Complementary color
Monochromatic Colors of #B80DEE
Black with #B80DEE
Text Example
Text Example
White with #B80DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80DEE; }
p { color: rgb(184,13,238); }
H1.HeaderClassName
{
color: #B80DEE;
}
.AnyTagClassName
{
color: #B80DEE;
}
</style>
background-color css
<style>
a { background-color: #B80DEE; }
a { background-color: rgb(184,13,238); }
div.DivClassName
{
background-color: #B80DEE;
}
.BgClassName
{
background-color: #B80DEE;
}
</style>
border-color css
<style>
span { border-color: #B80DEE; }
span { border-color: rgb(184,13,238); }
td.TdClassName
{
border-color: #B80DEE;
}
.TagClassName
{
border-color: #B80DEE;
}
</style>