Shades of Mulberry #B74888
Tints of Mulberry #B74888
RGB
CMYK
RGB Variations
Color information
#B74888 (or 0xB74888) is known color: Mulberry. HEX triplet: B7, 48 and 88. RGB value is (183,72,136). Sum of RGB (Red+Green+Blue) = 183+72+136=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B74888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74888 is #48B777. Grayscale: #707070. Windows color (decimal): -4765560 or 8931511. OLE color: 8931511.
HSL color Cylindrical-coordinate representation of color #B74888: hue angle of 325.41º 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 #B74888 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 136 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.28 |
| HSL | 325.41º | 0.44% | 0.5% | - |
| HSV(B) | 325.41º | 0.61% | 0.72% | - |
| XYZ | 26.29 | 16.48 | 25.09 | - |
| YUV | 112.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 136 | 0 | 0.61 | 0.26 | 0.28 | 325.41 | 0.44 | 0.5 |
| Hex | B7 | 48 | 88 | 0 | 3D | 1A | 1C | 145 | 2C | 32 |
| Octal | 267 | 110 | 210 | 0 | 75 | 32 | 34 | 505 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10001000 | 0 | 111101 | 11010 | 11100 | 101000101 | 101100 | 110010 |
Color Harmonies of #B74888
Complementary color
Monochromatic Colors of #B74888
Black with #B74888
Text Example
Text Example
White with #B74888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74888; }
p { color: rgb(183,72,136); }
H1.HeaderClassName
{
color: #B74888;
}
.AnyTagClassName
{
color: #B74888;
}
</style>
background-color css
<style>
a { background-color: #B74888; }
a { background-color: rgb(183,72,136); }
div.DivClassName
{
background-color: #B74888;
}
.BgClassName
{
background-color: #B74888;
}
</style>
border-color css
<style>
span { border-color: #B74888; }
span { border-color: rgb(183,72,136); }
td.TdClassName
{
border-color: #B74888;
}
.TagClassName
{
border-color: #B74888;
}
</style>