Shades of Mulberry #BF5781
Tints of Mulberry #BF5781
RGB
CMYK
RGB Variations
Color information
#BF5781 (or 0xBF5781) is known color: Mulberry. HEX triplet: BF, 57 and 81. RGB value is (191,87,129). Sum of RGB (Red+Green+Blue) = 191+87+129=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5781 is #40A87E. Grayscale: #7A7A7A. Windows color (decimal): -4237439 or 8476607. OLE color: 8476607.
HSL color Cylindrical-coordinate representation of color #BF5781: hue angle of 335.77º 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 #BF5781 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 129 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.25 |
| HSL | 335.77º | 0.45% | 0.55% | - |
| HSV(B) | 335.77º | 0.54% | 0.75% | - |
| XYZ | 28.86 | 19.48 | 23.01 | - |
| YUV | 122.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 129 | 0 | 0.54 | 0.32 | 0.25 | 335.77 | 0.45 | 0.55 |
| Hex | BF | 57 | 81 | 0 | 36 | 20 | 19 | 150 | 2D | 37 |
| Octal | 277 | 127 | 201 | 0 | 66 | 40 | 31 | 520 | 55 | 67 |
| Binary | 10111111 | 1010111 | 10000001 | 0 | 110110 | 100000 | 11001 | 101010000 | 101101 | 110111 |
Color Harmonies of #BF5781
Complementary color
Monochromatic Colors of #BF5781
Black with #BF5781
Text Example
Text Example
White with #BF5781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5781; }
p { color: rgb(191,87,129); }
H1.HeaderClassName
{
color: #BF5781;
}
.AnyTagClassName
{
color: #BF5781;
}
</style>
background-color css
<style>
a { background-color: #BF5781; }
a { background-color: rgb(191,87,129); }
div.DivClassName
{
background-color: #BF5781;
}
.BgClassName
{
background-color: #BF5781;
}
</style>
border-color css
<style>
span { border-color: #BF5781; }
span { border-color: rgb(191,87,129); }
td.TdClassName
{
border-color: #BF5781;
}
.TagClassName
{
border-color: #BF5781;
}
</style>