Shades of Mulberry #B74994
Tints of Mulberry #B74994
RGB
CMYK
RGB Variations
Color information
#B74994 (or 0xB74994) is known color: Mulberry. HEX triplet: B7, 49 and 94. RGB value is (183,73,148). Sum of RGB (Red+Green+Blue) = 183+73+148=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B74994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74994 is #48B66B. Grayscale: #727272. Windows color (decimal): -4765292 or 9718199. OLE color: 9718199.
HSL color Cylindrical-coordinate representation of color #B74994: hue angle of 319.09º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74994 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 148 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.28 |
| HSL | 319.09º | 0.43% | 0.5% | - |
| HSV(B) | 319.09º | 0.6% | 0.72% | - |
| XYZ | 27.26 | 16.97 | 29.86 | - |
| YUV | 114.44 | 146.94 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 148 | 0 | 0.60 | 0.19 | 0.28 | 319.09 | 0.43 | 0.5 |
| Hex | B7 | 49 | 94 | 0 | 3C | 13 | 1C | 13F | 2B | 32 |
| Octal | 267 | 111 | 224 | 0 | 74 | 23 | 34 | 477 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10010100 | 0 | 111100 | 10011 | 11100 | 100111111 | 101011 | 110010 |
Color Harmonies of #B74994
Complementary color
Monochromatic Colors of #B74994
Black with #B74994
Text Example
Text Example
White with #B74994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74994; }
p { color: rgb(183,73,148); }
H1.HeaderClassName
{
color: #B74994;
}
.AnyTagClassName
{
color: #B74994;
}
</style>
background-color css
<style>
a { background-color: #B74994; }
a { background-color: rgb(183,73,148); }
div.DivClassName
{
background-color: #B74994;
}
.BgClassName
{
background-color: #B74994;
}
</style>
border-color css
<style>
span { border-color: #B74994; }
span { border-color: rgb(183,73,148); }
td.TdClassName
{
border-color: #B74994;
}
.TagClassName
{
border-color: #B74994;
}
</style>