Shades of Mulberry #BF599D
Tints of Mulberry #BF599D
RGB
CMYK
RGB Variations
Color information
#BF599D (or 0xBF599D) is known color: Mulberry. HEX triplet: BF, 59 and 9D. RGB value is (191,89,157). Sum of RGB (Red+Green+Blue) = 191+89+157=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 89 (35.16% from 255 or 20.37% from 437); Blue value is 157 (61.72% from 255 or 35.93% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF599D is #40A662. Grayscale: #7F7F7F. Windows color (decimal): -4236899 or 10312127. OLE color: 10312127.
HSL color Cylindrical-coordinate representation of color #BF599D: hue angle of 320º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF599D is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 157 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.25 |
| HSL | 320º | 0.44% | 0.55% | - |
| HSV(B) | 320º | 0.53% | 0.75% | - |
| XYZ | 31.14 | 20.66 | 34.24 | - |
| YUV | 127.25 | 144.79 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 157 | 0 | 0.53 | 0.18 | 0.25 | 320 | 0.44 | 0.55 |
| Hex | BF | 59 | 9D | 0 | 35 | 12 | 19 | 140 | 2C | 37 |
| Octal | 277 | 131 | 235 | 0 | 65 | 22 | 31 | 500 | 54 | 67 |
| Binary | 10111111 | 1011001 | 10011101 | 0 | 110101 | 10010 | 11001 | 101000000 | 101100 | 110111 |
Color Harmonies of #BF599D
Complementary color
Monochromatic Colors of #BF599D
Black with #BF599D
Text Example
Text Example
White with #BF599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF599D; }
p { color: rgb(191,89,157); }
H1.HeaderClassName
{
color: #BF599D;
}
.AnyTagClassName
{
color: #BF599D;
}
</style>
background-color css
<style>
a { background-color: #BF599D; }
a { background-color: rgb(191,89,157); }
div.DivClassName
{
background-color: #BF599D;
}
.BgClassName
{
background-color: #BF599D;
}
</style>
border-color css
<style>
span { border-color: #BF599D; }
span { border-color: rgb(191,89,157); }
td.TdClassName
{
border-color: #BF599D;
}
.TagClassName
{
border-color: #BF599D;
}
</style>