Shades of Mulberry #BF5B9D
Tints of Mulberry #BF5B9D
RGB
CMYK
RGB Variations
Color information
#BF5B9D (or 0xBF5B9D) is known color: Mulberry. HEX triplet: BF, 5B and 9D. RGB value is (191,91,157). Sum of RGB (Red+Green+Blue) = 191+91+157=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B9D is #40A462. Grayscale: #808080. Windows color (decimal): -4236387 or 10312639. OLE color: 10312639.
HSL color Cylindrical-coordinate representation of color #BF5B9D: hue angle of 320.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5B9D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 91 | 157 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.25 |
| HSL | 320.4º | 0.44% | 0.55% | - |
| HSV(B) | 320.4º | 0.52% | 0.75% | - |
| XYZ | 31.31 | 20.99 | 34.3 | - |
| YUV | 128.42 | 144.13 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 157 | 0 | 0.52 | 0.18 | 0.25 | 320.4 | 0.44 | 0.55 |
| Hex | BF | 5B | 9D | 0 | 34 | 12 | 19 | 140 | 2C | 37 |
| Octal | 277 | 133 | 235 | 0 | 64 | 22 | 31 | 500 | 54 | 67 |
| Binary | 10111111 | 1011011 | 10011101 | 0 | 110100 | 10010 | 11001 | 101000000 | 101100 | 110111 |
Color Harmonies of #BF5B9D
Complementary color
Monochromatic Colors of #BF5B9D
Black with #BF5B9D
Text Example
Text Example
White with #BF5B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5B9D; }
p { color: rgb(191,91,157); }
H1.HeaderClassName
{
color: #BF5B9D;
}
.AnyTagClassName
{
color: #BF5B9D;
}
</style>
background-color css
<style>
a { background-color: #BF5B9D; }
a { background-color: rgb(191,91,157); }
div.DivClassName
{
background-color: #BF5B9D;
}
.BgClassName
{
background-color: #BF5B9D;
}
</style>
border-color css
<style>
span { border-color: #BF5B9D; }
span { border-color: rgb(191,91,157); }
td.TdClassName
{
border-color: #BF5B9D;
}
.TagClassName
{
border-color: #BF5B9D;
}
</style>