Shades of Mulberry #BF4D99
Tints of Mulberry #BF4D99
RGB
CMYK
RGB Variations
Color information
#BF4D99 (or 0xBF4D99) is known color: Mulberry. HEX triplet: BF, 4D and 99. RGB value is (191,77,153). Sum of RGB (Red+Green+Blue) = 191+77+153=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D99 is #40B266. Grayscale: #777777. Windows color (decimal): -4239975 or 10046911. OLE color: 10046911.
HSL color Cylindrical-coordinate representation of color #BF4D99: hue angle of 320º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4D99 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 153 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.25 |
| HSL | 320º | 0.47% | 0.53% | - |
| HSV(B) | 320º | 0.6% | 0.75% | - |
| XYZ | 29.89 | 18.68 | 32.17 | - |
| YUV | 119.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 153 | 0 | 0.60 | 0.20 | 0.25 | 320 | 0.47 | 0.53 |
| Hex | BF | 4D | 99 | 0 | 3C | 14 | 19 | 140 | 2F | 35 |
| Octal | 277 | 115 | 231 | 0 | 74 | 24 | 31 | 500 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10011001 | 0 | 111100 | 10100 | 11001 | 101000000 | 101111 | 110101 |
Color Harmonies of #BF4D99
Complementary color
Monochromatic Colors of #BF4D99
Black with #BF4D99
Text Example
Text Example
White with #BF4D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D99; }
p { color: rgb(191,77,153); }
H1.HeaderClassName
{
color: #BF4D99;
}
.AnyTagClassName
{
color: #BF4D99;
}
</style>
background-color css
<style>
a { background-color: #BF4D99; }
a { background-color: rgb(191,77,153); }
div.DivClassName
{
background-color: #BF4D99;
}
.BgClassName
{
background-color: #BF4D99;
}
</style>
border-color css
<style>
span { border-color: #BF4D99; }
span { border-color: rgb(191,77,153); }
td.TdClassName
{
border-color: #BF4D99;
}
.TagClassName
{
border-color: #BF4D99;
}
</style>