Shades of Electric Purple #B81DEC
Tints of Electric Purple #B81DEC
RGB
CMYK
RGB Variations
Color information
#B81DEC (or 0xB81DEC) is known color: Electric Purple. HEX triplet: B8, 1D and EC. RGB value is (184,29,236). Sum of RGB (Red+Green+Blue) = 184+29+236=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #B81DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81DEC is #47E213. Grayscale: #626262. Windows color (decimal): -4710932 or 15474104. OLE color: 15474104.
HSL color Cylindrical-coordinate representation of color #B81DEC: hue angle of 284.93º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81DEC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 29 | 236 | - |
| CMYK | 0.22 | 0.88 | 0 | 0.07 |
| HSL | 284.93º | 0.84% | 0.52% | - |
| HSV(B) | 284.93º | 0.88% | 0.93% | - |
| XYZ | 35.35 | 17.13 | 80.8 | - |
| YUV | 98.94 | 205.35 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 29 | 236 | 0.22 | 0.88 | 0 | 0.07 | 284.93 | 0.84 | 0.52 |
| Hex | B8 | 1D | EC | 16 | 58 | 0 | 7 | 11D | 54 | 34 |
| Octal | 270 | 35 | 354 | 26 | 130 | 0 | 7 | 435 | 124 | 64 |
| Binary | 10111000 | 11101 | 11101100 | 10110 | 1011000 | 0 | 111 | 100011101 | 1010100 | 110100 |
Color Harmonies of #B81DEC
Complementary color
Monochromatic Colors of #B81DEC
Black with #B81DEC
Text Example
Text Example
White with #B81DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81DEC; }
p { color: rgb(184,29,236); }
H1.HeaderClassName
{
color: #B81DEC;
}
.AnyTagClassName
{
color: #B81DEC;
}
</style>
background-color css
<style>
a { background-color: #B81DEC; }
a { background-color: rgb(184,29,236); }
div.DivClassName
{
background-color: #B81DEC;
}
.BgClassName
{
background-color: #B81DEC;
}
</style>
border-color css
<style>
span { border-color: #B81DEC; }
span { border-color: rgb(184,29,236); }
td.TdClassName
{
border-color: #B81DEC;
}
.TagClassName
{
border-color: #B81DEC;
}
</style>