Shades of Mulberry #BD5D8F
Tints of Mulberry #BD5D8F
RGB
CMYK
RGB Variations
Color information
#BD5D8F (or 0xBD5D8F) is known color: Mulberry. HEX triplet: BD, 5D and 8F. RGB value is (189,93,143). Sum of RGB (Red+Green+Blue) = 189+93+143=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5D8F is #42A270. Grayscale: #7F7F7F. Windows color (decimal): -4366961 or 9395645. OLE color: 9395645.
HSL color Cylindrical-coordinate representation of color #BD5D8F: hue angle of 328.75º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5D8F is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 143 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.26 |
| HSL | 328.75º | 0.42% | 0.55% | - |
| HSV(B) | 328.75º | 0.51% | 0.74% | - |
| XYZ | 29.86 | 20.63 | 28.4 | - |
| YUV | 127.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 143 | 0 | 0.51 | 0.24 | 0.26 | 328.75 | 0.42 | 0.55 |
| Hex | BD | 5D | 8F | 0 | 33 | 18 | 1A | 149 | 2A | 37 |
| Octal | 275 | 135 | 217 | 0 | 63 | 30 | 32 | 511 | 52 | 67 |
| Binary | 10111101 | 1011101 | 10001111 | 0 | 110011 | 11000 | 11010 | 101001001 | 101010 | 110111 |
Color Harmonies of #BD5D8F
Complementary color
Monochromatic Colors of #BD5D8F
Black with #BD5D8F
Text Example
Text Example
White with #BD5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D8F; }
p { color: rgb(189,93,143); }
H1.HeaderClassName
{
color: #BD5D8F;
}
.AnyTagClassName
{
color: #BD5D8F;
}
</style>
background-color css
<style>
a { background-color: #BD5D8F; }
a { background-color: rgb(189,93,143); }
div.DivClassName
{
background-color: #BD5D8F;
}
.BgClassName
{
background-color: #BD5D8F;
}
</style>
border-color css
<style>
span { border-color: #BD5D8F; }
span { border-color: rgb(189,93,143); }
td.TdClassName
{
border-color: #BD5D8F;
}
.TagClassName
{
border-color: #BD5D8F;
}
</style>