Shades of Electric Purple #B31DED
Tints of Electric Purple #B31DED
RGB
CMYK
RGB Variations
Color information
#B31DED (or 0xB31DED) is known color: Electric Purple. HEX triplet: B3, 1D and ED. RGB value is (179,29,237). Sum of RGB (Red+Green+Blue) = 179+29+237=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #B31DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31DED is #4CE212. Grayscale: #606060. Windows color (decimal): -5038611 or 15539635. OLE color: 15539635.
HSL color Cylindrical-coordinate representation of color #B31DED: hue angle of 283.27º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31DED is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 29 | 237 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.07 |
| HSL | 283.27º | 0.85% | 0.52% | - |
| HSV(B) | 283.27º | 0.88% | 0.93% | - |
| XYZ | 34.32 | 16.58 | 81.51 | - |
| YUV | 97.56 | 206.7 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 237 | 0.24 | 0.88 | 0 | 0.07 | 283.27 | 0.85 | 0.52 |
| Hex | B3 | 1D | ED | 18 | 58 | 0 | 7 | 11B | 55 | 34 |
| Octal | 263 | 35 | 355 | 30 | 130 | 0 | 7 | 433 | 125 | 64 |
| Binary | 10110011 | 11101 | 11101101 | 11000 | 1011000 | 0 | 111 | 100011011 | 1010101 | 110100 |
Color Harmonies of #B31DED
Complementary color
Monochromatic Colors of #B31DED
Black with #B31DED
Text Example
Text Example
White with #B31DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31DED; }
p { color: rgb(179,29,237); }
H1.HeaderClassName
{
color: #B31DED;
}
.AnyTagClassName
{
color: #B31DED;
}
</style>
background-color css
<style>
a { background-color: #B31DED; }
a { background-color: rgb(179,29,237); }
div.DivClassName
{
background-color: #B31DED;
}
.BgClassName
{
background-color: #B31DED;
}
</style>
border-color css
<style>
span { border-color: #B31DED; }
span { border-color: rgb(179,29,237); }
td.TdClassName
{
border-color: #B31DED;
}
.TagClassName
{
border-color: #B31DED;
}
</style>