Shades of Electric Purple #B518EE
Tints of Electric Purple #B518EE
RGB
CMYK
RGB Variations
Color information
#B518EE (or 0xB518EE) is known color: Electric Purple. HEX triplet: B5, 18 and EE. RGB value is (181,24,238). Sum of RGB (Red+Green+Blue) = 181+24+238=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #B518EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B518EE is #4AE711. Grayscale: #5E5E5E. Windows color (decimal): -4908818 or 15603893. OLE color: 15603893.
HSL color Cylindrical-coordinate representation of color #B518EE: hue angle of 284.02º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B518EE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 24 | 238 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.07 |
| HSL | 284.02º | 0.86% | 0.51% | - |
| HSV(B) | 284.02º | 0.9% | 0.93% | - |
| XYZ | 34.82 | 16.65 | 82.27 | - |
| YUV | 95.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 24 | 238 | 0.24 | 0.90 | 0 | 0.07 | 284.02 | 0.86 | 0.51 |
| Hex | B5 | 18 | EE | 18 | 5A | 0 | 7 | 11C | 56 | 33 |
| Octal | 265 | 30 | 356 | 30 | 132 | 0 | 7 | 434 | 126 | 63 |
| Binary | 10110101 | 11000 | 11101110 | 11000 | 1011010 | 0 | 111 | 100011100 | 1010110 | 110011 |
Color Harmonies of #B518EE
Complementary color
Monochromatic Colors of #B518EE
Black with #B518EE
Text Example
Text Example
White with #B518EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B518EE; }
p { color: rgb(181,24,238); }
H1.HeaderClassName
{
color: #B518EE;
}
.AnyTagClassName
{
color: #B518EE;
}
</style>
background-color css
<style>
a { background-color: #B518EE; }
a { background-color: rgb(181,24,238); }
div.DivClassName
{
background-color: #B518EE;
}
.BgClassName
{
background-color: #B518EE;
}
</style>
border-color css
<style>
span { border-color: #B518EE; }
span { border-color: rgb(181,24,238); }
td.TdClassName
{
border-color: #B518EE;
}
.TagClassName
{
border-color: #B518EE;
}
</style>