Shades of Mulberry #B64E8E
Tints of Mulberry #B64E8E
RGB
CMYK
RGB Variations
Color information
#B64E8E (or 0xB64E8E) is known color: Mulberry. HEX triplet: B6, 4E and 8E. RGB value is (182,78,142). Sum of RGB (Red+Green+Blue) = 182+78+142=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E8E is #49B171. Grayscale: #747474. Windows color (decimal): -4829554 or 9326262. OLE color: 9326262.
HSL color Cylindrical-coordinate representation of color #B64E8E: hue angle of 323.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B64E8E is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 142 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.29 |
| HSL | 323.08º | 0.42% | 0.51% | - |
| HSV(B) | 323.08º | 0.57% | 0.71% | - |
| XYZ | 26.9 | 17.35 | 27.52 | - |
| YUV | 116.39 | 142.46 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 142 | 0 | 0.57 | 0.22 | 0.29 | 323.08 | 0.42 | 0.51 |
| Hex | B6 | 4E | 8E | 0 | 39 | 16 | 1D | 143 | 2A | 33 |
| Octal | 266 | 116 | 216 | 0 | 71 | 26 | 35 | 503 | 52 | 63 |
| Binary | 10110110 | 1001110 | 10001110 | 0 | 111001 | 10110 | 11101 | 101000011 | 101010 | 110011 |
Color Harmonies of #B64E8E
Complementary color
Monochromatic Colors of #B64E8E
Black with #B64E8E
Text Example
Text Example
White with #B64E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E8E; }
p { color: rgb(182,78,142); }
H1.HeaderClassName
{
color: #B64E8E;
}
.AnyTagClassName
{
color: #B64E8E;
}
</style>
background-color css
<style>
a { background-color: #B64E8E; }
a { background-color: rgb(182,78,142); }
div.DivClassName
{
background-color: #B64E8E;
}
.BgClassName
{
background-color: #B64E8E;
}
</style>
border-color css
<style>
span { border-color: #B64E8E; }
span { border-color: rgb(182,78,142); }
td.TdClassName
{
border-color: #B64E8E;
}
.TagClassName
{
border-color: #B64E8E;
}
</style>