Shades of Mulberry #BD558C
Tints of Mulberry #BD558C
RGB
CMYK
RGB Variations
Color information
#BD558C (or 0xBD558C) is known color: Mulberry. HEX triplet: BD, 55 and 8C. RGB value is (189,85,140). Sum of RGB (Red+Green+Blue) = 189+85+140=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD558C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD558C is #42AA73. Grayscale: #7A7A7A. Windows color (decimal): -4369012 or 9196989. OLE color: 9196989.
HSL color Cylindrical-coordinate representation of color #BD558C: hue angle of 328.27º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD558C is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 140 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.26 |
| HSL | 328.27º | 0.44% | 0.54% | - |
| HSV(B) | 328.27º | 0.55% | 0.74% | - |
| XYZ | 28.97 | 19.21 | 26.99 | - |
| YUV | 122.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 140 | 0 | 0.55 | 0.26 | 0.26 | 328.27 | 0.44 | 0.54 |
| Hex | BD | 55 | 8C | 0 | 37 | 1A | 1A | 148 | 2C | 36 |
| Octal | 275 | 125 | 214 | 0 | 67 | 32 | 32 | 510 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10001100 | 0 | 110111 | 11010 | 11010 | 101001000 | 101100 | 110110 |
Color Harmonies of #BD558C
Complementary color
Monochromatic Colors of #BD558C
Black with #BD558C
Text Example
Text Example
White with #BD558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD558C; }
p { color: rgb(189,85,140); }
H1.HeaderClassName
{
color: #BD558C;
}
.AnyTagClassName
{
color: #BD558C;
}
</style>
background-color css
<style>
a { background-color: #BD558C; }
a { background-color: rgb(189,85,140); }
div.DivClassName
{
background-color: #BD558C;
}
.BgClassName
{
background-color: #BD558C;
}
</style>
border-color css
<style>
span { border-color: #BD558C; }
span { border-color: rgb(189,85,140); }
td.TdClassName
{
border-color: #BD558C;
}
.TagClassName
{
border-color: #BD558C;
}
</style>