Shades of Mulberry #BF5D8D
Tints of Mulberry #BF5D8D
RGB
CMYK
RGB Variations
Color information
#BF5D8D (or 0xBF5D8D) is known color: Mulberry. HEX triplet: BF, 5D and 8D. RGB value is (191,93,141). Sum of RGB (Red+Green+Blue) = 191+93+141=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D8D is #40A272. Grayscale: #7F7F7F. Windows color (decimal): -4235891 or 9264575. OLE color: 9264575.
HSL color Cylindrical-coordinate representation of color #BF5D8D: hue angle of 330.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D8D is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 141 | - |
| CMYK | 0 | 0.51 | 0.26 | 0.25 |
| HSL | 330.61º | 0.43% | 0.56% | - |
| HSV(B) | 330.61º | 0.51% | 0.75% | - |
| XYZ | 30.21 | 20.83 | 27.63 | - |
| YUV | 127.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 141 | 0 | 0.51 | 0.26 | 0.25 | 330.61 | 0.43 | 0.56 |
| Hex | BF | 5D | 8D | 0 | 33 | 1A | 19 | 14B | 2B | 38 |
| Octal | 277 | 135 | 215 | 0 | 63 | 32 | 31 | 513 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10001101 | 0 | 110011 | 11010 | 11001 | 101001011 | 101011 | 111000 |
Color Harmonies of #BF5D8D
Complementary color
Monochromatic Colors of #BF5D8D
Black with #BF5D8D
Text Example
Text Example
White with #BF5D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D8D; }
p { color: rgb(191,93,141); }
H1.HeaderClassName
{
color: #BF5D8D;
}
.AnyTagClassName
{
color: #BF5D8D;
}
</style>
background-color css
<style>
a { background-color: #BF5D8D; }
a { background-color: rgb(191,93,141); }
div.DivClassName
{
background-color: #BF5D8D;
}
.BgClassName
{
background-color: #BF5D8D;
}
</style>
border-color css
<style>
span { border-color: #BF5D8D; }
span { border-color: rgb(191,93,141); }
td.TdClassName
{
border-color: #BF5D8D;
}
.TagClassName
{
border-color: #BF5D8D;
}
</style>