Shades of Electric Purple #B81EEC
Tints of Electric Purple #B81EEC
RGB
CMYK
RGB Variations
Color information
#B81EEC (or 0xB81EEC) is known color: Electric Purple. HEX triplet: B8, 1E and EC. RGB value is (184,30,236). Sum of RGB (Red+Green+Blue) = 184+30+236=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 30 (12.11% from 255 or 6.67% from 450); Blue value is 236 (92.58% from 255 or 52.44% from 450); Max value from RGB is 236 - color contains mainly: blue. Hex color #B81EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EEC is #47E113. Grayscale: #626262. Windows color (decimal): -4710676 or 15474360. OLE color: 15474360.
HSL color Cylindrical-coordinate representation of color #B81EEC: hue angle of 284.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81EEC is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 30 | 236 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 284.85º | 0.84% | 0.52% | - |
| HSV(B) | 284.85º | 0.87% | 0.93% | - |
| XYZ | 35.37 | 17.18 | 80.81 | - |
| YUV | 99.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 30 | 236 | 0.22 | 0.87 | 0 | 0.07 | 284.85 | 0.84 | 0.52 |
| Hex | B8 | 1E | EC | 16 | 57 | 0 | 7 | 11D | 54 | 34 |
| Octal | 270 | 36 | 354 | 26 | 127 | 0 | 7 | 435 | 124 | 64 |
| Binary | 10111000 | 11110 | 11101100 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010100 | 110100 |
Color Harmonies of #B81EEC
Complementary color
Monochromatic Colors of #B81EEC
Black with #B81EEC
Text Example
Text Example
White with #B81EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81EEC; }
p { color: rgb(184,30,236); }
H1.HeaderClassName
{
color: #B81EEC;
}
.AnyTagClassName
{
color: #B81EEC;
}
</style>
background-color css
<style>
a { background-color: #B81EEC; }
a { background-color: rgb(184,30,236); }
div.DivClassName
{
background-color: #B81EEC;
}
.BgClassName
{
background-color: #B81EEC;
}
</style>
border-color css
<style>
span { border-color: #B81EEC; }
span { border-color: rgb(184,30,236); }
td.TdClassName
{
border-color: #B81EEC;
}
.TagClassName
{
border-color: #B81EEC;
}
</style>