Shades of Mulberry #B74984
Tints of Mulberry #B74984
RGB
CMYK
RGB Variations
Color information
#B74984 (or 0xB74984) is known color: Mulberry. HEX triplet: B7, 49 and 84. RGB value is (183,73,132). Sum of RGB (Red+Green+Blue) = 183+73+132=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74984 is #48B67B. Grayscale: #707070. Windows color (decimal): -4765308 or 8669623. OLE color: 8669623.
HSL color Cylindrical-coordinate representation of color #B74984: hue angle of 327.82º 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 #B74984 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 132 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.28 |
| HSL | 327.82º | 0.43% | 0.5% | - |
| HSV(B) | 327.82º | 0.6% | 0.72% | - |
| XYZ | 26.08 | 16.5 | 23.64 | - |
| YUV | 112.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 132 | 0 | 0.60 | 0.28 | 0.28 | 327.82 | 0.43 | 0.5 |
| Hex | B7 | 49 | 84 | 0 | 3C | 1C | 1C | 148 | 2B | 32 |
| Octal | 267 | 111 | 204 | 0 | 74 | 34 | 34 | 510 | 53 | 62 |
| Binary | 10110111 | 1001001 | 10000100 | 0 | 111100 | 11100 | 11100 | 101001000 | 101011 | 110010 |
Color Harmonies of #B74984
Complementary color
Monochromatic Colors of #B74984
Black with #B74984
Text Example
Text Example
White with #B74984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74984; }
p { color: rgb(183,73,132); }
H1.HeaderClassName
{
color: #B74984;
}
.AnyTagClassName
{
color: #B74984;
}
</style>
background-color css
<style>
a { background-color: #B74984; }
a { background-color: rgb(183,73,132); }
div.DivClassName
{
background-color: #B74984;
}
.BgClassName
{
background-color: #B74984;
}
</style>
border-color css
<style>
span { border-color: #B74984; }
span { border-color: rgb(183,73,132); }
td.TdClassName
{
border-color: #B74984;
}
.TagClassName
{
border-color: #B74984;
}
</style>