Shades of Electric Purple #B31CFE
Tints of Electric Purple #B31CFE
RGB
CMYK
RGB Variations
Color information
#B31CFE (or 0xB31CFE) is known color: Electric Purple. HEX triplet: B3, 1C and FE. RGB value is (179,28,254). Sum of RGB (Red+Green+Blue) = 179+28+254=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #B31CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CFE is #4CE301. Grayscale: #626262. Windows color (decimal): -5038850 or 16653491. OLE color: 16653491.
HSL color Cylindrical-coordinate representation of color #B31CFE: hue angle of 280.09º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31CFE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 28 | 254 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.00 |
| HSL | 280.09º | 0.99% | 0.55% | - |
| HSV(B) | 280.09º | 0.89% | 1% | - |
| XYZ | 36.9 | 17.57 | 95.21 | - |
| YUV | 98.91 | 215.53 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 254 | 0.30 | 0.89 | 0 | 0.00 | 280.09 | 0.99 | 0.55 |
| Hex | B3 | 1C | FE | 1E | 59 | 0 | 0 | 118 | 63 | 37 |
| Octal | 263 | 34 | 376 | 36 | 131 | 0 | 0 | 430 | 143 | 67 |
| Binary | 10110011 | 11100 | 11111110 | 11110 | 1011001 | 0 | 0 | 100011000 | 1100011 | 110111 |
Color Harmonies of #B31CFE
Complementary color
Monochromatic Colors of #B31CFE
Black with #B31CFE
Text Example
Text Example
White with #B31CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CFE; }
p { color: rgb(179,28,254); }
H1.HeaderClassName
{
color: #B31CFE;
}
.AnyTagClassName
{
color: #B31CFE;
}
</style>
background-color css
<style>
a { background-color: #B31CFE; }
a { background-color: rgb(179,28,254); }
div.DivClassName
{
background-color: #B31CFE;
}
.BgClassName
{
background-color: #B31CFE;
}
</style>
border-color css
<style>
span { border-color: #B31CFE; }
span { border-color: rgb(179,28,254); }
td.TdClassName
{
border-color: #B31CFE;
}
.TagClassName
{
border-color: #B31CFE;
}
</style>