Shades of Electric Purple #B50EEF
Tints of Electric Purple #B50EEF
RGB
CMYK
RGB Variations
Color information
#B50EEF (or 0xB50EEF) is known color: Electric Purple. HEX triplet: B5, 0E and EF. RGB value is (181,14,239). Sum of RGB (Red+Green+Blue) = 181+14+239=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #B50EEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EEF is #4AF110. Grayscale: #585858. Windows color (decimal): -4911377 or 15666869. OLE color: 15666869.
HSL color Cylindrical-coordinate representation of color #B50EEF: hue angle of 284.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EEF is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 14 | 239 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.06 |
| HSL | 284.53º | 0.89% | 0.5% | - |
| HSV(B) | 284.53º | 0.94% | 0.94% | - |
| XYZ | 34.79 | 16.37 | 82.99 | - |
| YUV | 89.58 | 212.33 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 239 | 0.24 | 0.94 | 0 | 0.06 | 284.53 | 0.89 | 0.5 |
| Hex | B5 | E | EF | 18 | 5E | 0 | 6 | 11D | 59 | 32 |
| Octal | 265 | 16 | 357 | 30 | 136 | 0 | 6 | 435 | 131 | 62 |
| Binary | 10110101 | 1110 | 11101111 | 11000 | 1011110 | 0 | 110 | 100011101 | 1011001 | 110010 |
Color Harmonies of #B50EEF
Complementary color
Monochromatic Colors of #B50EEF
Black with #B50EEF
Text Example
Text Example
White with #B50EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EEF; }
p { color: rgb(181,14,239); }
H1.HeaderClassName
{
color: #B50EEF;
}
.AnyTagClassName
{
color: #B50EEF;
}
</style>
background-color css
<style>
a { background-color: #B50EEF; }
a { background-color: rgb(181,14,239); }
div.DivClassName
{
background-color: #B50EEF;
}
.BgClassName
{
background-color: #B50EEF;
}
</style>
border-color css
<style>
span { border-color: #B50EEF; }
span { border-color: rgb(181,14,239); }
td.TdClassName
{
border-color: #B50EEF;
}
.TagClassName
{
border-color: #B50EEF;
}
</style>