Shades of Mulberry #BF4D87
Tints of Mulberry #BF4D87
RGB
CMYK
RGB Variations
Color information
#BF4D87 (or 0xBF4D87) is known color: Mulberry. HEX triplet: BF, 4D and 87. RGB value is (191,77,135). Sum of RGB (Red+Green+Blue) = 191+77+135=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D87 is #40B278. Grayscale: #757575. Windows color (decimal): -4239993 or 8867263. OLE color: 8867263.
HSL color Cylindrical-coordinate representation of color #BF4D87: hue angle of 329.47º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D87 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 135 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.25 |
| HSL | 329.47º | 0.47% | 0.53% | - |
| HSV(B) | 329.47º | 0.6% | 0.75% | - |
| XYZ | 28.51 | 18.13 | 24.92 | - |
| YUV | 117.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 135 | 0 | 0.60 | 0.29 | 0.25 | 329.47 | 0.47 | 0.53 |
| Hex | BF | 4D | 87 | 0 | 3C | 1D | 19 | 149 | 2F | 35 |
| Octal | 277 | 115 | 207 | 0 | 74 | 35 | 31 | 511 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10000111 | 0 | 111100 | 11101 | 11001 | 101001001 | 101111 | 110101 |
Color Harmonies of #BF4D87
Complementary color
Monochromatic Colors of #BF4D87
Black with #BF4D87
Text Example
Text Example
White with #BF4D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D87; }
p { color: rgb(191,77,135); }
H1.HeaderClassName
{
color: #BF4D87;
}
.AnyTagClassName
{
color: #BF4D87;
}
</style>
background-color css
<style>
a { background-color: #BF4D87; }
a { background-color: rgb(191,77,135); }
div.DivClassName
{
background-color: #BF4D87;
}
.BgClassName
{
background-color: #BF4D87;
}
</style>
border-color css
<style>
span { border-color: #BF4D87; }
span { border-color: rgb(191,77,135); }
td.TdClassName
{
border-color: #BF4D87;
}
.TagClassName
{
border-color: #BF4D87;
}
</style>