Shades of Mulberry #BF4D98
Tints of Mulberry #BF4D98
RGB
CMYK
RGB Variations
Color information
#BF4D98 (or 0xBF4D98) is known color: Mulberry. HEX triplet: BF, 4D and 98. RGB value is (191,77,152). Sum of RGB (Red+Green+Blue) = 191+77+152=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 77 (30.47% from 255 or 18.33% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D98 is #40B267. Grayscale: #777777. Windows color (decimal): -4239976 or 9981375. OLE color: 9981375.
HSL color Cylindrical-coordinate representation of color #BF4D98: hue angle of 320.53º 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 #BF4D98 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 152 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.25 |
| HSL | 320.53º | 0.47% | 0.53% | - |
| HSV(B) | 320.53º | 0.6% | 0.75% | - |
| XYZ | 29.81 | 18.65 | 31.73 | - |
| YUV | 119.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 152 | 0 | 0.60 | 0.20 | 0.25 | 320.53 | 0.47 | 0.53 |
| Hex | BF | 4D | 98 | 0 | 3C | 14 | 19 | 141 | 2F | 35 |
| Octal | 277 | 115 | 230 | 0 | 74 | 24 | 31 | 501 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10011000 | 0 | 111100 | 10100 | 11001 | 101000001 | 101111 | 110101 |
Color Harmonies of #BF4D98
Complementary color
Monochromatic Colors of #BF4D98
Black with #BF4D98
Text Example
Text Example
White with #BF4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D98; }
p { color: rgb(191,77,152); }
H1.HeaderClassName
{
color: #BF4D98;
}
.AnyTagClassName
{
color: #BF4D98;
}
</style>
background-color css
<style>
a { background-color: #BF4D98; }
a { background-color: rgb(191,77,152); }
div.DivClassName
{
background-color: #BF4D98;
}
.BgClassName
{
background-color: #BF4D98;
}
</style>
border-color css
<style>
span { border-color: #BF4D98; }
span { border-color: rgb(191,77,152); }
td.TdClassName
{
border-color: #BF4D98;
}
.TagClassName
{
border-color: #BF4D98;
}
</style>