Shades of Mulberry #B74D8C
Tints of Mulberry #B74D8C
RGB
CMYK
RGB Variations
Color information
#B74D8C (or 0xB74D8C) is known color: Mulberry. HEX triplet: B7, 4D and 8C. RGB value is (183,77,140). Sum of RGB (Red+Green+Blue) = 183+77+140=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D8C is #48B273. Grayscale: #737373. Windows color (decimal): -4764276 or 9194935. OLE color: 9194935.
HSL color Cylindrical-coordinate representation of color #B74D8C: hue angle of 324.34º 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 #B74D8C is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 140 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.28 |
| HSL | 324.34º | 0.42% | 0.51% | - |
| HSV(B) | 324.34º | 0.58% | 0.72% | - |
| XYZ | 26.92 | 17.27 | 26.73 | - |
| YUV | 115.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 140 | 0 | 0.58 | 0.23 | 0.28 | 324.34 | 0.42 | 0.51 |
| Hex | B7 | 4D | 8C | 0 | 3A | 17 | 1C | 144 | 2A | 33 |
| Octal | 267 | 115 | 214 | 0 | 72 | 27 | 34 | 504 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10001100 | 0 | 111010 | 10111 | 11100 | 101000100 | 101010 | 110011 |
Color Harmonies of #B74D8C
Complementary color
Monochromatic Colors of #B74D8C
Black with #B74D8C
Text Example
Text Example
White with #B74D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D8C; }
p { color: rgb(183,77,140); }
H1.HeaderClassName
{
color: #B74D8C;
}
.AnyTagClassName
{
color: #B74D8C;
}
</style>
background-color css
<style>
a { background-color: #B74D8C; }
a { background-color: rgb(183,77,140); }
div.DivClassName
{
background-color: #B74D8C;
}
.BgClassName
{
background-color: #B74D8C;
}
</style>
border-color css
<style>
span { border-color: #B74D8C; }
span { border-color: rgb(183,77,140); }
td.TdClassName
{
border-color: #B74D8C;
}
.TagClassName
{
border-color: #B74D8C;
}
</style>