Shades of Mulberry #BF5E90
Tints of Mulberry #BF5E90
RGB
CMYK
RGB Variations
Color information
#BF5E90 (or 0xBF5E90) is known color: Mulberry. HEX triplet: BF, 5E and 90. RGB value is (191,94,144). Sum of RGB (Red+Green+Blue) = 191+94+144=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E90 is #40A16F. Grayscale: #808080. Windows color (decimal): -4235632 or 9461439. OLE color: 9461439.
HSL color Cylindrical-coordinate representation of color #BF5E90: hue angle of 329.07º 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 #BF5E90 is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 144 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.25 |
| HSL | 329.07º | 0.43% | 0.56% | - |
| HSV(B) | 329.07º | 0.51% | 0.75% | - |
| XYZ | 30.52 | 21.1 | 28.85 | - |
| YUV | 128.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 144 | 0 | 0.51 | 0.25 | 0.25 | 329.07 | 0.43 | 0.56 |
| Hex | BF | 5E | 90 | 0 | 33 | 19 | 19 | 149 | 2B | 38 |
| Octal | 277 | 136 | 220 | 0 | 63 | 31 | 31 | 511 | 53 | 70 |
| Binary | 10111111 | 1011110 | 10010000 | 0 | 110011 | 11001 | 11001 | 101001001 | 101011 | 111000 |
Color Harmonies of #BF5E90
Complementary color
Monochromatic Colors of #BF5E90
Black with #BF5E90
Text Example
Text Example
White with #BF5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E90; }
p { color: rgb(191,94,144); }
H1.HeaderClassName
{
color: #BF5E90;
}
.AnyTagClassName
{
color: #BF5E90;
}
</style>
background-color css
<style>
a { background-color: #BF5E90; }
a { background-color: rgb(191,94,144); }
div.DivClassName
{
background-color: #BF5E90;
}
.BgClassName
{
background-color: #BF5E90;
}
</style>
border-color css
<style>
span { border-color: #BF5E90; }
span { border-color: rgb(191,94,144); }
td.TdClassName
{
border-color: #BF5E90;
}
.TagClassName
{
border-color: #BF5E90;
}
</style>