Shades of Deep Magenta #B50DB7
Tints of Deep Magenta #B50DB7
RGB
CMYK
RGB Variations
Color information
#B50DB7 (or 0xB50DB7) is known color: Deep Magenta. HEX triplet: B5, 0D and B7. RGB value is (181,13,183). Sum of RGB (Red+Green+Blue) = 181+13+183=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 13 (5.47% from 255 or 3.45% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #B50DB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DB7 is #4AF248. Grayscale: #525252. Windows color (decimal): -4911689 or 11996597. OLE color: 11996597.
HSL color Cylindrical-coordinate representation of color #B50DB7: hue angle of 299.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DB7 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 13 | 183 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.28 |
| HSL | 299.29º | 0.87% | 0.38% | - |
| HSV(B) | 299.29º | 0.93% | 0.72% | - |
| XYZ | 27.75 | 13.53 | 45.95 | - |
| YUV | 82.61 | 184.66 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 183 | 0.01 | 0.93 | 0 | 0.28 | 299.29 | 0.87 | 0.38 |
| Hex | B5 | D | B7 | 1 | 5D | 0 | 1C | 12B | 57 | 26 |
| Octal | 265 | 15 | 267 | 1 | 135 | 0 | 34 | 453 | 127 | 46 |
| Binary | 10110101 | 1101 | 10110111 | 1 | 1011101 | 0 | 11100 | 100101011 | 1010111 | 100110 |
Color Harmonies of #B50DB7
Complementary color
Monochromatic Colors of #B50DB7
Black with #B50DB7
Text Example
Text Example
White with #B50DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DB7; }
p { color: rgb(181,13,183); }
H1.HeaderClassName
{
color: #B50DB7;
}
.AnyTagClassName
{
color: #B50DB7;
}
</style>
background-color css
<style>
a { background-color: #B50DB7; }
a { background-color: rgb(181,13,183); }
div.DivClassName
{
background-color: #B50DB7;
}
.BgClassName
{
background-color: #B50DB7;
}
</style>
border-color css
<style>
span { border-color: #B50DB7; }
span { border-color: rgb(181,13,183); }
td.TdClassName
{
border-color: #B50DB7;
}
.TagClassName
{
border-color: #B50DB7;
}
</style>