Shades of Mulberry #B64B8C
Tints of Mulberry #B64B8C
RGB
CMYK
RGB Variations
Color information
#B64B8C (or 0xB64B8C) is known color: Mulberry. HEX triplet: B6, 4B and 8C. RGB value is (182,75,140). Sum of RGB (Red+Green+Blue) = 182+75+140=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 75 (29.69% from 255 or 18.89% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B8C is #49B473. Grayscale: #727272. Windows color (decimal): -4830324 or 9194422. OLE color: 9194422.
HSL color Cylindrical-coordinate representation of color #B64B8C: hue angle of 323.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64B8C is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 140 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.29 |
| HSL | 323.55º | 0.42% | 0.5% | - |
| HSV(B) | 323.55º | 0.59% | 0.71% | - |
| XYZ | 26.54 | 16.87 | 26.67 | - |
| YUV | 114.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 140 | 0 | 0.59 | 0.23 | 0.29 | 323.55 | 0.42 | 0.5 |
| Hex | B6 | 4B | 8C | 0 | 3B | 17 | 1D | 144 | 2A | 32 |
| Octal | 266 | 113 | 214 | 0 | 73 | 27 | 35 | 504 | 52 | 62 |
| Binary | 10110110 | 1001011 | 10001100 | 0 | 111011 | 10111 | 11101 | 101000100 | 101010 | 110010 |
Color Harmonies of #B64B8C
Complementary color
Monochromatic Colors of #B64B8C
Black with #B64B8C
Text Example
Text Example
White with #B64B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B8C; }
p { color: rgb(182,75,140); }
H1.HeaderClassName
{
color: #B64B8C;
}
.AnyTagClassName
{
color: #B64B8C;
}
</style>
background-color css
<style>
a { background-color: #B64B8C; }
a { background-color: rgb(182,75,140); }
div.DivClassName
{
background-color: #B64B8C;
}
.BgClassName
{
background-color: #B64B8C;
}
</style>
border-color css
<style>
span { border-color: #B64B8C; }
span { border-color: rgb(182,75,140); }
td.TdClassName
{
border-color: #B64B8C;
}
.TagClassName
{
border-color: #B64B8C;
}
</style>