Shades of Deep Magenta #B50ECE
Tints of Deep Magenta #B50ECE
RGB
CMYK
RGB Variations
Color information
#B50ECE (or 0xB50ECE) is known color: Deep Magenta. HEX triplet: B5, 0E and CE. RGB value is (181,14,206). Sum of RGB (Red+Green+Blue) = 181+14+206=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #B50ECE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ECE is #4AF131. Grayscale: #555555. Windows color (decimal): -4911410 or 13504181. OLE color: 13504181.
HSL color Cylindrical-coordinate representation of color #B50ECE: hue angle of 292.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50ECE is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 14 | 206 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.19 |
| HSL | 292.19º | 0.87% | 0.43% | - |
| HSV(B) | 292.19º | 0.93% | 0.81% | - |
| XYZ | 30.35 | 14.59 | 59.61 | - |
| YUV | 85.82 | 195.83 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 14 | 206 | 0.12 | 0.93 | 0 | 0.19 | 292.19 | 0.87 | 0.43 |
| Hex | B5 | E | CE | C | 5D | 0 | 13 | 124 | 57 | 2B |
| Octal | 265 | 16 | 316 | 14 | 135 | 0 | 23 | 444 | 127 | 53 |
| Binary | 10110101 | 1110 | 11001110 | 1100 | 1011101 | 0 | 10011 | 100100100 | 1010111 | 101011 |
Color Harmonies of #B50ECE
Complementary color
Monochromatic Colors of #B50ECE
Black with #B50ECE
Text Example
Text Example
White with #B50ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50ECE; }
p { color: rgb(181,14,206); }
H1.HeaderClassName
{
color: #B50ECE;
}
.AnyTagClassName
{
color: #B50ECE;
}
</style>
background-color css
<style>
a { background-color: #B50ECE; }
a { background-color: rgb(181,14,206); }
div.DivClassName
{
background-color: #B50ECE;
}
.BgClassName
{
background-color: #B50ECE;
}
</style>
border-color css
<style>
span { border-color: #B50ECE; }
span { border-color: rgb(181,14,206); }
td.TdClassName
{
border-color: #B50ECE;
}
.TagClassName
{
border-color: #B50ECE;
}
</style>