Shades of Electric Purple #B31BED
Tints of Electric Purple #B31BED
RGB
CMYK
RGB Variations
Color information
#B31BED (or 0xB31BED) is known color: Electric Purple. HEX triplet: B3, 1B and ED. RGB value is (179,27,237). Sum of RGB (Red+Green+Blue) = 179+27+237=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #B31BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B31BED is #4CE412. Grayscale: #5F5F5F. Windows color (decimal): -5039123 or 15539123. OLE color: 15539123.
HSL color Cylindrical-coordinate representation of color #B31BED: hue angle of 283.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31BED is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 27 | 237 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.07 |
| HSL | 283.43º | 0.85% | 0.52% | - |
| HSV(B) | 283.43º | 0.89% | 0.93% | - |
| XYZ | 34.27 | 16.48 | 81.5 | - |
| YUV | 96.39 | 207.36 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 237 | 0.24 | 0.89 | 0 | 0.07 | 283.43 | 0.85 | 0.52 |
| Hex | B3 | 1B | ED | 18 | 59 | 0 | 7 | 11B | 55 | 34 |
| Octal | 263 | 33 | 355 | 30 | 131 | 0 | 7 | 433 | 125 | 64 |
| Binary | 10110011 | 11011 | 11101101 | 11000 | 1011001 | 0 | 111 | 100011011 | 1010101 | 110100 |
Color Harmonies of #B31BED
Complementary color
Monochromatic Colors of #B31BED
Black with #B31BED
Text Example
Text Example
White with #B31BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31BED; }
p { color: rgb(179,27,237); }
H1.HeaderClassName
{
color: #B31BED;
}
.AnyTagClassName
{
color: #B31BED;
}
</style>
background-color css
<style>
a { background-color: #B31BED; }
a { background-color: rgb(179,27,237); }
div.DivClassName
{
background-color: #B31BED;
}
.BgClassName
{
background-color: #B31BED;
}
</style>
border-color css
<style>
span { border-color: #B31BED; }
span { border-color: rgb(179,27,237); }
td.TdClassName
{
border-color: #B31BED;
}
.TagClassName
{
border-color: #B31BED;
}
</style>