Shades of Mulberry #B74D90
Tints of Mulberry #B74D90
RGB
CMYK
RGB Variations
Color information
#B74D90 (or 0xB74D90) is known color: Mulberry. HEX triplet: B7, 4D and 90. RGB value is (183,77,144). Sum of RGB (Red+Green+Blue) = 183+77+144=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D90 is #48B26F. Grayscale: #747474. Windows color (decimal): -4764272 or 9457079. OLE color: 9457079.
HSL color Cylindrical-coordinate representation of color #B74D90: hue angle of 322.08º 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 #B74D90 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 144 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.28 |
| HSL | 322.08º | 0.42% | 0.51% | - |
| HSV(B) | 322.08º | 0.58% | 0.72% | - |
| XYZ | 27.22 | 17.39 | 28.31 | - |
| YUV | 116.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 144 | 0 | 0.58 | 0.21 | 0.28 | 322.08 | 0.42 | 0.51 |
| Hex | B7 | 4D | 90 | 0 | 3A | 15 | 1C | 142 | 2A | 33 |
| Octal | 267 | 115 | 220 | 0 | 72 | 25 | 34 | 502 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10010000 | 0 | 111010 | 10101 | 11100 | 101000010 | 101010 | 110011 |
Color Harmonies of #B74D90
Complementary color
Monochromatic Colors of #B74D90
Black with #B74D90
Text Example
Text Example
White with #B74D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D90; }
p { color: rgb(183,77,144); }
H1.HeaderClassName
{
color: #B74D90;
}
.AnyTagClassName
{
color: #B74D90;
}
</style>
background-color css
<style>
a { background-color: #B74D90; }
a { background-color: rgb(183,77,144); }
div.DivClassName
{
background-color: #B74D90;
}
.BgClassName
{
background-color: #B74D90;
}
</style>
border-color css
<style>
span { border-color: #B74D90; }
span { border-color: rgb(183,77,144); }
td.TdClassName
{
border-color: #B74D90;
}
.TagClassName
{
border-color: #B74D90;
}
</style>