Shades of Mulberry #B74894
Tints of Mulberry #B74894
RGB
CMYK
RGB Variations
Color information
#B74894 (or 0xB74894) is known color: Mulberry. HEX triplet: B7, 48 and 94. RGB value is (183,72,148). Sum of RGB (Red+Green+Blue) = 183+72+148=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B74894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74894 is #48B76B. Grayscale: #717171. Windows color (decimal): -4765548 or 9717943. OLE color: 9717943.
HSL color Cylindrical-coordinate representation of color #B74894: hue angle of 318.92º 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 #B74894 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 148 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.28 |
| HSL | 318.92º | 0.44% | 0.5% | - |
| HSV(B) | 318.92º | 0.61% | 0.72% | - |
| XYZ | 27.19 | 16.84 | 29.83 | - |
| YUV | 113.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 148 | 0 | 0.61 | 0.19 | 0.28 | 318.92 | 0.44 | 0.5 |
| Hex | B7 | 48 | 94 | 0 | 3D | 13 | 1C | 13F | 2C | 32 |
| Octal | 267 | 110 | 224 | 0 | 75 | 23 | 34 | 477 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10010100 | 0 | 111101 | 10011 | 11100 | 100111111 | 101100 | 110010 |
Color Harmonies of #B74894
Complementary color
Monochromatic Colors of #B74894
Black with #B74894
Text Example
Text Example
White with #B74894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74894; }
p { color: rgb(183,72,148); }
H1.HeaderClassName
{
color: #B74894;
}
.AnyTagClassName
{
color: #B74894;
}
</style>
background-color css
<style>
a { background-color: #B74894; }
a { background-color: rgb(183,72,148); }
div.DivClassName
{
background-color: #B74894;
}
.BgClassName
{
background-color: #B74894;
}
</style>
border-color css
<style>
span { border-color: #B74894; }
span { border-color: rgb(183,72,148); }
td.TdClassName
{
border-color: #B74894;
}
.TagClassName
{
border-color: #B74894;
}
</style>