Shades of Electric Purple #B511EA
Tints of Electric Purple #B511EA
RGB
CMYK
RGB Variations
Color information
#B511EA (or 0xB511EA) is known color: Electric Purple. HEX triplet: B5, 11 and EA. RGB value is (181,17,234). Sum of RGB (Red+Green+Blue) = 181+17+234=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #B511EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511EA is #4AEE15. Grayscale: #5A5A5A. Windows color (decimal): -4910614 or 15339957. OLE color: 15339957.
HSL color Cylindrical-coordinate representation of color #B511EA: hue angle of 285.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B511EA is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 17 | 234 | - |
| CMYK | 0.23 | 0.93 | 0 | 0.08 |
| HSL | 285.35º | 0.86% | 0.49% | - |
| HSV(B) | 285.35º | 0.93% | 0.92% | - |
| XYZ | 34.11 | 16.17 | 79.16 | - |
| YUV | 90.77 | 208.83 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 17 | 234 | 0.23 | 0.93 | 0 | 0.08 | 285.35 | 0.86 | 0.49 |
| Hex | B5 | 11 | EA | 17 | 5D | 0 | 8 | 11D | 56 | 31 |
| Octal | 265 | 21 | 352 | 27 | 135 | 0 | 10 | 435 | 126 | 61 |
| Binary | 10110101 | 10001 | 11101010 | 10111 | 1011101 | 0 | 1000 | 100011101 | 1010110 | 110001 |
Color Harmonies of #B511EA
Complementary color
Monochromatic Colors of #B511EA
Black with #B511EA
Text Example
Text Example
White with #B511EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B511EA; }
p { color: rgb(181,17,234); }
H1.HeaderClassName
{
color: #B511EA;
}
.AnyTagClassName
{
color: #B511EA;
}
</style>
background-color css
<style>
a { background-color: #B511EA; }
a { background-color: rgb(181,17,234); }
div.DivClassName
{
background-color: #B511EA;
}
.BgClassName
{
background-color: #B511EA;
}
</style>
border-color css
<style>
span { border-color: #B511EA; }
span { border-color: rgb(181,17,234); }
td.TdClassName
{
border-color: #B511EA;
}
.TagClassName
{
border-color: #B511EA;
}
</style>