Shades of Mulberry #BF4D9D
Tints of Mulberry #BF4D9D
RGB
CMYK
RGB Variations
Color information
#BF4D9D (or 0xBF4D9D) is known color: Mulberry. HEX triplet: BF, 4D and 9D. RGB value is (191,77,157). Sum of RGB (Red+Green+Blue) = 191+77+157=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D9D is #40B262. Grayscale: #777777. Windows color (decimal): -4239971 or 10309055. OLE color: 10309055.
HSL color Cylindrical-coordinate representation of color #BF4D9D: hue angle of 317.89º 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 #BF4D9D is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 157 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.25 |
| HSL | 317.89º | 0.47% | 0.53% | - |
| HSV(B) | 317.89º | 0.6% | 0.75% | - |
| XYZ | 30.23 | 18.82 | 33.94 | - |
| YUV | 120.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 157 | 0 | 0.60 | 0.18 | 0.25 | 317.89 | 0.47 | 0.53 |
| Hex | BF | 4D | 9D | 0 | 3C | 12 | 19 | 13E | 2F | 35 |
| Octal | 277 | 115 | 235 | 0 | 74 | 22 | 31 | 476 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10011101 | 0 | 111100 | 10010 | 11001 | 100111110 | 101111 | 110101 |
Color Harmonies of #BF4D9D
Complementary color
Monochromatic Colors of #BF4D9D
Black with #BF4D9D
Text Example
Text Example
White with #BF4D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D9D; }
p { color: rgb(191,77,157); }
H1.HeaderClassName
{
color: #BF4D9D;
}
.AnyTagClassName
{
color: #BF4D9D;
}
</style>
background-color css
<style>
a { background-color: #BF4D9D; }
a { background-color: rgb(191,77,157); }
div.DivClassName
{
background-color: #BF4D9D;
}
.BgClassName
{
background-color: #BF4D9D;
}
</style>
border-color css
<style>
span { border-color: #BF4D9D; }
span { border-color: rgb(191,77,157); }
td.TdClassName
{
border-color: #BF4D9D;
}
.TagClassName
{
border-color: #BF4D9D;
}
</style>