Shades of Mulberry #B64997
Tints of Mulberry #B64997
RGB
CMYK
RGB Variations
Color information
#B64997 (or 0xB64997) is known color: Mulberry. HEX triplet: B6, 49 and 97. RGB value is (182,73,151). Sum of RGB (Red+Green+Blue) = 182+73+151=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B64997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64997 is #49B668. Grayscale: #727272. Windows color (decimal): -4830825 or 9914806. OLE color: 9914806.
HSL color Cylindrical-coordinate representation of color #B64997: hue angle of 317.06º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64997 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 151 | - |
| CMYK | 0 | 0.60 | 0.17 | 0.29 |
| HSL | 317.06º | 0.43% | 0.5% | - |
| HSV(B) | 317.06º | 0.6% | 0.71% | - |
| XYZ | 27.26 | 16.94 | 31.11 | - |
| YUV | 114.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 151 | 0 | 0.60 | 0.17 | 0.29 | 317.06 | 0.43 | 0.5 |
| Hex | B6 | 49 | 97 | 0 | 3C | 11 | 1D | 13D | 2B | 32 |
| Octal | 266 | 111 | 227 | 0 | 74 | 21 | 35 | 475 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10010111 | 0 | 111100 | 10001 | 11101 | 100111101 | 101011 | 110010 |
Color Harmonies of #B64997
Complementary color
Monochromatic Colors of #B64997
Black with #B64997
Text Example
Text Example
White with #B64997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64997; }
p { color: rgb(182,73,151); }
H1.HeaderClassName
{
color: #B64997;
}
.AnyTagClassName
{
color: #B64997;
}
</style>
background-color css
<style>
a { background-color: #B64997; }
a { background-color: rgb(182,73,151); }
div.DivClassName
{
background-color: #B64997;
}
.BgClassName
{
background-color: #B64997;
}
</style>
border-color css
<style>
span { border-color: #B64997; }
span { border-color: rgb(182,73,151); }
td.TdClassName
{
border-color: #B64997;
}
.TagClassName
{
border-color: #B64997;
}
</style>