Shades of Mulberry #BF578D
Tints of Mulberry #BF578D
RGB
CMYK
RGB Variations
Color information
#BF578D (or 0xBF578D) is known color: Mulberry. HEX triplet: BF, 57 and 8D. RGB value is (191,87,141). Sum of RGB (Red+Green+Blue) = 191+87+141=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 87 (34.38% from 255 or 20.76% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 191 - color contains mainly: red. Hex color #BF578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF578D is #40A872. Grayscale: #7C7C7C. Windows color (decimal): -4237427 or 9263039. OLE color: 9263039.
HSL color Cylindrical-coordinate representation of color #BF578D: hue angle of 328.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF578D is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 141 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.25 |
| HSL | 328.85º | 0.45% | 0.55% | - |
| HSV(B) | 328.85º | 0.54% | 0.75% | - |
| XYZ | 29.7 | 19.82 | 27.46 | - |
| YUV | 124.25 | 137.46 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 141 | 0 | 0.54 | 0.26 | 0.25 | 328.85 | 0.45 | 0.55 |
| Hex | BF | 57 | 8D | 0 | 36 | 1A | 19 | 149 | 2D | 37 |
| Octal | 277 | 127 | 215 | 0 | 66 | 32 | 31 | 511 | 55 | 67 |
| Binary | 10111111 | 1010111 | 10001101 | 0 | 110110 | 11010 | 11001 | 101001001 | 101101 | 110111 |
Color Harmonies of #BF578D
Complementary color
Monochromatic Colors of #BF578D
Black with #BF578D
Text Example
Text Example
White with #BF578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF578D; }
p { color: rgb(191,87,141); }
H1.HeaderClassName
{
color: #BF578D;
}
.AnyTagClassName
{
color: #BF578D;
}
</style>
background-color css
<style>
a { background-color: #BF578D; }
a { background-color: rgb(191,87,141); }
div.DivClassName
{
background-color: #BF578D;
}
.BgClassName
{
background-color: #BF578D;
}
</style>
border-color css
<style>
span { border-color: #BF578D; }
span { border-color: rgb(191,87,141); }
td.TdClassName
{
border-color: #BF578D;
}
.TagClassName
{
border-color: #BF578D;
}
</style>