Shades of Mulberry #B74C8C
Tints of Mulberry #B74C8C
RGB
CMYK
RGB Variations
Color information
#B74C8C (or 0xB74C8C) is known color: Mulberry. HEX triplet: B7, 4C and 8C. RGB value is (183,76,140). Sum of RGB (Red+Green+Blue) = 183+76+140=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74C8C is #48B373. Grayscale: #737373. Windows color (decimal): -4764532 or 9194679. OLE color: 9194679.
HSL color Cylindrical-coordinate representation of color #B74C8C: hue angle of 324.11º 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 #B74C8C is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 140 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.28 |
| HSL | 324.11º | 0.43% | 0.51% | - |
| HSV(B) | 324.11º | 0.58% | 0.72% | - |
| XYZ | 26.85 | 17.13 | 26.7 | - |
| YUV | 115.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 140 | 0 | 0.58 | 0.23 | 0.28 | 324.11 | 0.43 | 0.51 |
| Hex | B7 | 4C | 8C | 0 | 3A | 17 | 1C | 144 | 2B | 33 |
| Octal | 267 | 114 | 214 | 0 | 72 | 27 | 34 | 504 | 53 | 63 |
| Binary | 10110111 | 1001100 | 10001100 | 0 | 111010 | 10111 | 11100 | 101000100 | 101011 | 110011 |
Color Harmonies of #B74C8C
Complementary color
Monochromatic Colors of #B74C8C
Black with #B74C8C
Text Example
Text Example
White with #B74C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C8C; }
p { color: rgb(183,76,140); }
H1.HeaderClassName
{
color: #B74C8C;
}
.AnyTagClassName
{
color: #B74C8C;
}
</style>
background-color css
<style>
a { background-color: #B74C8C; }
a { background-color: rgb(183,76,140); }
div.DivClassName
{
background-color: #B74C8C;
}
.BgClassName
{
background-color: #B74C8C;
}
</style>
border-color css
<style>
span { border-color: #B74C8C; }
span { border-color: rgb(183,76,140); }
td.TdClassName
{
border-color: #B74C8C;
}
.TagClassName
{
border-color: #B74C8C;
}
</style>