Shades of Electric Purple #B31EEE
Tints of Electric Purple #B31EEE
RGB
CMYK
RGB Variations
Color information
#B31EEE (or 0xB31EEE) is known color: Electric Purple. HEX triplet: B3, 1E and EE. RGB value is (179,30,238). Sum of RGB (Red+Green+Blue) = 179+30+238=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 30 (12.11% from 255 or 6.71% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #B31EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EEE is #4CE111. Grayscale: #616161. Windows color (decimal): -5038354 or 15605427. OLE color: 15605427.
HSL color Cylindrical-coordinate representation of color #B31EEE: hue angle of 282.98º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31EEE is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 30 | 238 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.07 |
| HSL | 282.98º | 0.86% | 0.53% | - |
| HSV(B) | 282.98º | 0.87% | 0.93% | - |
| XYZ | 34.49 | 16.69 | 82.29 | - |
| YUV | 98.26 | 206.86 | 185.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 238 | 0.25 | 0.87 | 0 | 0.07 | 282.98 | 0.86 | 0.53 |
| Hex | B3 | 1E | EE | 19 | 57 | 0 | 7 | 11B | 56 | 35 |
| Octal | 263 | 36 | 356 | 31 | 127 | 0 | 7 | 433 | 126 | 65 |
| Binary | 10110011 | 11110 | 11101110 | 11001 | 1010111 | 0 | 111 | 100011011 | 1010110 | 110101 |
Color Harmonies of #B31EEE
Complementary color
Monochromatic Colors of #B31EEE
Black with #B31EEE
Text Example
Text Example
White with #B31EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31EEE; }
p { color: rgb(179,30,238); }
H1.HeaderClassName
{
color: #B31EEE;
}
.AnyTagClassName
{
color: #B31EEE;
}
</style>
background-color css
<style>
a { background-color: #B31EEE; }
a { background-color: rgb(179,30,238); }
div.DivClassName
{
background-color: #B31EEE;
}
.BgClassName
{
background-color: #B31EEE;
}
</style>
border-color css
<style>
span { border-color: #B31EEE; }
span { border-color: rgb(179,30,238); }
td.TdClassName
{
border-color: #B31EEE;
}
.TagClassName
{
border-color: #B31EEE;
}
</style>