Shades of Mulberry #B64C87
Tints of Mulberry #B64C87
RGB
CMYK
RGB Variations
Color information
#B64C87 (or 0xB64C87) is known color: Mulberry. HEX triplet: B6, 4C and 87. RGB value is (182,76,135). Sum of RGB (Red+Green+Blue) = 182+76+135=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C87 is #49B378. Grayscale: #727272. Windows color (decimal): -4830073 or 8866998. OLE color: 8866998.
HSL color Cylindrical-coordinate representation of color #B64C87: hue angle of 326.6º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C87 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 135 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.29 |
| HSL | 326.6º | 0.42% | 0.51% | - |
| HSV(B) | 326.6º | 0.58% | 0.71% | - |
| XYZ | 26.25 | 16.86 | 24.79 | - |
| YUV | 114.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 135 | 0 | 0.58 | 0.26 | 0.29 | 326.6 | 0.42 | 0.51 |
| Hex | B6 | 4C | 87 | 0 | 3A | 1A | 1D | 147 | 2A | 33 |
| Octal | 266 | 114 | 207 | 0 | 72 | 32 | 35 | 507 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10000111 | 0 | 111010 | 11010 | 11101 | 101000111 | 101010 | 110011 |
Color Harmonies of #B64C87
Complementary color
Monochromatic Colors of #B64C87
Black with #B64C87
Text Example
Text Example
White with #B64C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C87; }
p { color: rgb(182,76,135); }
H1.HeaderClassName
{
color: #B64C87;
}
.AnyTagClassName
{
color: #B64C87;
}
</style>
background-color css
<style>
a { background-color: #B64C87; }
a { background-color: rgb(182,76,135); }
div.DivClassName
{
background-color: #B64C87;
}
.BgClassName
{
background-color: #B64C87;
}
</style>
border-color css
<style>
span { border-color: #B64C87; }
span { border-color: rgb(182,76,135); }
td.TdClassName
{
border-color: #B64C87;
}
.TagClassName
{
border-color: #B64C87;
}
</style>