Shades of Electric Purple #B50EF3
Tints of Electric Purple #B50EF3
RGB
CMYK
RGB Variations
Color information
#B50EF3 (or 0xB50EF3) is known color: Electric Purple. HEX triplet: B5, 0E and F3. RGB value is (181,14,243). Sum of RGB (Red+Green+Blue) = 181+14+243=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 14 (5.86% from 255 or 3.20% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #B50EF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EF3 is #4AF10C. Grayscale: #595959. Windows color (decimal): -4911373 or 15929013. OLE color: 15929013.
HSL color Cylindrical-coordinate representation of color #B50EF3: hue angle of 283.76º degrees, saturation: 0.91, 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 #B50EF3 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 181 | 14 | 243 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.05 |
| HSL | 283.76º | 0.91% | 0.5% | - |
| HSV(B) | 283.76º | 0.94% | 0.95% | - |
| XYZ | 35.39 | 16.61 | 86.13 | - |
| YUV | 90.04 | 214.33 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 243 | 0.26 | 0.94 | 0 | 0.05 | 283.76 | 0.91 | 0.5 |
| Hex | B5 | E | F3 | 1A | 5E | 0 | 5 | 11C | 5B | 32 |
| Octal | 265 | 16 | 363 | 32 | 136 | 0 | 5 | 434 | 133 | 62 |
| Binary | 10110101 | 1110 | 11110011 | 11010 | 1011110 | 0 | 101 | 100011100 | 1011011 | 110010 |
Color Harmonies of #B50EF3
Complementary color
Monochromatic Colors of #B50EF3
Black with #B50EF3
Text Example
Text Example
White with #B50EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EF3; }
p { color: rgb(181,14,243); }
H1.HeaderClassName
{
color: #B50EF3;
}
.AnyTagClassName
{
color: #B50EF3;
}
</style>
background-color css
<style>
a { background-color: #B50EF3; }
a { background-color: rgb(181,14,243); }
div.DivClassName
{
background-color: #B50EF3;
}
.BgClassName
{
background-color: #B50EF3;
}
</style>
border-color css
<style>
span { border-color: #B50EF3; }
span { border-color: rgb(181,14,243); }
td.TdClassName
{
border-color: #B50EF3;
}
.TagClassName
{
border-color: #B50EF3;
}
</style>