Shades of Mulberry #BF4E87
Tints of Mulberry #BF4E87
RGB
CMYK
RGB Variations
Color information
#BF4E87 (or 0xBF4E87) is known color: Mulberry. HEX triplet: BF, 4E and 87. RGB value is (191,78,135). Sum of RGB (Red+Green+Blue) = 191+78+135=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 78 (30.86% from 255 or 19.31% from 404); Blue value is 135 (53.12% from 255 or 33.42% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E87 is #40B178. Grayscale: #767676. Windows color (decimal): -4239737 or 8867519. OLE color: 8867519.
HSL color Cylindrical-coordinate representation of color #BF4E87: hue angle of 329.73º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E87 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 135 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.25 |
| HSL | 329.73º | 0.47% | 0.53% | - |
| HSV(B) | 329.73º | 0.59% | 0.75% | - |
| XYZ | 28.58 | 18.27 | 24.94 | - |
| YUV | 118.29 | 137.44 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 135 | 0 | 0.59 | 0.29 | 0.25 | 329.73 | 0.47 | 0.53 |
| Hex | BF | 4E | 87 | 0 | 3B | 1D | 19 | 14A | 2F | 35 |
| Octal | 277 | 116 | 207 | 0 | 73 | 35 | 31 | 512 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10000111 | 0 | 111011 | 11101 | 11001 | 101001010 | 101111 | 110101 |
Color Harmonies of #BF4E87
Complementary color
Monochromatic Colors of #BF4E87
Black with #BF4E87
Text Example
Text Example
White with #BF4E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E87; }
p { color: rgb(191,78,135); }
H1.HeaderClassName
{
color: #BF4E87;
}
.AnyTagClassName
{
color: #BF4E87;
}
</style>
background-color css
<style>
a { background-color: #BF4E87; }
a { background-color: rgb(191,78,135); }
div.DivClassName
{
background-color: #BF4E87;
}
.BgClassName
{
background-color: #BF4E87;
}
</style>
border-color css
<style>
span { border-color: #BF4E87; }
span { border-color: rgb(191,78,135); }
td.TdClassName
{
border-color: #BF4E87;
}
.TagClassName
{
border-color: #BF4E87;
}
</style>