Shades of Mulberry #B74D8B
Tints of Mulberry #B74D8B
RGB
CMYK
RGB Variations
Color information
#B74D8B (or 0xB74D8B) is known color: Mulberry. HEX triplet: B7, 4D and 8B. RGB value is (183,77,139). Sum of RGB (Red+Green+Blue) = 183+77+139=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D8B is #48B274. Grayscale: #737373. Windows color (decimal): -4764277 or 9129399. OLE color: 9129399.
HSL color Cylindrical-coordinate representation of color #B74D8B: hue angle of 324.91º 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 #B74D8B is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 139 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.28 |
| HSL | 324.91º | 0.42% | 0.51% | - |
| HSV(B) | 324.91º | 0.58% | 0.72% | - |
| XYZ | 26.84 | 17.24 | 26.34 | - |
| YUV | 115.76 | 141.12 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 139 | 0 | 0.58 | 0.24 | 0.28 | 324.91 | 0.42 | 0.51 |
| Hex | B7 | 4D | 8B | 0 | 3A | 18 | 1C | 145 | 2A | 33 |
| Octal | 267 | 115 | 213 | 0 | 72 | 30 | 34 | 505 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10001011 | 0 | 111010 | 11000 | 11100 | 101000101 | 101010 | 110011 |
Color Harmonies of #B74D8B
Complementary color
Monochromatic Colors of #B74D8B
Black with #B74D8B
Text Example
Text Example
White with #B74D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D8B; }
p { color: rgb(183,77,139); }
H1.HeaderClassName
{
color: #B74D8B;
}
.AnyTagClassName
{
color: #B74D8B;
}
</style>
background-color css
<style>
a { background-color: #B74D8B; }
a { background-color: rgb(183,77,139); }
div.DivClassName
{
background-color: #B74D8B;
}
.BgClassName
{
background-color: #B74D8B;
}
</style>
border-color css
<style>
span { border-color: #B74D8B; }
span { border-color: rgb(183,77,139); }
td.TdClassName
{
border-color: #B74D8B;
}
.TagClassName
{
border-color: #B74D8B;
}
</style>