Shades of Mulberry #BD598E
Tints of Mulberry #BD598E
RGB
CMYK
RGB Variations
Color information
#BD598E (or 0xBD598E) is known color: Mulberry. HEX triplet: BD, 59 and 8E. RGB value is (189,89,142). Sum of RGB (Red+Green+Blue) = 189+89+142=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BD598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD598E is #42A671. Grayscale: #7C7C7C. Windows color (decimal): -4367986 or 9329085. OLE color: 9329085.
HSL color Cylindrical-coordinate representation of color #BD598E: hue angle of 328.2º 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 #BD598E is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 142 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.26 |
| HSL | 328.2º | 0.43% | 0.55% | - |
| HSV(B) | 328.2º | 0.53% | 0.74% | - |
| XYZ | 29.44 | 19.92 | 27.88 | - |
| YUV | 124.94 | 137.63 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 142 | 0 | 0.53 | 0.25 | 0.26 | 328.2 | 0.43 | 0.55 |
| Hex | BD | 59 | 8E | 0 | 35 | 19 | 1A | 148 | 2B | 37 |
| Octal | 275 | 131 | 216 | 0 | 65 | 31 | 32 | 510 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10001110 | 0 | 110101 | 11001 | 11010 | 101001000 | 101011 | 110111 |
Color Harmonies of #BD598E
Complementary color
Monochromatic Colors of #BD598E
Black with #BD598E
Text Example
Text Example
White with #BD598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD598E; }
p { color: rgb(189,89,142); }
H1.HeaderClassName
{
color: #BD598E;
}
.AnyTagClassName
{
color: #BD598E;
}
</style>
background-color css
<style>
a { background-color: #BD598E; }
a { background-color: rgb(189,89,142); }
div.DivClassName
{
background-color: #BD598E;
}
.BgClassName
{
background-color: #BD598E;
}
</style>
border-color css
<style>
span { border-color: #BD598E; }
span { border-color: rgb(189,89,142); }
td.TdClassName
{
border-color: #BD598E;
}
.TagClassName
{
border-color: #BD598E;
}
</style>