Shades of Electric Purple #B50EE3
Tints of Electric Purple #B50EE3
RGB
CMYK
RGB Variations
Color information
#B50EE3 (or 0xB50EE3) is known color: Electric Purple. HEX triplet: B5, 0E and E3. RGB value is (181,14,227). Sum of RGB (Red+Green+Blue) = 181+14+227=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 227 (89.06% from 255 or 53.79% from 422); Max value from RGB is 227 - color contains mainly: blue. Hex color #B50EE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EE3 is #4AF11C. Grayscale: #575757. Windows color (decimal): -4911389 or 14880437. OLE color: 14880437.
HSL color Cylindrical-coordinate representation of color #B50EE3: hue angle of 287.04º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EE3 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 14 | 227 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.11 |
| HSL | 287.04º | 0.88% | 0.47% | - |
| HSV(B) | 287.04º | 0.94% | 0.89% | - |
| XYZ | 33.08 | 15.68 | 73.96 | - |
| YUV | 88.22 | 206.33 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 227 | 0.20 | 0.94 | 0 | 0.11 | 287.04 | 0.88 | 0.47 |
| Hex | B5 | E | E3 | 14 | 5E | 0 | B | 11F | 58 | 2F |
| Octal | 265 | 16 | 343 | 24 | 136 | 0 | 13 | 437 | 130 | 57 |
| Binary | 10110101 | 1110 | 11100011 | 10100 | 1011110 | 0 | 1011 | 100011111 | 1011000 | 101111 |
Color Harmonies of #B50EE3
Complementary color
Monochromatic Colors of #B50EE3
Black with #B50EE3
Text Example
Text Example
White with #B50EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50EE3; }
p { color: rgb(181,14,227); }
H1.HeaderClassName
{
color: #B50EE3;
}
.AnyTagClassName
{
color: #B50EE3;
}
</style>
background-color css
<style>
a { background-color: #B50EE3; }
a { background-color: rgb(181,14,227); }
div.DivClassName
{
background-color: #B50EE3;
}
.BgClassName
{
background-color: #B50EE3;
}
</style>
border-color css
<style>
span { border-color: #B50EE3; }
span { border-color: rgb(181,14,227); }
td.TdClassName
{
border-color: #B50EE3;
}
.TagClassName
{
border-color: #B50EE3;
}
</style>