Shades of Deep Magenta #B50DB4
Tints of Deep Magenta #B50DB4
RGB
CMYK
RGB Variations
Color information
#B50DB4 (or 0xB50DB4) is known color: Deep Magenta. HEX triplet: B5, 0D and B4. RGB value is (181,13,180). Sum of RGB (Red+Green+Blue) = 181+13+180=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 180 (70.70% from 255 or 48.13% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B50DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50DB4 is #4AF24B. Grayscale: #515151. Windows color (decimal): -4911692 or 11799989. OLE color: 11799989.
HSL color Cylindrical-coordinate representation of color #B50DB4: hue angle of 300.36º 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 #B50DB4 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 180 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.29 |
| HSL | 300.36º | 0.87% | 0.38% | - |
| HSV(B) | 300.36º | 0.93% | 0.71% | - |
| XYZ | 27.44 | 13.41 | 44.32 | - |
| YUV | 82.27 | 183.16 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 180 | 0 | 0.93 | 0.01 | 0.29 | 300.36 | 0.87 | 0.38 |
| Hex | B5 | D | B4 | 0 | 5D | 1 | 1D | 12C | 57 | 26 |
| Octal | 265 | 15 | 264 | 0 | 135 | 1 | 35 | 454 | 127 | 46 |
| Binary | 10110101 | 1101 | 10110100 | 0 | 1011101 | 1 | 11101 | 100101100 | 1010111 | 100110 |
Color Harmonies of #B50DB4
Complementary color
Monochromatic Colors of #B50DB4
Black with #B50DB4
Text Example
Text Example
White with #B50DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50DB4; }
p { color: rgb(181,13,180); }
H1.HeaderClassName
{
color: #B50DB4;
}
.AnyTagClassName
{
color: #B50DB4;
}
</style>
background-color css
<style>
a { background-color: #B50DB4; }
a { background-color: rgb(181,13,180); }
div.DivClassName
{
background-color: #B50DB4;
}
.BgClassName
{
background-color: #B50DB4;
}
</style>
border-color css
<style>
span { border-color: #B50DB4; }
span { border-color: rgb(181,13,180); }
td.TdClassName
{
border-color: #B50DB4;
}
.TagClassName
{
border-color: #B50DB4;
}
</style>