Shades of Mulberry #BD598C
Tints of Mulberry #BD598C
RGB
CMYK
RGB Variations
Color information
#BD598C (or 0xBD598C) is known color: Mulberry. HEX triplet: BD, 59 and 8C. RGB value is (189,89,140). Sum of RGB (Red+Green+Blue) = 189+89+140=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD598C is #42A673. Grayscale: #7C7C7C. Windows color (decimal): -4367988 or 9198013. OLE color: 9198013.
HSL color Cylindrical-coordinate representation of color #BD598C: hue angle of 329.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD598C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 140 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.26 |
| HSL | 329.4º | 0.43% | 0.55% | - |
| HSV(B) | 329.4º | 0.53% | 0.74% | - |
| XYZ | 29.29 | 19.86 | 27.1 | - |
| YUV | 124.71 | 136.63 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 140 | 0 | 0.53 | 0.26 | 0.26 | 329.4 | 0.43 | 0.55 |
| Hex | BD | 59 | 8C | 0 | 35 | 1A | 1A | 149 | 2B | 37 |
| Octal | 275 | 131 | 214 | 0 | 65 | 32 | 32 | 511 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10001100 | 0 | 110101 | 11010 | 11010 | 101001001 | 101011 | 110111 |
Color Harmonies of #BD598C
Complementary color
Monochromatic Colors of #BD598C
Black with #BD598C
Text Example
Text Example
White with #BD598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD598C; }
p { color: rgb(189,89,140); }
H1.HeaderClassName
{
color: #BD598C;
}
.AnyTagClassName
{
color: #BD598C;
}
</style>
background-color css
<style>
a { background-color: #BD598C; }
a { background-color: rgb(189,89,140); }
div.DivClassName
{
background-color: #BD598C;
}
.BgClassName
{
background-color: #BD598C;
}
</style>
border-color css
<style>
span { border-color: #BD598C; }
span { border-color: rgb(189,89,140); }
td.TdClassName
{
border-color: #BD598C;
}
.TagClassName
{
border-color: #BD598C;
}
</style>