Shades of Mulberry #B64D9A
Tints of Mulberry #B64D9A
RGB
CMYK
RGB Variations
Color information
#B64D9A (or 0xB64D9A) is known color: Mulberry. HEX triplet: B6, 4D and 9A. RGB value is (182,77,154). Sum of RGB (Red+Green+Blue) = 182+77+154=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64D9A is #49B265. Grayscale: #747474. Windows color (decimal): -4829798 or 10112438. OLE color: 10112438.
HSL color Cylindrical-coordinate representation of color #B64D9A: hue angle of 316º 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 #B64D9A is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 77 | 154 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.29 |
| HSL | 316º | 0.42% | 0.51% | - |
| HSV(B) | 316º | 0.58% | 0.71% | - |
| XYZ | 27.78 | 17.59 | 32.5 | - |
| YUV | 117.17 | 148.79 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 77 | 154 | 0 | 0.58 | 0.15 | 0.29 | 316 | 0.42 | 0.51 |
| Hex | B6 | 4D | 9A | 0 | 3A | F | 1D | 13C | 2A | 33 |
| Octal | 266 | 115 | 232 | 0 | 72 | 17 | 35 | 474 | 52 | 63 |
| Binary | 10110110 | 1001101 | 10011010 | 0 | 111010 | 1111 | 11101 | 100111100 | 101010 | 110011 |
Color Harmonies of #B64D9A
Complementary color
Monochromatic Colors of #B64D9A
Black with #B64D9A
Text Example
Text Example
White with #B64D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64D9A; }
p { color: rgb(182,77,154); }
H1.HeaderClassName
{
color: #B64D9A;
}
.AnyTagClassName
{
color: #B64D9A;
}
</style>
background-color css
<style>
a { background-color: #B64D9A; }
a { background-color: rgb(182,77,154); }
div.DivClassName
{
background-color: #B64D9A;
}
.BgClassName
{
background-color: #B64D9A;
}
</style>
border-color css
<style>
span { border-color: #B64D9A; }
span { border-color: rgb(182,77,154); }
td.TdClassName
{
border-color: #B64D9A;
}
.TagClassName
{
border-color: #B64D9A;
}
</style>