Shades of Mulberry #B64E9D
Tints of Mulberry #B64E9D
RGB
CMYK
RGB Variations
Color information
#B64E9D (or 0xB64E9D) is known color: Mulberry. HEX triplet: B6, 4E and 9D. RGB value is (182,78,157). Sum of RGB (Red+Green+Blue) = 182+78+157=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 78 (30.86% from 255 or 18.71% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B64E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64E9D is #49B162. Grayscale: #757575. Windows color (decimal): -4829539 or 10309302. OLE color: 10309302.
HSL color Cylindrical-coordinate representation of color #B64E9D: hue angle of 314.42º 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 #B64E9D is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 78 | 157 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.29 |
| HSL | 314.42º | 0.42% | 0.51% | - |
| HSV(B) | 314.42º | 0.57% | 0.71% | - |
| XYZ | 28.1 | 17.83 | 33.86 | - |
| YUV | 118.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 78 | 157 | 0 | 0.57 | 0.14 | 0.29 | 314.42 | 0.42 | 0.51 |
| Hex | B6 | 4E | 9D | 0 | 39 | E | 1D | 13A | 2A | 33 |
| Octal | 266 | 116 | 235 | 0 | 71 | 16 | 35 | 472 | 52 | 63 |
| Binary | 10110110 | 1001110 | 10011101 | 0 | 111001 | 1110 | 11101 | 100111010 | 101010 | 110011 |
Color Harmonies of #B64E9D
Complementary color
Monochromatic Colors of #B64E9D
Black with #B64E9D
Text Example
Text Example
White with #B64E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64E9D; }
p { color: rgb(182,78,157); }
H1.HeaderClassName
{
color: #B64E9D;
}
.AnyTagClassName
{
color: #B64E9D;
}
</style>
background-color css
<style>
a { background-color: #B64E9D; }
a { background-color: rgb(182,78,157); }
div.DivClassName
{
background-color: #B64E9D;
}
.BgClassName
{
background-color: #B64E9D;
}
</style>
border-color css
<style>
span { border-color: #B64E9D; }
span { border-color: rgb(182,78,157); }
td.TdClassName
{
border-color: #B64E9D;
}
.TagClassName
{
border-color: #B64E9D;
}
</style>