Shades of Mulberry #B64B82
Tints of Mulberry #B64B82
RGB
CMYK
RGB Variations
Color information
#B64B82 (or 0xB64B82) is known color: Mulberry. HEX triplet: B6, 4B and 82. RGB value is (182,75,130). Sum of RGB (Red+Green+Blue) = 182+75+130=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B82 is #49B47D. Grayscale: #717171. Windows color (decimal): -4830334 or 8539062. OLE color: 8539062.
HSL color Cylindrical-coordinate representation of color #B64B82: hue angle of 329.16º 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 #B64B82 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 130 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.29 |
| HSL | 329.16º | 0.42% | 0.5% | - |
| HSV(B) | 329.16º | 0.59% | 0.71% | - |
| XYZ | 25.84 | 16.59 | 22.96 | - |
| YUV | 113.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 130 | 0 | 0.59 | 0.29 | 0.29 | 329.16 | 0.42 | 0.5 |
| Hex | B6 | 4B | 82 | 0 | 3B | 1D | 1D | 149 | 2A | 32 |
| Octal | 266 | 113 | 202 | 0 | 73 | 35 | 35 | 511 | 52 | 62 |
| Binary | 10110110 | 1001011 | 10000010 | 0 | 111011 | 11101 | 11101 | 101001001 | 101010 | 110010 |
Color Harmonies of #B64B82
Complementary color
Monochromatic Colors of #B64B82
Black with #B64B82
Text Example
Text Example
White with #B64B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B82; }
p { color: rgb(182,75,130); }
H1.HeaderClassName
{
color: #B64B82;
}
.AnyTagClassName
{
color: #B64B82;
}
</style>
background-color css
<style>
a { background-color: #B64B82; }
a { background-color: rgb(182,75,130); }
div.DivClassName
{
background-color: #B64B82;
}
.BgClassName
{
background-color: #B64B82;
}
</style>
border-color css
<style>
span { border-color: #B64B82; }
span { border-color: rgb(182,75,130); }
td.TdClassName
{
border-color: #B64B82;
}
.TagClassName
{
border-color: #B64B82;
}
</style>