Shades of Deep Magenta #B50DB5
Tints of Deep Magenta #B50DB5
RGB
CMYK
RGB Variations
Color information
#B50DB5 (or 0xB50DB5) is known color: Deep Magenta. HEX triplet: B5, 0D and B5. RGB value is (181,13,181). Sum of RGB (Red+Green+Blue) = 181+13+181=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: red, blue. Hex color #B50DB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DB5 is #4AF24A. Grayscale: #515151. Windows color (decimal): -4911691 or 11865525. OLE color: 11865525.
HSL color Cylindrical-coordinate representation of color #B50DB5: hue angle of 300º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50DB5 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 181 | - |
| CMYK | 0 | 0.93 | 0 | 0.29 |
| HSL | 300º | 0.87% | 0.38% | - |
| HSV(B) | 300º | 0.93% | 0.71% | - |
| XYZ | 27.54 | 13.45 | 44.86 | - |
| YUV | 82.38 | 183.66 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 181 | 0 | 0.93 | 0 | 0.29 | 300 | 0.87 | 0.38 |
| Hex | B5 | D | B5 | 0 | 5D | 0 | 1D | 12C | 57 | 26 |
| Octal | 265 | 15 | 265 | 0 | 135 | 0 | 35 | 454 | 127 | 46 |
| Binary | 10110101 | 1101 | 10110101 | 0 | 1011101 | 0 | 11101 | 100101100 | 1010111 | 100110 |
Color Harmonies of #B50DB5
Complementary color
Monochromatic Colors of #B50DB5
Black with #B50DB5
Text Example
Text Example
White with #B50DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DB5; }
p { color: rgb(181,13,181); }
H1.HeaderClassName
{
color: #B50DB5;
}
.AnyTagClassName
{
color: #B50DB5;
}
</style>
background-color css
<style>
a { background-color: #B50DB5; }
a { background-color: rgb(181,13,181); }
div.DivClassName
{
background-color: #B50DB5;
}
.BgClassName
{
background-color: #B50DB5;
}
</style>
border-color css
<style>
span { border-color: #B50DB5; }
span { border-color: rgb(181,13,181); }
td.TdClassName
{
border-color: #B50DB5;
}
.TagClassName
{
border-color: #B50DB5;
}
</style>