Shades of Mulberry #B74D8E
Tints of Mulberry #B74D8E
RGB
CMYK
RGB Variations
Color information
#B74D8E (or 0xB74D8E) is known color: Mulberry. HEX triplet: B7, 4D and 8E. RGB value is (183,77,142). Sum of RGB (Red+Green+Blue) = 183+77+142=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D8E is #48B271. Grayscale: #737373. Windows color (decimal): -4764274 or 9326007. OLE color: 9326007.
HSL color Cylindrical-coordinate representation of color #B74D8E: hue angle of 323.21º 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 #B74D8E is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 142 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.28 |
| HSL | 323.21º | 0.42% | 0.51% | - |
| HSV(B) | 323.21º | 0.58% | 0.72% | - |
| XYZ | 27.06 | 17.33 | 27.51 | - |
| YUV | 116.1 | 142.62 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 142 | 0 | 0.58 | 0.22 | 0.28 | 323.21 | 0.42 | 0.51 |
| Hex | B7 | 4D | 8E | 0 | 3A | 16 | 1C | 143 | 2A | 33 |
| Octal | 267 | 115 | 216 | 0 | 72 | 26 | 34 | 503 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10001110 | 0 | 111010 | 10110 | 11100 | 101000011 | 101010 | 110011 |
Color Harmonies of #B74D8E
Complementary color
Monochromatic Colors of #B74D8E
Black with #B74D8E
Text Example
Text Example
White with #B74D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D8E; }
p { color: rgb(183,77,142); }
H1.HeaderClassName
{
color: #B74D8E;
}
.AnyTagClassName
{
color: #B74D8E;
}
</style>
background-color css
<style>
a { background-color: #B74D8E; }
a { background-color: rgb(183,77,142); }
div.DivClassName
{
background-color: #B74D8E;
}
.BgClassName
{
background-color: #B74D8E;
}
</style>
border-color css
<style>
span { border-color: #B74D8E; }
span { border-color: rgb(183,77,142); }
td.TdClassName
{
border-color: #B74D8E;
}
.TagClassName
{
border-color: #B74D8E;
}
</style>