Shades of Mulberry #BF4D8C
Tints of Mulberry #BF4D8C
RGB
CMYK
RGB Variations
Color information
#BF4D8C (or 0xBF4D8C) is known color: Mulberry. HEX triplet: BF, 4D and 8C. RGB value is (191,77,140). Sum of RGB (Red+Green+Blue) = 191+77+140=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D8C is #40B273. Grayscale: #767676. Windows color (decimal): -4239988 or 9194943. OLE color: 9194943.
HSL color Cylindrical-coordinate representation of color #BF4D8C: hue angle of 326.84º 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 #BF4D8C is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 140 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.25 |
| HSL | 326.84º | 0.47% | 0.53% | - |
| HSV(B) | 326.84º | 0.6% | 0.75% | - |
| XYZ | 28.87 | 18.28 | 26.82 | - |
| YUV | 118.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 140 | 0 | 0.60 | 0.27 | 0.25 | 326.84 | 0.47 | 0.53 |
| Hex | BF | 4D | 8C | 0 | 3C | 1B | 19 | 147 | 2F | 35 |
| Octal | 277 | 115 | 214 | 0 | 74 | 33 | 31 | 507 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10001100 | 0 | 111100 | 11011 | 11001 | 101000111 | 101111 | 110101 |
Color Harmonies of #BF4D8C
Complementary color
Monochromatic Colors of #BF4D8C
Black with #BF4D8C
Text Example
Text Example
White with #BF4D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D8C; }
p { color: rgb(191,77,140); }
H1.HeaderClassName
{
color: #BF4D8C;
}
.AnyTagClassName
{
color: #BF4D8C;
}
</style>
background-color css
<style>
a { background-color: #BF4D8C; }
a { background-color: rgb(191,77,140); }
div.DivClassName
{
background-color: #BF4D8C;
}
.BgClassName
{
background-color: #BF4D8C;
}
</style>
border-color css
<style>
span { border-color: #BF4D8C; }
span { border-color: rgb(191,77,140); }
td.TdClassName
{
border-color: #BF4D8C;
}
.TagClassName
{
border-color: #BF4D8C;
}
</style>