Shades of Mulberry #BD578B
Tints of Mulberry #BD578B
RGB
CMYK
RGB Variations
Color information
#BD578B (or 0xBD578B) is known color: Mulberry. HEX triplet: BD, 57 and 8B. RGB value is (189,87,139). Sum of RGB (Red+Green+Blue) = 189+87+139=415 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.54% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 189 - color contains mainly: red. Hex color #BD578B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD578B is #42A874. Grayscale: #7B7B7B. Windows color (decimal): -4368501 or 9131965. OLE color: 9131965.
HSL color Cylindrical-coordinate representation of color #BD578B: hue angle of 329.41º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD578B is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 139 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.26 |
| HSL | 329.41º | 0.44% | 0.54% | - |
| HSV(B) | 329.41º | 0.54% | 0.74% | - |
| XYZ | 29.05 | 19.5 | 26.66 | - |
| YUV | 123.43 | 136.79 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 139 | 0 | 0.54 | 0.26 | 0.26 | 329.41 | 0.44 | 0.54 |
| Hex | BD | 57 | 8B | 0 | 36 | 1A | 1A | 149 | 2C | 36 |
| Octal | 275 | 127 | 213 | 0 | 66 | 32 | 32 | 511 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10001011 | 0 | 110110 | 11010 | 11010 | 101001001 | 101100 | 110110 |
Color Harmonies of #BD578B
Complementary color
Monochromatic Colors of #BD578B
Black with #BD578B
Text Example
Text Example
White with #BD578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD578B; }
p { color: rgb(189,87,139); }
H1.HeaderClassName
{
color: #BD578B;
}
.AnyTagClassName
{
color: #BD578B;
}
</style>
background-color css
<style>
a { background-color: #BD578B; }
a { background-color: rgb(189,87,139); }
div.DivClassName
{
background-color: #BD578B;
}
.BgClassName
{
background-color: #BD578B;
}
</style>
border-color css
<style>
span { border-color: #BD578B; }
span { border-color: rgb(189,87,139); }
td.TdClassName
{
border-color: #BD578B;
}
.TagClassName
{
border-color: #BD578B;
}
</style>