Shades of Electric Purple #B81FEC
Tints of Electric Purple #B81FEC
RGB
CMYK
RGB Variations
Color information
#B81FEC (or 0xB81FEC) is known color: Electric Purple. HEX triplet: B8, 1F and EC. RGB value is (184,31,236). Sum of RGB (Red+Green+Blue) = 184+31+236=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #B81FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81FEC is #47E013. Grayscale: #636363. Windows color (decimal): -4710420 or 15474616. OLE color: 15474616.
HSL color Cylindrical-coordinate representation of color #B81FEC: hue angle of 284.78º 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 #B81FEC is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 31 | 236 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.07 |
| HSL | 284.78º | 0.84% | 0.52% | - |
| HSV(B) | 284.78º | 0.87% | 0.93% | - |
| XYZ | 35.4 | 17.23 | 80.82 | - |
| YUV | 100.12 | 204.69 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 236 | 0.22 | 0.87 | 0 | 0.07 | 284.78 | 0.84 | 0.52 |
| Hex | B8 | 1F | EC | 16 | 57 | 0 | 7 | 11D | 54 | 34 |
| Octal | 270 | 37 | 354 | 26 | 127 | 0 | 7 | 435 | 124 | 64 |
| Binary | 10111000 | 11111 | 11101100 | 10110 | 1010111 | 0 | 111 | 100011101 | 1010100 | 110100 |
Color Harmonies of #B81FEC
Complementary color
Monochromatic Colors of #B81FEC
Black with #B81FEC
Text Example
Text Example
White with #B81FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81FEC; }
p { color: rgb(184,31,236); }
H1.HeaderClassName
{
color: #B81FEC;
}
.AnyTagClassName
{
color: #B81FEC;
}
</style>
background-color css
<style>
a { background-color: #B81FEC; }
a { background-color: rgb(184,31,236); }
div.DivClassName
{
background-color: #B81FEC;
}
.BgClassName
{
background-color: #B81FEC;
}
</style>
border-color css
<style>
span { border-color: #B81FEC; }
span { border-color: rgb(184,31,236); }
td.TdClassName
{
border-color: #B81FEC;
}
.TagClassName
{
border-color: #B81FEC;
}
</style>