Shades of Electric Purple #B50EF2
Tints of Electric Purple #B50EF2
RGB
CMYK
RGB Variations
Color information
#B50EF2 (or 0xB50EF2) is known color: Electric Purple. HEX triplet: B5, 0E and F2. RGB value is (181,14,242). Sum of RGB (Red+Green+Blue) = 181+14+242=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 14 (5.86% from 255 or 3.20% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #B50EF2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EF2 is #4AF10D. Grayscale: #595959. Windows color (decimal): -4911374 or 15863477. OLE color: 15863477.
HSL color Cylindrical-coordinate representation of color #B50EF2: hue angle of 283.95º degrees, saturation: 0.9, 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 #B50EF2 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 14 | 242 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.05 |
| HSL | 283.95º | 0.9% | 0.5% | - |
| HSV(B) | 283.95º | 0.94% | 0.95% | - |
| XYZ | 35.24 | 16.55 | 85.34 | - |
| YUV | 89.93 | 213.83 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 242 | 0.25 | 0.94 | 0 | 0.05 | 283.95 | 0.9 | 0.5 |
| Hex | B5 | E | F2 | 19 | 5E | 0 | 5 | 11C | 5A | 32 |
| Octal | 265 | 16 | 362 | 31 | 136 | 0 | 5 | 434 | 132 | 62 |
| Binary | 10110101 | 1110 | 11110010 | 11001 | 1011110 | 0 | 101 | 100011100 | 1011010 | 110010 |
Color Harmonies of #B50EF2
Complementary color
Monochromatic Colors of #B50EF2
Black with #B50EF2
Text Example
Text Example
White with #B50EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EF2; }
p { color: rgb(181,14,242); }
H1.HeaderClassName
{
color: #B50EF2;
}
.AnyTagClassName
{
color: #B50EF2;
}
</style>
background-color css
<style>
a { background-color: #B50EF2; }
a { background-color: rgb(181,14,242); }
div.DivClassName
{
background-color: #B50EF2;
}
.BgClassName
{
background-color: #B50EF2;
}
</style>
border-color css
<style>
span { border-color: #B50EF2; }
span { border-color: rgb(181,14,242); }
td.TdClassName
{
border-color: #B50EF2;
}
.TagClassName
{
border-color: #B50EF2;
}
</style>