Shades of Mulberry #BF4E8C
Tints of Mulberry #BF4E8C
RGB
CMYK
RGB Variations
Color information
#BF4E8C (or 0xBF4E8C) is known color: Mulberry. HEX triplet: BF, 4E and 8C. RGB value is (191,78,140). Sum of RGB (Red+Green+Blue) = 191+78+140=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E8C is #40B173. Grayscale: #767676. Windows color (decimal): -4239732 or 9195199. OLE color: 9195199.
HSL color Cylindrical-coordinate representation of color #BF4E8C: hue angle of 327.08º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E8C is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 140 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.25 |
| HSL | 327.08º | 0.47% | 0.53% | - |
| HSV(B) | 327.08º | 0.59% | 0.75% | - |
| XYZ | 28.94 | 18.42 | 26.84 | - |
| YUV | 118.86 | 139.94 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 140 | 0 | 0.59 | 0.27 | 0.25 | 327.08 | 0.47 | 0.53 |
| Hex | BF | 4E | 8C | 0 | 3B | 1B | 19 | 147 | 2F | 35 |
| Octal | 277 | 116 | 214 | 0 | 73 | 33 | 31 | 507 | 57 | 65 |
| Binary | 10111111 | 1001110 | 10001100 | 0 | 111011 | 11011 | 11001 | 101000111 | 101111 | 110101 |
Color Harmonies of #BF4E8C
Complementary color
Monochromatic Colors of #BF4E8C
Black with #BF4E8C
Text Example
Text Example
White with #BF4E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E8C; }
p { color: rgb(191,78,140); }
H1.HeaderClassName
{
color: #BF4E8C;
}
.AnyTagClassName
{
color: #BF4E8C;
}
</style>
background-color css
<style>
a { background-color: #BF4E8C; }
a { background-color: rgb(191,78,140); }
div.DivClassName
{
background-color: #BF4E8C;
}
.BgClassName
{
background-color: #BF4E8C;
}
</style>
border-color css
<style>
span { border-color: #BF4E8C; }
span { border-color: rgb(191,78,140); }
td.TdClassName
{
border-color: #BF4E8C;
}
.TagClassName
{
border-color: #BF4E8C;
}
</style>