Shades of Electric Purple #B50FEC
Tints of Electric Purple #B50FEC
RGB
CMYK
RGB Variations
Color information
#B50FEC (or 0xB50FEC) is known color: Electric Purple. HEX triplet: B5, 0F and EC. RGB value is (181,15,236). Sum of RGB (Red+Green+Blue) = 181+15+236=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #B50FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50FEC is #4AF013. Grayscale: #595959. Windows color (decimal): -4911124 or 15470517. OLE color: 15470517.
HSL color Cylindrical-coordinate representation of color #B50FEC: hue angle of 285.07º degrees, saturation: 0.88, 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 #B50FEC is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 15 | 236 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.07 |
| HSL | 285.07º | 0.88% | 0.49% | - |
| HSV(B) | 285.07º | 0.94% | 0.93% | - |
| XYZ | 34.37 | 16.22 | 80.68 | - |
| YUV | 89.83 | 210.5 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 236 | 0.23 | 0.94 | 0 | 0.07 | 285.07 | 0.88 | 0.49 |
| Hex | B5 | F | EC | 17 | 5E | 0 | 7 | 11D | 58 | 31 |
| Octal | 265 | 17 | 354 | 27 | 136 | 0 | 7 | 435 | 130 | 61 |
| Binary | 10110101 | 1111 | 11101100 | 10111 | 1011110 | 0 | 111 | 100011101 | 1011000 | 110001 |
Color Harmonies of #B50FEC
Complementary color
Monochromatic Colors of #B50FEC
Black with #B50FEC
Text Example
Text Example
White with #B50FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FEC; }
p { color: rgb(181,15,236); }
H1.HeaderClassName
{
color: #B50FEC;
}
.AnyTagClassName
{
color: #B50FEC;
}
</style>
background-color css
<style>
a { background-color: #B50FEC; }
a { background-color: rgb(181,15,236); }
div.DivClassName
{
background-color: #B50FEC;
}
.BgClassName
{
background-color: #B50FEC;
}
</style>
border-color css
<style>
span { border-color: #B50FEC; }
span { border-color: rgb(181,15,236); }
td.TdClassName
{
border-color: #B50FEC;
}
.TagClassName
{
border-color: #B50FEC;
}
</style>