Shades of Mulberry #B64987
Tints of Mulberry #B64987
RGB
CMYK
RGB Variations
Color information
#B64987 (or 0xB64987) is known color: Mulberry. HEX triplet: B6, 49 and 87. RGB value is (182,73,135). Sum of RGB (Red+Green+Blue) = 182+73+135=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B64987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64987 is #49B678. Grayscale: #707070. Windows color (decimal): -4830841 or 8866230. OLE color: 8866230.
HSL color Cylindrical-coordinate representation of color #B64987: hue angle of 325.87º 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 #B64987 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 135 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.29 |
| HSL | 325.87º | 0.43% | 0.5% | - |
| HSV(B) | 325.87º | 0.6% | 0.71% | - |
| XYZ | 26.05 | 16.46 | 24.73 | - |
| YUV | 112.66 | 140.61 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 135 | 0 | 0.60 | 0.26 | 0.29 | 325.87 | 0.43 | 0.5 |
| Hex | B6 | 49 | 87 | 0 | 3C | 1A | 1D | 146 | 2B | 32 |
| Octal | 266 | 111 | 207 | 0 | 74 | 32 | 35 | 506 | 53 | 62 |
| Binary | 10110110 | 1001001 | 10000111 | 0 | 111100 | 11010 | 11101 | 101000110 | 101011 | 110010 |
Color Harmonies of #B64987
Complementary color
Monochromatic Colors of #B64987
Black with #B64987
Text Example
Text Example
White with #B64987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64987; }
p { color: rgb(182,73,135); }
H1.HeaderClassName
{
color: #B64987;
}
.AnyTagClassName
{
color: #B64987;
}
</style>
background-color css
<style>
a { background-color: #B64987; }
a { background-color: rgb(182,73,135); }
div.DivClassName
{
background-color: #B64987;
}
.BgClassName
{
background-color: #B64987;
}
</style>
border-color css
<style>
span { border-color: #B64987; }
span { border-color: rgb(182,73,135); }
td.TdClassName
{
border-color: #B64987;
}
.TagClassName
{
border-color: #B64987;
}
</style>