Shades of Electric Purple #B50EF6
Tints of Electric Purple #B50EF6
RGB
CMYK
RGB Variations
Color information
#B50EF6 (or 0xB50EF6) is known color: Electric Purple. HEX triplet: B5, 0E and F6. RGB value is (181,14,246). Sum of RGB (Red+Green+Blue) = 181+14+246=441 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.04% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #B50EF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EF6 is #4AF109. Grayscale: #595959. Windows color (decimal): -4911370 or 16125621. OLE color: 16125621.
HSL color Cylindrical-coordinate representation of color #B50EF6: hue angle of 283.19º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EF6 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 14 | 246 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.04 |
| HSL | 283.19º | 0.93% | 0.51% | - |
| HSV(B) | 283.19º | 0.94% | 0.96% | - |
| XYZ | 35.85 | 16.79 | 88.54 | - |
| YUV | 90.38 | 215.83 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 246 | 0.26 | 0.94 | 0 | 0.04 | 283.19 | 0.93 | 0.51 |
| Hex | B5 | E | F6 | 1A | 5E | 0 | 4 | 11B | 5D | 33 |
| Octal | 265 | 16 | 366 | 32 | 136 | 0 | 4 | 433 | 135 | 63 |
| Binary | 10110101 | 1110 | 11110110 | 11010 | 1011110 | 0 | 100 | 100011011 | 1011101 | 110011 |
Color Harmonies of #B50EF6
Complementary color
Monochromatic Colors of #B50EF6
Black with #B50EF6
Text Example
Text Example
White with #B50EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EF6; }
p { color: rgb(181,14,246); }
H1.HeaderClassName
{
color: #B50EF6;
}
.AnyTagClassName
{
color: #B50EF6;
}
</style>
background-color css
<style>
a { background-color: #B50EF6; }
a { background-color: rgb(181,14,246); }
div.DivClassName
{
background-color: #B50EF6;
}
.BgClassName
{
background-color: #B50EF6;
}
</style>
border-color css
<style>
span { border-color: #B50EF6; }
span { border-color: rgb(181,14,246); }
td.TdClassName
{
border-color: #B50EF6;
}
.TagClassName
{
border-color: #B50EF6;
}
</style>