Shades of Electric Purple #B50FE0
Tints of Electric Purple #B50FE0
RGB
CMYK
RGB Variations
Color information
#B50FE0 (or 0xB50FE0) is known color: Electric Purple. HEX triplet: B5, 0F and E0. RGB value is (181,15,224). Sum of RGB (Red+Green+Blue) = 181+15+224=420 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.10% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #B50FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FE0 is #4AF01F. Grayscale: #575757. Windows color (decimal): -4911136 or 14684085. OLE color: 14684085.
HSL color Cylindrical-coordinate representation of color #B50FE0: hue angle of 287.66º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50FE0 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 15 | 224 | - |
| CMYK | 0.19 | 0.93 | 0 | 0.12 |
| HSL | 287.66º | 0.87% | 0.47% | - |
| HSV(B) | 287.66º | 0.93% | 0.88% | - |
| XYZ | 32.68 | 15.55 | 71.8 | - |
| YUV | 88.46 | 204.5 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 224 | 0.19 | 0.93 | 0 | 0.12 | 287.66 | 0.87 | 0.47 |
| Hex | B5 | F | E0 | 13 | 5D | 0 | C | 120 | 57 | 2F |
| Octal | 265 | 17 | 340 | 23 | 135 | 0 | 14 | 440 | 127 | 57 |
| Binary | 10110101 | 1111 | 11100000 | 10011 | 1011101 | 0 | 1100 | 100100000 | 1010111 | 101111 |
Color Harmonies of #B50FE0
Complementary color
Monochromatic Colors of #B50FE0
Black with #B50FE0
Text Example
Text Example
White with #B50FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50FE0; }
p { color: rgb(181,15,224); }
H1.HeaderClassName
{
color: #B50FE0;
}
.AnyTagClassName
{
color: #B50FE0;
}
</style>
background-color css
<style>
a { background-color: #B50FE0; }
a { background-color: rgb(181,15,224); }
div.DivClassName
{
background-color: #B50FE0;
}
.BgClassName
{
background-color: #B50FE0;
}
</style>
border-color css
<style>
span { border-color: #B50FE0; }
span { border-color: rgb(181,15,224); }
td.TdClassName
{
border-color: #B50FE0;
}
.TagClassName
{
border-color: #B50FE0;
}
</style>