Shades of Mulberry #BF4C99
Tints of Mulberry #BF4C99
RGB
CMYK
RGB Variations
Color information
#BF4C99 (or 0xBF4C99) is known color: Mulberry. HEX triplet: BF, 4C and 99. RGB value is (191,76,153). Sum of RGB (Red+Green+Blue) = 191+76+153=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4C99 is #40B366. Grayscale: #767676. Windows color (decimal): -4240231 or 10046655. OLE color: 10046655.
HSL color Cylindrical-coordinate representation of color #BF4C99: hue angle of 319.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C99 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 153 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.25 |
| HSL | 319.83º | 0.47% | 0.52% | - |
| HSV(B) | 319.83º | 0.6% | 0.75% | - |
| XYZ | 29.82 | 18.55 | 32.14 | - |
| YUV | 119.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 153 | 0 | 0.60 | 0.20 | 0.25 | 319.83 | 0.47 | 0.52 |
| Hex | BF | 4C | 99 | 0 | 3C | 14 | 19 | 140 | 2F | 34 |
| Octal | 277 | 114 | 231 | 0 | 74 | 24 | 31 | 500 | 57 | 64 |
| Binary | 10111111 | 1001100 | 10011001 | 0 | 111100 | 10100 | 11001 | 101000000 | 101111 | 110100 |
Color Harmonies of #BF4C99
Complementary color
Monochromatic Colors of #BF4C99
Black with #BF4C99
Text Example
Text Example
White with #BF4C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C99; }
p { color: rgb(191,76,153); }
H1.HeaderClassName
{
color: #BF4C99;
}
.AnyTagClassName
{
color: #BF4C99;
}
</style>
background-color css
<style>
a { background-color: #BF4C99; }
a { background-color: rgb(191,76,153); }
div.DivClassName
{
background-color: #BF4C99;
}
.BgClassName
{
background-color: #BF4C99;
}
</style>
border-color css
<style>
span { border-color: #BF4C99; }
span { border-color: rgb(191,76,153); }
td.TdClassName
{
border-color: #BF4C99;
}
.TagClassName
{
border-color: #BF4C99;
}
</style>