Shades of Mulberry #BF4D8B
Tints of Mulberry #BF4D8B
RGB
CMYK
RGB Variations
Color information
#BF4D8B (or 0xBF4D8B) is known color: Mulberry. HEX triplet: BF, 4D and 8B. RGB value is (191,77,139). Sum of RGB (Red+Green+Blue) = 191+77+139=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D8B is #40B274. Grayscale: #767676. Windows color (decimal): -4239989 or 9129407. OLE color: 9129407.
HSL color Cylindrical-coordinate representation of color #BF4D8B: hue angle of 327.37º 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 #BF4D8B is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 139 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.25 |
| HSL | 327.37º | 0.47% | 0.53% | - |
| HSV(B) | 327.37º | 0.6% | 0.75% | - |
| XYZ | 28.8 | 18.25 | 26.43 | - |
| YUV | 118.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 139 | 0 | 0.60 | 0.27 | 0.25 | 327.37 | 0.47 | 0.53 |
| Hex | BF | 4D | 8B | 0 | 3C | 1B | 19 | 147 | 2F | 35 |
| Octal | 277 | 115 | 213 | 0 | 74 | 33 | 31 | 507 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10001011 | 0 | 111100 | 11011 | 11001 | 101000111 | 101111 | 110101 |
Color Harmonies of #BF4D8B
Complementary color
Monochromatic Colors of #BF4D8B
Black with #BF4D8B
Text Example
Text Example
White with #BF4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D8B; }
p { color: rgb(191,77,139); }
H1.HeaderClassName
{
color: #BF4D8B;
}
.AnyTagClassName
{
color: #BF4D8B;
}
</style>
background-color css
<style>
a { background-color: #BF4D8B; }
a { background-color: rgb(191,77,139); }
div.DivClassName
{
background-color: #BF4D8B;
}
.BgClassName
{
background-color: #BF4D8B;
}
</style>
border-color css
<style>
span { border-color: #BF4D8B; }
span { border-color: rgb(191,77,139); }
td.TdClassName
{
border-color: #BF4D8B;
}
.TagClassName
{
border-color: #BF4D8B;
}
</style>