Shades of Mulberry #BD599F
Tints of Mulberry #BD599F
RGB
CMYK
RGB Variations
Color information
#BD599F (or 0xBD599F) is known color: Mulberry. HEX triplet: BD, 59 and 9F. RGB value is (189,89,159). Sum of RGB (Red+Green+Blue) = 189+89+159=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD599F is #42A660. Grayscale: #7E7E7E. Windows color (decimal): -4367969 or 10443197. OLE color: 10443197.
HSL color Cylindrical-coordinate representation of color #BD599F: hue angle of 318º 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 #BD599F is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 159 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.26 |
| HSL | 318º | 0.43% | 0.55% | - |
| HSV(B) | 318º | 0.53% | 0.74% | - |
| XYZ | 30.82 | 20.47 | 35.13 | - |
| YUV | 126.88 | 146.13 | 172.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 159 | 0 | 0.53 | 0.16 | 0.26 | 318 | 0.43 | 0.55 |
| Hex | BD | 59 | 9F | 0 | 35 | 10 | 1A | 13E | 2B | 37 |
| Octal | 275 | 131 | 237 | 0 | 65 | 20 | 32 | 476 | 53 | 67 |
| Binary | 10111101 | 1011001 | 10011111 | 0 | 110101 | 10000 | 11010 | 100111110 | 101011 | 110111 |
Color Harmonies of #BD599F
Complementary color
Monochromatic Colors of #BD599F
Black with #BD599F
Text Example
Text Example
White with #BD599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD599F; }
p { color: rgb(189,89,159); }
H1.HeaderClassName
{
color: #BD599F;
}
.AnyTagClassName
{
color: #BD599F;
}
</style>
background-color css
<style>
a { background-color: #BD599F; }
a { background-color: rgb(189,89,159); }
div.DivClassName
{
background-color: #BD599F;
}
.BgClassName
{
background-color: #BD599F;
}
</style>
border-color css
<style>
span { border-color: #BD599F; }
span { border-color: rgb(189,89,159); }
td.TdClassName
{
border-color: #BD599F;
}
.TagClassName
{
border-color: #BD599F;
}
</style>