Shades of Electric Purple #B81BEB
Tints of Electric Purple #B81BEB
RGB
CMYK
RGB Variations
Color information
#B81BEB (or 0xB81BEB) is known color: Electric Purple. HEX triplet: B8, 1B and EB. RGB value is (184,27,235). Sum of RGB (Red+Green+Blue) = 184+27+235=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #B81BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81BEB is #47E414. Grayscale: #606060. Windows color (decimal): -4711445 or 15408056. OLE color: 15408056.
HSL color Cylindrical-coordinate representation of color #B81BEB: hue angle of 285.29º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81BEB is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 27 | 235 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.08 |
| HSL | 285.29º | 0.84% | 0.51% | - |
| HSV(B) | 285.29º | 0.89% | 0.92% | - |
| XYZ | 35.15 | 16.97 | 80.02 | - |
| YUV | 97.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 27 | 235 | 0.22 | 0.89 | 0 | 0.08 | 285.29 | 0.84 | 0.51 |
| Hex | B8 | 1B | EB | 16 | 59 | 0 | 8 | 11D | 54 | 33 |
| Octal | 270 | 33 | 353 | 26 | 131 | 0 | 10 | 435 | 124 | 63 |
| Binary | 10111000 | 11011 | 11101011 | 10110 | 1011001 | 0 | 1000 | 100011101 | 1010100 | 110011 |
Color Harmonies of #B81BEB
Complementary color
Monochromatic Colors of #B81BEB
Black with #B81BEB
Text Example
Text Example
White with #B81BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81BEB; }
p { color: rgb(184,27,235); }
H1.HeaderClassName
{
color: #B81BEB;
}
.AnyTagClassName
{
color: #B81BEB;
}
</style>
background-color css
<style>
a { background-color: #B81BEB; }
a { background-color: rgb(184,27,235); }
div.DivClassName
{
background-color: #B81BEB;
}
.BgClassName
{
background-color: #B81BEB;
}
</style>
border-color css
<style>
span { border-color: #B81BEB; }
span { border-color: rgb(184,27,235); }
td.TdClassName
{
border-color: #B81BEB;
}
.TagClassName
{
border-color: #B81BEB;
}
</style>