Shades of Electric Purple #B31CED
Tints of Electric Purple #B31CED
RGB
CMYK
RGB Variations
Color information
#B31CED (or 0xB31CED) is known color: Electric Purple. HEX triplet: B3, 1C and ED. RGB value is (179,28,237). Sum of RGB (Red+Green+Blue) = 179+28+237=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 28 (11.33% from 255 or 6.31% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #B31CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31CED is #4CE312. Grayscale: #606060. Windows color (decimal): -5038867 or 15539379. OLE color: 15539379.
HSL color Cylindrical-coordinate representation of color #B31CED: hue angle of 283.35º 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 #B31CED is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 28 | 237 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.07 |
| HSL | 283.35º | 0.85% | 0.52% | - |
| HSV(B) | 283.35º | 0.88% | 0.93% | - |
| XYZ | 34.29 | 16.53 | 81.5 | - |
| YUV | 96.98 | 207.03 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 237 | 0.24 | 0.88 | 0 | 0.07 | 283.35 | 0.85 | 0.52 |
| Hex | B3 | 1C | ED | 18 | 58 | 0 | 7 | 11B | 55 | 34 |
| Octal | 263 | 34 | 355 | 30 | 130 | 0 | 7 | 433 | 125 | 64 |
| Binary | 10110011 | 11100 | 11101101 | 11000 | 1011000 | 0 | 111 | 100011011 | 1010101 | 110100 |
Color Harmonies of #B31CED
Complementary color
Monochromatic Colors of #B31CED
Black with #B31CED
Text Example
Text Example
White with #B31CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31CED; }
p { color: rgb(179,28,237); }
H1.HeaderClassName
{
color: #B31CED;
}
.AnyTagClassName
{
color: #B31CED;
}
</style>
background-color css
<style>
a { background-color: #B31CED; }
a { background-color: rgb(179,28,237); }
div.DivClassName
{
background-color: #B31CED;
}
.BgClassName
{
background-color: #B31CED;
}
</style>
border-color css
<style>
span { border-color: #B31CED; }
span { border-color: rgb(179,28,237); }
td.TdClassName
{
border-color: #B31CED;
}
.TagClassName
{
border-color: #B31CED;
}
</style>