Shades of Electric Purple #B50EEC
Tints of Electric Purple #B50EEC
RGB
CMYK
RGB Variations
Color information
#B50EEC (or 0xB50EEC) is known color: Electric Purple. HEX triplet: B5, 0E and EC. RGB value is (181,14,236). Sum of RGB (Red+Green+Blue) = 181+14+236=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #B50EEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EEC is #4AF113. Grayscale: #585858. Windows color (decimal): -4911380 or 15470261. OLE color: 15470261.
HSL color Cylindrical-coordinate representation of color #B50EEC: hue angle of 285.14º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EEC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 14 | 236 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.07 |
| HSL | 285.14º | 0.89% | 0.49% | - |
| HSV(B) | 285.14º | 0.94% | 0.93% | - |
| XYZ | 34.35 | 16.19 | 80.67 | - |
| YUV | 89.24 | 210.83 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 236 | 0.23 | 0.94 | 0 | 0.07 | 285.14 | 0.89 | 0.49 |
| Hex | B5 | E | EC | 17 | 5E | 0 | 7 | 11D | 59 | 31 |
| Octal | 265 | 16 | 354 | 27 | 136 | 0 | 7 | 435 | 131 | 61 |
| Binary | 10110101 | 1110 | 11101100 | 10111 | 1011110 | 0 | 111 | 100011101 | 1011001 | 110001 |
Color Harmonies of #B50EEC
Complementary color
Monochromatic Colors of #B50EEC
Black with #B50EEC
Text Example
Text Example
White with #B50EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EEC; }
p { color: rgb(181,14,236); }
H1.HeaderClassName
{
color: #B50EEC;
}
.AnyTagClassName
{
color: #B50EEC;
}
</style>
background-color css
<style>
a { background-color: #B50EEC; }
a { background-color: rgb(181,14,236); }
div.DivClassName
{
background-color: #B50EEC;
}
.BgClassName
{
background-color: #B50EEC;
}
</style>
border-color css
<style>
span { border-color: #B50EEC; }
span { border-color: rgb(181,14,236); }
td.TdClassName
{
border-color: #B50EEC;
}
.TagClassName
{
border-color: #B50EEC;
}
</style>