Shades of Mulberry #BD498C
Tints of Mulberry #BD498C
RGB
CMYK
RGB Variations
Color information
#BD498C (or 0xBD498C) is known color: Mulberry. HEX triplet: BD, 49 and 8C. RGB value is (189,73,140). Sum of RGB (Red+Green+Blue) = 189+73+140=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498C is #42B673. Grayscale: #737373. Windows color (decimal): -4372084 or 9193917. OLE color: 9193917.
HSL color Cylindrical-coordinate representation of color #BD498C: hue angle of 325.34º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD498C is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 140 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.26 |
| HSL | 325.34º | 0.47% | 0.51% | - |
| HSV(B) | 325.34º | 0.61% | 0.74% | - |
| XYZ | 28.1 | 17.48 | 26.7 | - |
| YUV | 115.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 140 | 0 | 0.61 | 0.26 | 0.26 | 325.34 | 0.47 | 0.51 |
| Hex | BD | 49 | 8C | 0 | 3D | 1A | 1A | 145 | 2F | 33 |
| Octal | 275 | 111 | 214 | 0 | 75 | 32 | 32 | 505 | 57 | 63 |
| Binary | 10111101 | 1001001 | 10001100 | 0 | 111101 | 11010 | 11010 | 101000101 | 101111 | 110011 |
Color Harmonies of #BD498C
Complementary color
Monochromatic Colors of #BD498C
Black with #BD498C
Text Example
Text Example
White with #BD498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD498C; }
p { color: rgb(189,73,140); }
H1.HeaderClassName
{
color: #BD498C;
}
.AnyTagClassName
{
color: #BD498C;
}
</style>
background-color css
<style>
a { background-color: #BD498C; }
a { background-color: rgb(189,73,140); }
div.DivClassName
{
background-color: #BD498C;
}
.BgClassName
{
background-color: #BD498C;
}
</style>
border-color css
<style>
span { border-color: #BD498C; }
span { border-color: rgb(189,73,140); }
td.TdClassName
{
border-color: #BD498C;
}
.TagClassName
{
border-color: #BD498C;
}
</style>