Shades of Mulberry #BF4D9F
Tints of Mulberry #BF4D9F
RGB
CMYK
RGB Variations
Color information
#BF4D9F (or 0xBF4D9F) is known color: Mulberry. HEX triplet: BF, 4D and 9F. RGB value is (191,77,159). Sum of RGB (Red+Green+Blue) = 191+77+159=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D9F is #40B260. Grayscale: #787878. Windows color (decimal): -4239969 or 10440127. OLE color: 10440127.
HSL color Cylindrical-coordinate representation of color #BF4D9F: hue angle of 316.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 #BF4D9F is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 159 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.25 |
| HSL | 316.84º | 0.47% | 0.53% | - |
| HSV(B) | 316.84º | 0.6% | 0.75% | - |
| XYZ | 30.4 | 18.89 | 34.84 | - |
| YUV | 120.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 159 | 0 | 0.60 | 0.17 | 0.25 | 316.84 | 0.47 | 0.53 |
| Hex | BF | 4D | 9F | 0 | 3C | 11 | 19 | 13D | 2F | 35 |
| Octal | 277 | 115 | 237 | 0 | 74 | 21 | 31 | 475 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10011111 | 0 | 111100 | 10001 | 11001 | 100111101 | 101111 | 110101 |
Color Harmonies of #BF4D9F
Complementary color
Monochromatic Colors of #BF4D9F
Black with #BF4D9F
Text Example
Text Example
White with #BF4D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D9F; }
p { color: rgb(191,77,159); }
H1.HeaderClassName
{
color: #BF4D9F;
}
.AnyTagClassName
{
color: #BF4D9F;
}
</style>
background-color css
<style>
a { background-color: #BF4D9F; }
a { background-color: rgb(191,77,159); }
div.DivClassName
{
background-color: #BF4D9F;
}
.BgClassName
{
background-color: #BF4D9F;
}
</style>
border-color css
<style>
span { border-color: #BF4D9F; }
span { border-color: rgb(191,77,159); }
td.TdClassName
{
border-color: #BF4D9F;
}
.TagClassName
{
border-color: #BF4D9F;
}
</style>