Shades of Mulberry #B64994
Tints of Mulberry #B64994
RGB
CMYK
RGB Variations
Color information
#B64994 (or 0xB64994) is known color: Mulberry. HEX triplet: B6, 49 and 94. RGB value is (182,73,148). Sum of RGB (Red+Green+Blue) = 182+73+148=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B64994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64994 is #49B66B. Grayscale: #717171. Windows color (decimal): -4830828 or 9718198. OLE color: 9718198.
HSL color Cylindrical-coordinate representation of color #B64994: hue angle of 318.72º 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 #B64994 is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 148 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.29 |
| HSL | 318.72º | 0.43% | 0.5% | - |
| HSV(B) | 318.72º | 0.6% | 0.71% | - |
| XYZ | 27.02 | 16.85 | 29.84 | - |
| YUV | 114.14 | 147.11 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 148 | 0 | 0.60 | 0.19 | 0.29 | 318.72 | 0.43 | 0.5 |
| Hex | B6 | 49 | 94 | 0 | 3C | 13 | 1D | 13F | 2B | 32 |
| Octal | 266 | 111 | 224 | 0 | 74 | 23 | 35 | 477 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10010100 | 0 | 111100 | 10011 | 11101 | 100111111 | 101011 | 110010 |
Color Harmonies of #B64994
Complementary color
Monochromatic Colors of #B64994
Black with #B64994
Text Example
Text Example
White with #B64994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64994; }
p { color: rgb(182,73,148); }
H1.HeaderClassName
{
color: #B64994;
}
.AnyTagClassName
{
color: #B64994;
}
</style>
background-color css
<style>
a { background-color: #B64994; }
a { background-color: rgb(182,73,148); }
div.DivClassName
{
background-color: #B64994;
}
.BgClassName
{
background-color: #B64994;
}
</style>
border-color css
<style>
span { border-color: #B64994; }
span { border-color: rgb(182,73,148); }
td.TdClassName
{
border-color: #B64994;
}
.TagClassName
{
border-color: #B64994;
}
</style>