Shades of Mulberry #BD578F
Tints of Mulberry #BD578F
RGB
CMYK
RGB Variations
Color information
#BD578F (or 0xBD578F) is known color: Mulberry. HEX triplet: BD, 57 and 8F. RGB value is (189,87,143). Sum of RGB (Red+Green+Blue) = 189+87+143=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD578F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD578F is #42A870. Grayscale: #7B7B7B. Windows color (decimal): -4368497 or 9394109. OLE color: 9394109.
HSL color Cylindrical-coordinate representation of color #BD578F: hue angle of 327.06º 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 #BD578F is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 87 | 143 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.26 |
| HSL | 327.06º | 0.44% | 0.54% | - |
| HSV(B) | 327.06º | 0.54% | 0.74% | - |
| XYZ | 29.35 | 19.62 | 28.23 | - |
| YUV | 123.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 87 | 143 | 0 | 0.54 | 0.24 | 0.26 | 327.06 | 0.44 | 0.54 |
| Hex | BD | 57 | 8F | 0 | 36 | 18 | 1A | 147 | 2C | 36 |
| Octal | 275 | 127 | 217 | 0 | 66 | 30 | 32 | 507 | 54 | 66 |
| Binary | 10111101 | 1010111 | 10001111 | 0 | 110110 | 11000 | 11010 | 101000111 | 101100 | 110110 |
Color Harmonies of #BD578F
Complementary color
Monochromatic Colors of #BD578F
Black with #BD578F
Text Example
Text Example
White with #BD578F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD578F; }
p { color: rgb(189,87,143); }
H1.HeaderClassName
{
color: #BD578F;
}
.AnyTagClassName
{
color: #BD578F;
}
</style>
background-color css
<style>
a { background-color: #BD578F; }
a { background-color: rgb(189,87,143); }
div.DivClassName
{
background-color: #BD578F;
}
.BgClassName
{
background-color: #BD578F;
}
</style>
border-color css
<style>
span { border-color: #BD578F; }
span { border-color: rgb(189,87,143); }
td.TdClassName
{
border-color: #BD578F;
}
.TagClassName
{
border-color: #BD578F;
}
</style>