Shades of Electric Purple #B511ED
Tints of Electric Purple #B511ED
RGB
CMYK
RGB Variations
Color information
#B511ED (or 0xB511ED) is known color: Electric Purple. HEX triplet: B5, 11 and ED. RGB value is (181,17,237). Sum of RGB (Red+Green+Blue) = 181+17+237=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #B511ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511ED is #4AEE12. Grayscale: #5A5A5A. Windows color (decimal): -4910611 or 15536565. OLE color: 15536565.
HSL color Cylindrical-coordinate representation of color #B511ED: hue angle of 284.73º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511ED is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 17 | 237 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.07 |
| HSL | 284.73º | 0.87% | 0.5% | - |
| HSV(B) | 284.73º | 0.93% | 0.93% | - |
| XYZ | 34.54 | 16.34 | 81.45 | - |
| YUV | 91.12 | 210.33 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 237 | 0.24 | 0.93 | 0 | 0.07 | 284.73 | 0.87 | 0.5 |
| Hex | B5 | 11 | ED | 18 | 5D | 0 | 7 | 11D | 57 | 32 |
| Octal | 265 | 21 | 355 | 30 | 135 | 0 | 7 | 435 | 127 | 62 |
| Binary | 10110101 | 10001 | 11101101 | 11000 | 1011101 | 0 | 111 | 100011101 | 1010111 | 110010 |
Color Harmonies of #B511ED
Complementary color
Monochromatic Colors of #B511ED
Black with #B511ED
Text Example
Text Example
White with #B511ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511ED; }
p { color: rgb(181,17,237); }
H1.HeaderClassName
{
color: #B511ED;
}
.AnyTagClassName
{
color: #B511ED;
}
</style>
background-color css
<style>
a { background-color: #B511ED; }
a { background-color: rgb(181,17,237); }
div.DivClassName
{
background-color: #B511ED;
}
.BgClassName
{
background-color: #B511ED;
}
</style>
border-color css
<style>
span { border-color: #B511ED; }
span { border-color: rgb(181,17,237); }
td.TdClassName
{
border-color: #B511ED;
}
.TagClassName
{
border-color: #B511ED;
}
</style>