Shades of Mulberry #BD558E
Tints of Mulberry #BD558E
RGB
CMYK
RGB Variations
Color information
#BD558E (or 0xBD558E) is known color: Mulberry. HEX triplet: BD, 55 and 8E. RGB value is (189,85,142). Sum of RGB (Red+Green+Blue) = 189+85+142=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD558E is #42AA71. Grayscale: #7A7A7A. Windows color (decimal): -4369010 or 9328061. OLE color: 9328061.
HSL color Cylindrical-coordinate representation of color #BD558E: hue angle of 327.12º 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 #BD558E is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 142 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.26 |
| HSL | 327.12º | 0.44% | 0.54% | - |
| HSV(B) | 327.12º | 0.55% | 0.74% | - |
| XYZ | 29.12 | 19.27 | 27.78 | - |
| YUV | 122.59 | 138.96 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 142 | 0 | 0.55 | 0.25 | 0.26 | 327.12 | 0.44 | 0.54 |
| Hex | BD | 55 | 8E | 0 | 37 | 19 | 1A | 147 | 2C | 36 |
| Octal | 275 | 125 | 216 | 0 | 67 | 31 | 32 | 507 | 54 | 66 |
| Binary | 10111101 | 1010101 | 10001110 | 0 | 110111 | 11001 | 11010 | 101000111 | 101100 | 110110 |
Color Harmonies of #BD558E
Complementary color
Monochromatic Colors of #BD558E
Black with #BD558E
Text Example
Text Example
White with #BD558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD558E; }
p { color: rgb(189,85,142); }
H1.HeaderClassName
{
color: #BD558E;
}
.AnyTagClassName
{
color: #BD558E;
}
</style>
background-color css
<style>
a { background-color: #BD558E; }
a { background-color: rgb(189,85,142); }
div.DivClassName
{
background-color: #BD558E;
}
.BgClassName
{
background-color: #BD558E;
}
</style>
border-color css
<style>
span { border-color: #BD558E; }
span { border-color: rgb(189,85,142); }
td.TdClassName
{
border-color: #BD558E;
}
.TagClassName
{
border-color: #BD558E;
}
</style>