Shades of Electric Purple #B31EEC
Tints of Electric Purple #B31EEC
RGB
CMYK
RGB Variations
Color information
#B31EEC (or 0xB31EEC) is known color: Electric Purple. HEX triplet: B3, 1E and EC. RGB value is (179,30,236). Sum of RGB (Red+Green+Blue) = 179+30+236=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #B31EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EEC is #4CE113. Grayscale: #616161. Windows color (decimal): -5038356 or 15474355. OLE color: 15474355.
HSL color Cylindrical-coordinate representation of color #B31EEC: hue angle of 283.4º 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 #B31EEC is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 30 | 236 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.07 |
| HSL | 283.4º | 0.84% | 0.52% | - |
| HSV(B) | 283.4º | 0.87% | 0.93% | - |
| XYZ | 34.2 | 16.57 | 80.75 | - |
| YUV | 98.04 | 205.86 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 236 | 0.24 | 0.87 | 0 | 0.07 | 283.4 | 0.84 | 0.52 |
| Hex | B3 | 1E | EC | 18 | 57 | 0 | 7 | 11B | 54 | 34 |
| Octal | 263 | 36 | 354 | 30 | 127 | 0 | 7 | 433 | 124 | 64 |
| Binary | 10110011 | 11110 | 11101100 | 11000 | 1010111 | 0 | 111 | 100011011 | 1010100 | 110100 |
Color Harmonies of #B31EEC
Complementary color
Monochromatic Colors of #B31EEC
Black with #B31EEC
Text Example
Text Example
White with #B31EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31EEC; }
p { color: rgb(179,30,236); }
H1.HeaderClassName
{
color: #B31EEC;
}
.AnyTagClassName
{
color: #B31EEC;
}
</style>
background-color css
<style>
a { background-color: #B31EEC; }
a { background-color: rgb(179,30,236); }
div.DivClassName
{
background-color: #B31EEC;
}
.BgClassName
{
background-color: #B31EEC;
}
</style>
border-color css
<style>
span { border-color: #B31EEC; }
span { border-color: rgb(179,30,236); }
td.TdClassName
{
border-color: #B31EEC;
}
.TagClassName
{
border-color: #B31EEC;
}
</style>