Shades of Deep Magenta #B50DC7
Tints of Deep Magenta #B50DC7
RGB
CMYK
RGB Variations
Color information
#B50DC7 (or 0xB50DC7) is known color: Deep Magenta. HEX triplet: B5, 0D and C7. RGB value is (181,13,199). Sum of RGB (Red+Green+Blue) = 181+13+199=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #B50DC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DC7 is #4AF238. Grayscale: #535353. Windows color (decimal): -4911673 or 13045173. OLE color: 13045173.
HSL color Cylindrical-coordinate representation of color #B50DC7: hue angle of 294.19º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DC7 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 181 | 13 | 199 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.22 |
| HSL | 294.19º | 0.88% | 0.42% | - |
| HSV(B) | 294.19º | 0.93% | 0.78% | - |
| XYZ | 29.51 | 14.24 | 55.23 | - |
| YUV | 84.44 | 192.66 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 199 | 0.09 | 0.93 | 0 | 0.22 | 294.19 | 0.88 | 0.42 |
| Hex | B5 | D | C7 | 9 | 5D | 0 | 16 | 126 | 58 | 2A |
| Octal | 265 | 15 | 307 | 11 | 135 | 0 | 26 | 446 | 130 | 52 |
| Binary | 10110101 | 1101 | 11000111 | 1001 | 1011101 | 0 | 10110 | 100100110 | 1011000 | 101010 |
Color Harmonies of #B50DC7
Complementary color
Monochromatic Colors of #B50DC7
Black with #B50DC7
Text Example
Text Example
White with #B50DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DC7; }
p { color: rgb(181,13,199); }
H1.HeaderClassName
{
color: #B50DC7;
}
.AnyTagClassName
{
color: #B50DC7;
}
</style>
background-color css
<style>
a { background-color: #B50DC7; }
a { background-color: rgb(181,13,199); }
div.DivClassName
{
background-color: #B50DC7;
}
.BgClassName
{
background-color: #B50DC7;
}
</style>
border-color css
<style>
span { border-color: #B50DC7; }
span { border-color: rgb(181,13,199); }
td.TdClassName
{
border-color: #B50DC7;
}
.TagClassName
{
border-color: #B50DC7;
}
</style>