Shades of Mulberry #BF4D92
Tints of Mulberry #BF4D92
RGB
CMYK
RGB Variations
Color information
#BF4D92 (or 0xBF4D92) is known color: Mulberry. HEX triplet: BF, 4D and 92. RGB value is (191,77,146). Sum of RGB (Red+Green+Blue) = 191+77+146=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D92 is #40B26D. Grayscale: #767676. Windows color (decimal): -4239982 or 9588159. OLE color: 9588159.
HSL color Cylindrical-coordinate representation of color #BF4D92: hue angle of 323.68º 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 #BF4D92 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 146 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.25 |
| HSL | 323.68º | 0.47% | 0.53% | - |
| HSV(B) | 323.68º | 0.6% | 0.75% | - |
| XYZ | 29.33 | 18.46 | 29.21 | - |
| YUV | 118.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 146 | 0 | 0.60 | 0.24 | 0.25 | 323.68 | 0.47 | 0.53 |
| Hex | BF | 4D | 92 | 0 | 3C | 18 | 19 | 144 | 2F | 35 |
| Octal | 277 | 115 | 222 | 0 | 74 | 30 | 31 | 504 | 57 | 65 |
| Binary | 10111111 | 1001101 | 10010010 | 0 | 111100 | 11000 | 11001 | 101000100 | 101111 | 110101 |
Color Harmonies of #BF4D92
Complementary color
Monochromatic Colors of #BF4D92
Black with #BF4D92
Text Example
Text Example
White with #BF4D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D92; }
p { color: rgb(191,77,146); }
H1.HeaderClassName
{
color: #BF4D92;
}
.AnyTagClassName
{
color: #BF4D92;
}
</style>
background-color css
<style>
a { background-color: #BF4D92; }
a { background-color: rgb(191,77,146); }
div.DivClassName
{
background-color: #BF4D92;
}
.BgClassName
{
background-color: #BF4D92;
}
</style>
border-color css
<style>
span { border-color: #BF4D92; }
span { border-color: rgb(191,77,146); }
td.TdClassName
{
border-color: #BF4D92;
}
.TagClassName
{
border-color: #BF4D92;
}
</style>