Shades of Mulberry #B74C8D
Tints of Mulberry #B74C8D
RGB
CMYK
RGB Variations
Color information
#B74C8D (or 0xB74C8D) is known color: Mulberry. HEX triplet: B7, 4C and 8D. RGB value is (183,76,141). Sum of RGB (Red+Green+Blue) = 183+76+141=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 141 (55.47% from 255 or 35.25% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C8D is #48B372. Grayscale: #737373. Windows color (decimal): -4764531 or 9260215. OLE color: 9260215.
HSL color Cylindrical-coordinate representation of color #B74C8D: hue angle of 323.55º degrees, saturation: 0.43, 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 #B74C8D is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 141 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.28 |
| HSL | 323.55º | 0.43% | 0.51% | - |
| HSV(B) | 323.55º | 0.58% | 0.72% | - |
| XYZ | 26.92 | 17.16 | 27.09 | - |
| YUV | 115.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 141 | 0 | 0.58 | 0.23 | 0.28 | 323.55 | 0.43 | 0.51 |
| Hex | B7 | 4C | 8D | 0 | 3A | 17 | 1C | 144 | 2B | 33 |
| Octal | 267 | 114 | 215 | 0 | 72 | 27 | 34 | 504 | 53 | 63 |
| Binary | 10110111 | 1001100 | 10001101 | 0 | 111010 | 10111 | 11100 | 101000100 | 101011 | 110011 |
Color Harmonies of #B74C8D
Complementary color
Monochromatic Colors of #B74C8D
Black with #B74C8D
Text Example
Text Example
White with #B74C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C8D; }
p { color: rgb(183,76,141); }
H1.HeaderClassName
{
color: #B74C8D;
}
.AnyTagClassName
{
color: #B74C8D;
}
</style>
background-color css
<style>
a { background-color: #B74C8D; }
a { background-color: rgb(183,76,141); }
div.DivClassName
{
background-color: #B74C8D;
}
.BgClassName
{
background-color: #B74C8D;
}
</style>
border-color css
<style>
span { border-color: #B74C8D; }
span { border-color: rgb(183,76,141); }
td.TdClassName
{
border-color: #B74C8D;
}
.TagClassName
{
border-color: #B74C8D;
}
</style>