Shades of Electric Purple #B50EF1
Tints of Electric Purple #B50EF1
RGB
CMYK
RGB Variations
Color information
#B50EF1 (or 0xB50EF1) is known color: Electric Purple. HEX triplet: B5, 0E and F1. RGB value is (181,14,241). Sum of RGB (Red+Green+Blue) = 181+14+241=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #B50EF1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EF1 is #4AF10E. Grayscale: #595959. Windows color (decimal): -4911375 or 15797941. OLE color: 15797941.
HSL color Cylindrical-coordinate representation of color #B50EF1: hue angle of 284.14º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EF1 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 14 | 241 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.05 |
| HSL | 284.14º | 0.89% | 0.5% | - |
| HSV(B) | 284.14º | 0.94% | 0.95% | - |
| XYZ | 35.09 | 16.49 | 84.55 | - |
| YUV | 89.81 | 213.33 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 241 | 0.25 | 0.94 | 0 | 0.05 | 284.14 | 0.89 | 0.5 |
| Hex | B5 | E | F1 | 19 | 5E | 0 | 5 | 11C | 59 | 32 |
| Octal | 265 | 16 | 361 | 31 | 136 | 0 | 5 | 434 | 131 | 62 |
| Binary | 10110101 | 1110 | 11110001 | 11001 | 1011110 | 0 | 101 | 100011100 | 1011001 | 110010 |
Color Harmonies of #B50EF1
Complementary color
Monochromatic Colors of #B50EF1
Black with #B50EF1
Text Example
Text Example
White with #B50EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EF1; }
p { color: rgb(181,14,241); }
H1.HeaderClassName
{
color: #B50EF1;
}
.AnyTagClassName
{
color: #B50EF1;
}
</style>
background-color css
<style>
a { background-color: #B50EF1; }
a { background-color: rgb(181,14,241); }
div.DivClassName
{
background-color: #B50EF1;
}
.BgClassName
{
background-color: #B50EF1;
}
</style>
border-color css
<style>
span { border-color: #B50EF1; }
span { border-color: rgb(181,14,241); }
td.TdClassName
{
border-color: #B50EF1;
}
.TagClassName
{
border-color: #B50EF1;
}
</style>