Shades of Mulberry #BF5D9F
Tints of Mulberry #BF5D9F
RGB
CMYK
RGB Variations
Color information
#BF5D9F (or 0xBF5D9F) is known color: Mulberry. HEX triplet: BF, 5D and 9F. RGB value is (191,93,159). Sum of RGB (Red+Green+Blue) = 191+93+159=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 93 (36.72% from 255 or 20.99% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D9F is #40A260. Grayscale: #818181. Windows color (decimal): -4235873 or 10444223. OLE color: 10444223.
HSL color Cylindrical-coordinate representation of color #BF5D9F: hue angle of 319.59º 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 #BF5D9F is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 159 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.25 |
| HSL | 319.59º | 0.43% | 0.56% | - |
| HSV(B) | 319.59º | 0.51% | 0.75% | - |
| XYZ | 31.66 | 21.41 | 35.26 | - |
| YUV | 129.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 159 | 0 | 0.51 | 0.17 | 0.25 | 319.59 | 0.43 | 0.56 |
| Hex | BF | 5D | 9F | 0 | 33 | 11 | 19 | 140 | 2B | 38 |
| Octal | 277 | 135 | 237 | 0 | 63 | 21 | 31 | 500 | 53 | 70 |
| Binary | 10111111 | 1011101 | 10011111 | 0 | 110011 | 10001 | 11001 | 101000000 | 101011 | 111000 |
Color Harmonies of #BF5D9F
Complementary color
Monochromatic Colors of #BF5D9F
Black with #BF5D9F
Text Example
Text Example
White with #BF5D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D9F; }
p { color: rgb(191,93,159); }
H1.HeaderClassName
{
color: #BF5D9F;
}
.AnyTagClassName
{
color: #BF5D9F;
}
</style>
background-color css
<style>
a { background-color: #BF5D9F; }
a { background-color: rgb(191,93,159); }
div.DivClassName
{
background-color: #BF5D9F;
}
.BgClassName
{
background-color: #BF5D9F;
}
</style>
border-color css
<style>
span { border-color: #BF5D9F; }
span { border-color: rgb(191,93,159); }
td.TdClassName
{
border-color: #BF5D9F;
}
.TagClassName
{
border-color: #BF5D9F;
}
</style>