Shades of Mulberry #BF5E8C
Tints of Mulberry #BF5E8C
RGB
CMYK
RGB Variations
Color information
#BF5E8C (or 0xBF5E8C) is known color: Mulberry. HEX triplet: BF, 5E and 8C. RGB value is (191,94,140). Sum of RGB (Red+Green+Blue) = 191+94+140=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E8C is #40A173. Grayscale: #808080. Windows color (decimal): -4235636 or 9199295. OLE color: 9199295.
HSL color Cylindrical-coordinate representation of color #BF5E8C: hue angle of 331.55º 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 #BF5E8C is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 94 | 140 | - |
CMYK | 0 | 0.51 | 0.27 | 0.25 |
HSL | 331.55º | 0.43% | 0.56% | - |
HSV(B) | 331.55º | 0.51% | 0.75% | - |
XYZ | 30.22 | 20.98 | 27.27 | - |
YUV | 128.25 | 134.64 | 172.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 94 | 140 | 0 | 0.51 | 0.27 | 0.25 | 331.55 | 0.43 | 0.56 |
Hex | BF | 5E | 8C | 0 | 33 | 1B | 19 | 14C | 2B | 38 |
Octal | 277 | 136 | 214 | 0 | 63 | 33 | 31 | 514 | 53 | 70 |
Binary | 10111111 | 1011110 | 10001100 | 0 | 110011 | 11011 | 11001 | 101001100 | 101011 | 111000 |
Color Harmonies of #BF5E8C
Complementary color
Monochromatic Colors of #BF5E8C
Black with #BF5E8C
Text Example
Text Example
White with #BF5E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E8C; }
p { color: rgb(191,94,140); }
H1.HeaderClassName
{
color: #BF5E8C;
}
.AnyTagClassName
{
color: #BF5E8C;
}
</style>
background-color css
<style>
a { background-color: #BF5E8C; }
a { background-color: rgb(191,94,140); }
div.DivClassName
{
background-color: #BF5E8C;
}
.BgClassName
{
background-color: #BF5E8C;
}
</style>
border-color css
<style>
span { border-color: #BF5E8C; }
span { border-color: rgb(191,94,140); }
td.TdClassName
{
border-color: #BF5E8C;
}
.TagClassName
{
border-color: #BF5E8C;
}
</style>