Shades of Electric Purple #B31EFF
Tints of Electric Purple #B31EFF
RGB
CMYK
RGB Variations
Color information
#B31EFF (or 0xB31EFF) is known color: Electric Purple. HEX triplet: B3, 1E and FF. RGB value is (179,30,255). Sum of RGB (Red+Green+Blue) = 179+30+255=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #B31EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31EFF is #4CE100. Grayscale: #636363. Windows color (decimal): -5038337 or 16719539. OLE color: 16719539.
HSL color Cylindrical-coordinate representation of color #B31EFF: hue angle of 279.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31EFF is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 30 | 255 | - |
| CMYK | 0.30 | 0.88 | 0 | 0 |
| HSL | 279.73º | 1% | 0.56% | - |
| HSV(B) | 279.73º | 0.88% | 1% | - |
| XYZ | 37.1 | 17.73 | 96.07 | - |
| YUV | 100.2 | 215.36 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 255 | 0.30 | 0.88 | 0 | 0 | 279.73 | 1 | 0.56 |
| Hex | B3 | 1E | FF | 1E | 58 | 0 | 0 | 118 | 64 | 38 |
| Octal | 263 | 36 | 377 | 36 | 130 | 0 | 0 | 430 | 144 | 70 |
| Binary | 10110011 | 11110 | 11111111 | 11110 | 1011000 | 0 | 0 | 100011000 | 1100100 | 111000 |
Color Harmonies of #B31EFF
Complementary color
Monochromatic Colors of #B31EFF
Black with #B31EFF
Text Example
Text Example
White with #B31EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31EFF; }
p { color: rgb(179,30,255); }
H1.HeaderClassName
{
color: #B31EFF;
}
.AnyTagClassName
{
color: #B31EFF;
}
</style>
background-color css
<style>
a { background-color: #B31EFF; }
a { background-color: rgb(179,30,255); }
div.DivClassName
{
background-color: #B31EFF;
}
.BgClassName
{
background-color: #B31EFF;
}
</style>
border-color css
<style>
span { border-color: #B31EFF; }
span { border-color: rgb(179,30,255); }
td.TdClassName
{
border-color: #B31EFF;
}
.TagClassName
{
border-color: #B31EFF;
}
</style>