Shades of Electric Purple #B31CEA
Tints of Electric Purple #B31CEA
RGB
CMYK
RGB Variations
Color information
#B31CEA (or 0xB31CEA) is known color: Electric Purple. HEX triplet: B3, 1C and EA. RGB value is (179,28,234). Sum of RGB (Red+Green+Blue) = 179+28+234=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 28 (11.33% from 255 or 6.35% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #B31CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CEA is #4CE315. Grayscale: #5F5F5F. Windows color (decimal): -5038870 or 15342771. OLE color: 15342771.
HSL color Cylindrical-coordinate representation of color #B31CEA: hue angle of 283.98º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31CEA is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 28 | 234 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.08 |
| HSL | 283.98º | 0.83% | 0.51% | - |
| HSV(B) | 283.98º | 0.88% | 0.92% | - |
| XYZ | 33.86 | 16.35 | 79.21 | - |
| YUV | 96.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 234 | 0.24 | 0.88 | 0 | 0.08 | 283.98 | 0.83 | 0.51 |
| Hex | B3 | 1C | EA | 18 | 58 | 0 | 8 | 11C | 53 | 33 |
| Octal | 263 | 34 | 352 | 30 | 130 | 0 | 10 | 434 | 123 | 63 |
| Binary | 10110011 | 11100 | 11101010 | 11000 | 1011000 | 0 | 1000 | 100011100 | 1010011 | 110011 |
Color Harmonies of #B31CEA
Complementary color
Monochromatic Colors of #B31CEA
Black with #B31CEA
Text Example
Text Example
White with #B31CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CEA; }
p { color: rgb(179,28,234); }
H1.HeaderClassName
{
color: #B31CEA;
}
.AnyTagClassName
{
color: #B31CEA;
}
</style>
background-color css
<style>
a { background-color: #B31CEA; }
a { background-color: rgb(179,28,234); }
div.DivClassName
{
background-color: #B31CEA;
}
.BgClassName
{
background-color: #B31CEA;
}
</style>
border-color css
<style>
span { border-color: #B31CEA; }
span { border-color: rgb(179,28,234); }
td.TdClassName
{
border-color: #B31CEA;
}
.TagClassName
{
border-color: #B31CEA;
}
</style>