Shades of Electric Purple #B80BEE
Tints of Electric Purple #B80BEE
RGB
CMYK
RGB Variations
Color information
#B80BEE (or 0xB80BEE) is known color: Electric Purple. HEX triplet: B8, 0B and EE. RGB value is (184,11,238). Sum of RGB (Red+Green+Blue) = 184+11+238=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #B80BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BEE is #47F411. Grayscale: #575757. Windows color (decimal): -4715538 or 15600568. OLE color: 15600568.
HSL color Cylindrical-coordinate representation of color #B80BEE: hue angle of 285.73º degrees, saturation: 0.91, 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 #B80BEE is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 11 | 238 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.07 |
| HSL | 285.73º | 0.91% | 0.49% | - |
| HSV(B) | 285.73º | 0.95% | 0.93% | - |
| XYZ | 35.32 | 16.6 | 82.23 | - |
| YUV | 88.61 | 212.31 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 238 | 0.23 | 0.95 | 0 | 0.07 | 285.73 | 0.91 | 0.49 |
| Hex | B8 | B | EE | 17 | 5F | 0 | 7 | 11E | 5B | 31 |
| Octal | 270 | 13 | 356 | 27 | 137 | 0 | 7 | 436 | 133 | 61 |
| Binary | 10111000 | 1011 | 11101110 | 10111 | 1011111 | 0 | 111 | 100011110 | 1011011 | 110001 |
Color Harmonies of #B80BEE
Complementary color
Monochromatic Colors of #B80BEE
Black with #B80BEE
Text Example
Text Example
White with #B80BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BEE; }
p { color: rgb(184,11,238); }
H1.HeaderClassName
{
color: #B80BEE;
}
.AnyTagClassName
{
color: #B80BEE;
}
</style>
background-color css
<style>
a { background-color: #B80BEE; }
a { background-color: rgb(184,11,238); }
div.DivClassName
{
background-color: #B80BEE;
}
.BgClassName
{
background-color: #B80BEE;
}
</style>
border-color css
<style>
span { border-color: #B80BEE; }
span { border-color: rgb(184,11,238); }
td.TdClassName
{
border-color: #B80BEE;
}
.TagClassName
{
border-color: #B80BEE;
}
</style>