Shades of Mulberry #BD5095
Tints of Mulberry #BD5095
RGB
CMYK
RGB Variations
Color information
#BD5095 (or 0xBD5095) is known color: Mulberry. HEX triplet: BD, 50 and 95. RGB value is (189,80,149). Sum of RGB (Red+Green+Blue) = 189+80+149=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5095 is #42AF6A. Grayscale: #787878. Windows color (decimal): -4370283 or 9785533. OLE color: 9785533.
HSL color Cylindrical-coordinate representation of color #BD5095: hue angle of 322.02º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD5095 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 149 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.26 |
| HSL | 322.02º | 0.45% | 0.53% | - |
| HSV(B) | 322.02º | 0.58% | 0.74% | - |
| XYZ | 29.28 | 18.73 | 30.51 | - |
| YUV | 120.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 149 | 0 | 0.58 | 0.21 | 0.26 | 322.02 | 0.45 | 0.53 |
| Hex | BD | 50 | 95 | 0 | 3A | 15 | 1A | 142 | 2D | 35 |
| Octal | 275 | 120 | 225 | 0 | 72 | 25 | 32 | 502 | 55 | 65 |
| Binary | 10111101 | 1010000 | 10010101 | 0 | 111010 | 10101 | 11010 | 101000010 | 101101 | 110101 |
Color Harmonies of #BD5095
Complementary color
Monochromatic Colors of #BD5095
Black with #BD5095
Text Example
Text Example
White with #BD5095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5095; }
p { color: rgb(189,80,149); }
H1.HeaderClassName
{
color: #BD5095;
}
.AnyTagClassName
{
color: #BD5095;
}
</style>
background-color css
<style>
a { background-color: #BD5095; }
a { background-color: rgb(189,80,149); }
div.DivClassName
{
background-color: #BD5095;
}
.BgClassName
{
background-color: #BD5095;
}
</style>
border-color css
<style>
span { border-color: #BD5095; }
span { border-color: rgb(189,80,149); }
td.TdClassName
{
border-color: #BD5095;
}
.TagClassName
{
border-color: #BD5095;
}
</style>