Shades of Electric Purple #B31FEA
Tints of Electric Purple #B31FEA
RGB
CMYK
RGB Variations
Color information
#B31FEA (or 0xB31FEA) is known color: Electric Purple. HEX triplet: B3, 1F and EA. RGB value is (179,31,234). Sum of RGB (Red+Green+Blue) = 179+31+234=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 31 (12.5% from 255 or 6.98% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #B31FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31FEA is #4CE015. Grayscale: #616161. Windows color (decimal): -5038102 or 15343539. OLE color: 15343539.
HSL color Cylindrical-coordinate representation of color #B31FEA: hue angle of 283.74º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31FEA is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 31 | 234 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.08 |
| HSL | 283.74º | 0.83% | 0.52% | - |
| HSV(B) | 283.74º | 0.87% | 0.92% | - |
| XYZ | 33.93 | 16.5 | 79.24 | - |
| YUV | 98.39 | 204.53 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 234 | 0.24 | 0.87 | 0 | 0.08 | 283.74 | 0.83 | 0.52 |
| Hex | B3 | 1F | EA | 18 | 57 | 0 | 8 | 11C | 53 | 34 |
| Octal | 263 | 37 | 352 | 30 | 127 | 0 | 10 | 434 | 123 | 64 |
| Binary | 10110011 | 11111 | 11101010 | 11000 | 1010111 | 0 | 1000 | 100011100 | 1010011 | 110100 |
Color Harmonies of #B31FEA
Complementary color
Monochromatic Colors of #B31FEA
Black with #B31FEA
Text Example
Text Example
White with #B31FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31FEA; }
p { color: rgb(179,31,234); }
H1.HeaderClassName
{
color: #B31FEA;
}
.AnyTagClassName
{
color: #B31FEA;
}
</style>
background-color css
<style>
a { background-color: #B31FEA; }
a { background-color: rgb(179,31,234); }
div.DivClassName
{
background-color: #B31FEA;
}
.BgClassName
{
background-color: #B31FEA;
}
</style>
border-color css
<style>
span { border-color: #B31FEA; }
span { border-color: rgb(179,31,234); }
td.TdClassName
{
border-color: #B31FEA;
}
.TagClassName
{
border-color: #B31FEA;
}
</style>