Shades of Mulberry #BF5C9D
Tints of Mulberry #BF5C9D
RGB
CMYK
RGB Variations
Color information
#BF5C9D (or 0xBF5C9D) is known color: Mulberry. HEX triplet: BF, 5C and 9D. RGB value is (191,92,157). Sum of RGB (Red+Green+Blue) = 191+92+157=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C9D is #40A362. Grayscale: #808080. Windows color (decimal): -4236131 or 10312895. OLE color: 10312895.
HSL color Cylindrical-coordinate representation of color #BF5C9D: hue angle of 320.61º 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 #BF5C9D is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 157 | - |
| CMYK | 0 | 0.52 | 0.18 | 0.25 |
| HSL | 320.61º | 0.44% | 0.55% | - |
| HSV(B) | 320.61º | 0.52% | 0.75% | - |
| XYZ | 31.4 | 21.16 | 34.33 | - |
| YUV | 129.01 | 143.8 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 157 | 0 | 0.52 | 0.18 | 0.25 | 320.61 | 0.44 | 0.55 |
| Hex | BF | 5C | 9D | 0 | 34 | 12 | 19 | 141 | 2C | 37 |
| Octal | 277 | 134 | 235 | 0 | 64 | 22 | 31 | 501 | 54 | 67 |
| Binary | 10111111 | 1011100 | 10011101 | 0 | 110100 | 10010 | 11001 | 101000001 | 101100 | 110111 |
Color Harmonies of #BF5C9D
Complementary color
Monochromatic Colors of #BF5C9D
Black with #BF5C9D
Text Example
Text Example
White with #BF5C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C9D; }
p { color: rgb(191,92,157); }
H1.HeaderClassName
{
color: #BF5C9D;
}
.AnyTagClassName
{
color: #BF5C9D;
}
</style>
background-color css
<style>
a { background-color: #BF5C9D; }
a { background-color: rgb(191,92,157); }
div.DivClassName
{
background-color: #BF5C9D;
}
.BgClassName
{
background-color: #BF5C9D;
}
</style>
border-color css
<style>
span { border-color: #BF5C9D; }
span { border-color: rgb(191,92,157); }
td.TdClassName
{
border-color: #BF5C9D;
}
.TagClassName
{
border-color: #BF5C9D;
}
</style>