Shades of Electric Purple #B50EDF
Tints of Electric Purple #B50EDF
RGB
CMYK
RGB Variations
Color information
#B50EDF (or 0xB50EDF) is known color: Electric Purple. HEX triplet: B5, 0E and DF. RGB value is (181,14,223). Sum of RGB (Red+Green+Blue) = 181+14+223=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 14 (5.86% from 255 or 3.35% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #B50EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EDF is #4AF120. Grayscale: #575757. Windows color (decimal): -4911393 or 14618293. OLE color: 14618293.
HSL color Cylindrical-coordinate representation of color #B50EDF: hue angle of 287.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EDF is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 14 | 223 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.13 |
| HSL | 287.94º | 0.88% | 0.46% | - |
| HSV(B) | 287.94º | 0.94% | 0.87% | - |
| XYZ | 32.53 | 15.47 | 71.08 | - |
| YUV | 87.76 | 204.33 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 223 | 0.19 | 0.94 | 0 | 0.13 | 287.94 | 0.88 | 0.46 |
| Hex | B5 | E | DF | 13 | 5E | 0 | D | 120 | 58 | 2E |
| Octal | 265 | 16 | 337 | 23 | 136 | 0 | 15 | 440 | 130 | 56 |
| Binary | 10110101 | 1110 | 11011111 | 10011 | 1011110 | 0 | 1101 | 100100000 | 1011000 | 101110 |
Color Harmonies of #B50EDF
Complementary color
Monochromatic Colors of #B50EDF
Black with #B50EDF
Text Example
Text Example
White with #B50EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EDF; }
p { color: rgb(181,14,223); }
H1.HeaderClassName
{
color: #B50EDF;
}
.AnyTagClassName
{
color: #B50EDF;
}
</style>
background-color css
<style>
a { background-color: #B50EDF; }
a { background-color: rgb(181,14,223); }
div.DivClassName
{
background-color: #B50EDF;
}
.BgClassName
{
background-color: #B50EDF;
}
</style>
border-color css
<style>
span { border-color: #B50EDF; }
span { border-color: rgb(181,14,223); }
td.TdClassName
{
border-color: #B50EDF;
}
.TagClassName
{
border-color: #B50EDF;
}
</style>