Shades of Mulberry #B74D97
Tints of Mulberry #B74D97
RGB
CMYK
RGB Variations
Color information
#B74D97 (or 0xB74D97) is known color: Mulberry. HEX triplet: B7, 4D and 97. RGB value is (183,77,151). Sum of RGB (Red+Green+Blue) = 183+77+151=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 151 (59.38% from 255 or 36.74% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D97 is #48B268. Grayscale: #747474. Windows color (decimal): -4764265 or 9915831. OLE color: 9915831.
HSL color Cylindrical-coordinate representation of color #B74D97: hue angle of 318.11º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D97 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 151 | - |
| CMYK | 0 | 0.58 | 0.17 | 0.28 |
| HSL | 318.11º | 0.42% | 0.51% | - |
| HSV(B) | 318.11º | 0.58% | 0.72% | - |
| XYZ | 27.77 | 17.61 | 31.21 | - |
| YUV | 117.13 | 147.12 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 151 | 0 | 0.58 | 0.17 | 0.28 | 318.11 | 0.42 | 0.51 |
| Hex | B7 | 4D | 97 | 0 | 3A | 11 | 1C | 13E | 2A | 33 |
| Octal | 267 | 115 | 227 | 0 | 72 | 21 | 34 | 476 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10010111 | 0 | 111010 | 10001 | 11100 | 100111110 | 101010 | 110011 |
Color Harmonies of #B74D97
Complementary color
Monochromatic Colors of #B74D97
Black with #B74D97
Text Example
Text Example
White with #B74D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D97; }
p { color: rgb(183,77,151); }
H1.HeaderClassName
{
color: #B74D97;
}
.AnyTagClassName
{
color: #B74D97;
}
</style>
background-color css
<style>
a { background-color: #B74D97; }
a { background-color: rgb(183,77,151); }
div.DivClassName
{
background-color: #B74D97;
}
.BgClassName
{
background-color: #B74D97;
}
</style>
border-color css
<style>
span { border-color: #B74D97; }
span { border-color: rgb(183,77,151); }
td.TdClassName
{
border-color: #B74D97;
}
.TagClassName
{
border-color: #B74D97;
}
</style>