Shades of Mulberry #BF5A8D
Tints of Mulberry #BF5A8D
RGB
CMYK
RGB Variations
Color information
#BF5A8D (or 0xBF5A8D) is known color: Mulberry. HEX triplet: BF, 5A and 8D. RGB value is (191,90,141). Sum of RGB (Red+Green+Blue) = 191+90+141=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A8D is #40A572. Grayscale: #7D7D7D. Windows color (decimal): -4236659 or 9263807. OLE color: 9263807.
HSL color Cylindrical-coordinate representation of color #BF5A8D: hue angle of 329.7º 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 #BF5A8D is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 141 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.25 |
| HSL | 329.7º | 0.44% | 0.55% | - |
| HSV(B) | 329.7º | 0.53% | 0.75% | - |
| XYZ | 29.95 | 20.31 | 27.54 | - |
| YUV | 126.01 | 136.46 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 141 | 0 | 0.53 | 0.26 | 0.25 | 329.7 | 0.44 | 0.55 |
| Hex | BF | 5A | 8D | 0 | 35 | 1A | 19 | 14A | 2C | 37 |
| Octal | 277 | 132 | 215 | 0 | 65 | 32 | 31 | 512 | 54 | 67 |
| Binary | 10111111 | 1011010 | 10001101 | 0 | 110101 | 11010 | 11001 | 101001010 | 101100 | 110111 |
Color Harmonies of #BF5A8D
Complementary color
Monochromatic Colors of #BF5A8D
Black with #BF5A8D
Text Example
Text Example
White with #BF5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A8D; }
p { color: rgb(191,90,141); }
H1.HeaderClassName
{
color: #BF5A8D;
}
.AnyTagClassName
{
color: #BF5A8D;
}
</style>
background-color css
<style>
a { background-color: #BF5A8D; }
a { background-color: rgb(191,90,141); }
div.DivClassName
{
background-color: #BF5A8D;
}
.BgClassName
{
background-color: #BF5A8D;
}
</style>
border-color css
<style>
span { border-color: #BF5A8D; }
span { border-color: rgb(191,90,141); }
td.TdClassName
{
border-color: #BF5A8D;
}
.TagClassName
{
border-color: #BF5A8D;
}
</style>