Shades of Mulberry #B74889
Tints of Mulberry #B74889
RGB
CMYK
RGB Variations
Color information
#B74889 (or 0xB74889) is known color: Mulberry. HEX triplet: B7, 48 and 89. RGB value is (183,72,137). Sum of RGB (Red+Green+Blue) = 183+72+137=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 72 (28.52% from 255 or 18.37% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B74889 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74889 is #48B776. Grayscale: #707070. Windows color (decimal): -4765559 or 8997047. OLE color: 8997047.
HSL color Cylindrical-coordinate representation of color #B74889: hue angle of 324.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74889 is Cyan = 0, Magento = 0.61, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 137 | - |
| CMYK | 0 | 0.61 | 0.25 | 0.28 |
| HSL | 324.86º | 0.44% | 0.5% | - |
| HSV(B) | 324.86º | 0.61% | 0.72% | - |
| XYZ | 26.36 | 16.51 | 25.46 | - |
| YUV | 112.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 137 | 0 | 0.61 | 0.25 | 0.28 | 324.86 | 0.44 | 0.5 |
| Hex | B7 | 48 | 89 | 0 | 3D | 19 | 1C | 145 | 2C | 32 |
| Octal | 267 | 110 | 211 | 0 | 75 | 31 | 34 | 505 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10001001 | 0 | 111101 | 11001 | 11100 | 101000101 | 101100 | 110010 |
Color Harmonies of #B74889
Complementary color
Monochromatic Colors of #B74889
Black with #B74889
Text Example
Text Example
White with #B74889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74889; }
p { color: rgb(183,72,137); }
H1.HeaderClassName
{
color: #B74889;
}
.AnyTagClassName
{
color: #B74889;
}
</style>
background-color css
<style>
a { background-color: #B74889; }
a { background-color: rgb(183,72,137); }
div.DivClassName
{
background-color: #B74889;
}
.BgClassName
{
background-color: #B74889;
}
</style>
border-color css
<style>
span { border-color: #B74889; }
span { border-color: rgb(183,72,137); }
td.TdClassName
{
border-color: #B74889;
}
.TagClassName
{
border-color: #B74889;
}
</style>