Shades of Mulberry #BF5E99
Tints of Mulberry #BF5E99
RGB
CMYK
RGB Variations
Color information
#BF5E99 (or 0xBF5E99) is known color: Mulberry. HEX triplet: BF, 5E and 99. RGB value is (191,94,153). Sum of RGB (Red+Green+Blue) = 191+94+153=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E99 is #40A166. Grayscale: #818181. Windows color (decimal): -4235623 or 10051263. OLE color: 10051263.
HSL color Cylindrical-coordinate representation of color #BF5E99: hue angle of 323.51º 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 #BF5E99 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 153 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.25 |
| HSL | 323.51º | 0.43% | 0.56% | - |
| HSV(B) | 323.51º | 0.51% | 0.75% | - |
| XYZ | 31.24 | 21.38 | 32.62 | - |
| YUV | 129.73 | 141.14 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 153 | 0 | 0.51 | 0.20 | 0.25 | 323.51 | 0.43 | 0.56 |
| Hex | BF | 5E | 99 | 0 | 33 | 14 | 19 | 144 | 2B | 38 |
| Octal | 277 | 136 | 231 | 0 | 63 | 24 | 31 | 504 | 53 | 70 |
| Binary | 10111111 | 1011110 | 10011001 | 0 | 110011 | 10100 | 11001 | 101000100 | 101011 | 111000 |
Color Harmonies of #BF5E99
Complementary color
Monochromatic Colors of #BF5E99
Black with #BF5E99
Text Example
Text Example
White with #BF5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E99; }
p { color: rgb(191,94,153); }
H1.HeaderClassName
{
color: #BF5E99;
}
.AnyTagClassName
{
color: #BF5E99;
}
</style>
background-color css
<style>
a { background-color: #BF5E99; }
a { background-color: rgb(191,94,153); }
div.DivClassName
{
background-color: #BF5E99;
}
.BgClassName
{
background-color: #BF5E99;
}
</style>
border-color css
<style>
span { border-color: #BF5E99; }
span { border-color: rgb(191,94,153); }
td.TdClassName
{
border-color: #BF5E99;
}
.TagClassName
{
border-color: #BF5E99;
}
</style>