Shades of Mulberry #BD598D
Tints of Mulberry #BD598D
RGB
CMYK
RGB Variations
Color information
#BD598D (or 0xBD598D) is known color: Mulberry. HEX triplet: BD, 59 and 8D. RGB value is (189,89,141). Sum of RGB (Red+Green+Blue) = 189+89+141=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD598D is #42A672. Grayscale: #7C7C7C. Windows color (decimal): -4367987 or 9263549. OLE color: 9263549.
HSL color Cylindrical-coordinate representation of color #BD598D: hue angle of 328.8º 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 #BD598D is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 141 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.26 |
| HSL | 328.8º | 0.43% | 0.55% | - |
| HSV(B) | 328.8º | 0.53% | 0.74% | - |
| XYZ | 29.37 | 19.89 | 27.49 | - |
| YUV | 124.83 | 137.13 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 141 | 0 | 0.53 | 0.25 | 0.26 | 328.8 | 0.43 | 0.55 |
| Hex | BD | 59 | 8D | 0 | 35 | 19 | 1A | 149 | 2B | 37 |
| Octal | 275 | 131 | 215 | 0 | 65 | 31 | 32 | 511 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10001101 | 0 | 110101 | 11001 | 11010 | 101001001 | 101011 | 110111 |
Color Harmonies of #BD598D
Complementary color
Monochromatic Colors of #BD598D
Black with #BD598D
Text Example
Text Example
White with #BD598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD598D; }
p { color: rgb(189,89,141); }
H1.HeaderClassName
{
color: #BD598D;
}
.AnyTagClassName
{
color: #BD598D;
}
</style>
background-color css
<style>
a { background-color: #BD598D; }
a { background-color: rgb(189,89,141); }
div.DivClassName
{
background-color: #BD598D;
}
.BgClassName
{
background-color: #BD598D;
}
</style>
border-color css
<style>
span { border-color: #BD598D; }
span { border-color: rgb(189,89,141); }
td.TdClassName
{
border-color: #BD598D;
}
.TagClassName
{
border-color: #BD598D;
}
</style>