Shades of Electric Purple #B31DFE
Tints of Electric Purple #B31DFE
RGB
CMYK
RGB Variations
Color information
#B31DFE (or 0xB31DFE) is known color: Electric Purple. HEX triplet: B3, 1D and FE. RGB value is (179,29,254). Sum of RGB (Red+Green+Blue) = 179+29+254=462 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.74% from 462); Green value is 29 (11.72% from 255 or 6.28% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #B31DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31DFE is #4CE201. Grayscale: #626262. Windows color (decimal): -5038594 or 16653747. OLE color: 16653747.
HSL color Cylindrical-coordinate representation of color #B31DFE: hue angle of 280º 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 #B31DFE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 29 | 254 | - |
| CMYK | 0.30 | 0.89 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.55% | - |
| HSV(B) | 280º | 0.89% | 1% | - |
| XYZ | 36.92 | 17.62 | 95.22 | - |
| YUV | 99.5 | 215.2 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 254 | 0.30 | 0.89 | 0 | 0.00 | 280 | 0.99 | 0.55 |
| Hex | B3 | 1D | FE | 1E | 59 | 0 | 0 | 118 | 63 | 37 |
| Octal | 263 | 35 | 376 | 36 | 131 | 0 | 0 | 430 | 143 | 67 |
| Binary | 10110011 | 11101 | 11111110 | 11110 | 1011001 | 0 | 0 | 100011000 | 1100011 | 110111 |
Color Harmonies of #B31DFE
Complementary color
Monochromatic Colors of #B31DFE
Black with #B31DFE
Text Example
Text Example
White with #B31DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DFE; }
p { color: rgb(179,29,254); }
H1.HeaderClassName
{
color: #B31DFE;
}
.AnyTagClassName
{
color: #B31DFE;
}
</style>
background-color css
<style>
a { background-color: #B31DFE; }
a { background-color: rgb(179,29,254); }
div.DivClassName
{
background-color: #B31DFE;
}
.BgClassName
{
background-color: #B31DFE;
}
</style>
border-color css
<style>
span { border-color: #B31DFE; }
span { border-color: rgb(179,29,254); }
td.TdClassName
{
border-color: #B31DFE;
}
.TagClassName
{
border-color: #B31DFE;
}
</style>