Shades of Mulberry #BF4D88
Tints of Mulberry #BF4D88
RGB
CMYK
RGB Variations
Color information
#BF4D88 (or 0xBF4D88) is known color: Mulberry. HEX triplet: BF, 4D and 88. RGB value is (191,77,136). Sum of RGB (Red+Green+Blue) = 191+77+136=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D88 is #40B277. Grayscale: #757575. Windows color (decimal): -4239992 or 8932799. OLE color: 8932799.
HSL color Cylindrical-coordinate representation of color #BF4D88: hue angle of 328.95º 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 #BF4D88 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 136 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.25 |
| HSL | 328.95º | 0.47% | 0.53% | - |
| HSV(B) | 328.95º | 0.6% | 0.75% | - |
| XYZ | 28.58 | 18.16 | 25.29 | - |
| YUV | 117.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 136 | 0 | 0.60 | 0.29 | 0.25 | 328.95 | 0.47 | 0.53 |
| Hex | BF | 4D | 88 | 0 | 3C | 1D | 19 | 149 | 2F | 35 |
| Octal | 277 | 115 | 210 | 0 | 74 | 35 | 31 | 511 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10001000 | 0 | 111100 | 11101 | 11001 | 101001001 | 101111 | 110101 |
Color Harmonies of #BF4D88
Complementary color
Monochromatic Colors of #BF4D88
Black with #BF4D88
Text Example
Text Example
White with #BF4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D88; }
p { color: rgb(191,77,136); }
H1.HeaderClassName
{
color: #BF4D88;
}
.AnyTagClassName
{
color: #BF4D88;
}
</style>
background-color css
<style>
a { background-color: #BF4D88; }
a { background-color: rgb(191,77,136); }
div.DivClassName
{
background-color: #BF4D88;
}
.BgClassName
{
background-color: #BF4D88;
}
</style>
border-color css
<style>
span { border-color: #BF4D88; }
span { border-color: rgb(191,77,136); }
td.TdClassName
{
border-color: #BF4D88;
}
.TagClassName
{
border-color: #BF4D88;
}
</style>