Shades of Mulberry #B74897
Tints of Mulberry #B74897
RGB
CMYK
RGB Variations
Color information
#B74897 (or 0xB74897) is known color: Mulberry. HEX triplet: B7, 48 and 97. RGB value is (183,72,151). Sum of RGB (Red+Green+Blue) = 183+72+151=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B74897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74897 is #48B768. Grayscale: #717171. Windows color (decimal): -4765545 or 9914551. OLE color: 9914551.
HSL color Cylindrical-coordinate representation of color #B74897: hue angle of 317.3º 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 #B74897 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 72 | 151 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.28 |
| HSL | 317.3º | 0.44% | 0.5% | - |
| HSV(B) | 317.3º | 0.61% | 0.72% | - |
| XYZ | 27.43 | 16.94 | 31.1 | - |
| YUV | 114.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 72 | 151 | 0 | 0.61 | 0.17 | 0.28 | 317.3 | 0.44 | 0.5 |
| Hex | B7 | 48 | 97 | 0 | 3D | 11 | 1C | 13D | 2C | 32 |
| Octal | 267 | 110 | 227 | 0 | 75 | 21 | 34 | 475 | 54 | 62 |
| Binary | 10110111 | 1001000 | 10010111 | 0 | 111101 | 10001 | 11100 | 100111101 | 101100 | 110010 |
Color Harmonies of #B74897
Complementary color
Monochromatic Colors of #B74897
Black with #B74897
Text Example
Text Example
White with #B74897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74897; }
p { color: rgb(183,72,151); }
H1.HeaderClassName
{
color: #B74897;
}
.AnyTagClassName
{
color: #B74897;
}
</style>
background-color css
<style>
a { background-color: #B74897; }
a { background-color: rgb(183,72,151); }
div.DivClassName
{
background-color: #B74897;
}
.BgClassName
{
background-color: #B74897;
}
</style>
border-color css
<style>
span { border-color: #B74897; }
span { border-color: rgb(183,72,151); }
td.TdClassName
{
border-color: #B74897;
}
.TagClassName
{
border-color: #B74897;
}
</style>