Shades of Electric Purple #B50EF0
Tints of Electric Purple #B50EF0
RGB
CMYK
RGB Variations
Color information
#B50EF0 (or 0xB50EF0) is known color: Electric Purple. HEX triplet: B5, 0E and F0. RGB value is (181,14,240). Sum of RGB (Red+Green+Blue) = 181+14+240=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 14 (5.86% from 255 or 3.22% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #B50EF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EF0 is #4AF10F. Grayscale: #585858. Windows color (decimal): -4911376 or 15732405. OLE color: 15732405.
HSL color Cylindrical-coordinate representation of color #B50EF0: hue angle of 284.34º 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 #B50EF0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 14 | 240 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.06 |
| HSL | 284.34º | 0.89% | 0.5% | - |
| HSV(B) | 284.34º | 0.94% | 0.94% | - |
| XYZ | 34.94 | 16.43 | 83.77 | - |
| YUV | 89.7 | 212.83 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 240 | 0.25 | 0.94 | 0 | 0.06 | 284.34 | 0.89 | 0.5 |
| Hex | B5 | E | F0 | 19 | 5E | 0 | 6 | 11C | 59 | 32 |
| Octal | 265 | 16 | 360 | 31 | 136 | 0 | 6 | 434 | 131 | 62 |
| Binary | 10110101 | 1110 | 11110000 | 11001 | 1011110 | 0 | 110 | 100011100 | 1011001 | 110010 |
Color Harmonies of #B50EF0
Complementary color
Monochromatic Colors of #B50EF0
Black with #B50EF0
Text Example
Text Example
White with #B50EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EF0; }
p { color: rgb(181,14,240); }
H1.HeaderClassName
{
color: #B50EF0;
}
.AnyTagClassName
{
color: #B50EF0;
}
</style>
background-color css
<style>
a { background-color: #B50EF0; }
a { background-color: rgb(181,14,240); }
div.DivClassName
{
background-color: #B50EF0;
}
.BgClassName
{
background-color: #B50EF0;
}
</style>
border-color css
<style>
span { border-color: #B50EF0; }
span { border-color: rgb(181,14,240); }
td.TdClassName
{
border-color: #B50EF0;
}
.TagClassName
{
border-color: #B50EF0;
}
</style>