Shades of Electric Purple #B518EB
Tints of Electric Purple #B518EB
RGB
CMYK
RGB Variations
Color information
#B518EB (or 0xB518EB) is known color: Electric Purple. HEX triplet: B5, 18 and EB. RGB value is (181,24,235). Sum of RGB (Red+Green+Blue) = 181+24+235=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 24 (9.77% from 255 or 5.45% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #B518EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B518EB is #4AE714. Grayscale: #5E5E5E. Windows color (decimal): -4908821 or 15407285. OLE color: 15407285.
HSL color Cylindrical-coordinate representation of color #B518EB: hue angle of 284.64º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B518EB is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 24 | 235 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.08 |
| HSL | 284.64º | 0.84% | 0.51% | - |
| HSV(B) | 284.64º | 0.9% | 0.92% | - |
| XYZ | 34.38 | 16.48 | 79.97 | - |
| YUV | 95 | 207.01 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 235 | 0.23 | 0.90 | 0 | 0.08 | 284.64 | 0.84 | 0.51 |
| Hex | B5 | 18 | EB | 17 | 5A | 0 | 8 | 11D | 54 | 33 |
| Octal | 265 | 30 | 353 | 27 | 132 | 0 | 10 | 435 | 124 | 63 |
| Binary | 10110101 | 11000 | 11101011 | 10111 | 1011010 | 0 | 1000 | 100011101 | 1010100 | 110011 |
Color Harmonies of #B518EB
Complementary color
Monochromatic Colors of #B518EB
Black with #B518EB
Text Example
Text Example
White with #B518EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518EB; }
p { color: rgb(181,24,235); }
H1.HeaderClassName
{
color: #B518EB;
}
.AnyTagClassName
{
color: #B518EB;
}
</style>
background-color css
<style>
a { background-color: #B518EB; }
a { background-color: rgb(181,24,235); }
div.DivClassName
{
background-color: #B518EB;
}
.BgClassName
{
background-color: #B518EB;
}
</style>
border-color css
<style>
span { border-color: #B518EB; }
span { border-color: rgb(181,24,235); }
td.TdClassName
{
border-color: #B518EB;
}
.TagClassName
{
border-color: #B518EB;
}
</style>