Shades of Mulberry #B65584
Tints of Mulberry #B65584
RGB
CMYK
RGB Variations
Color information
#B65584 (or 0xB65584) is known color: Mulberry. HEX triplet: B6, 55 and 84. RGB value is (182,85,132). Sum of RGB (Red+Green+Blue) = 182+85+132=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B65584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65584 is #49AA7B. Grayscale: #777777. Windows color (decimal): -4827772 or 8672694. OLE color: 8672694.
HSL color Cylindrical-coordinate representation of color #B65584: hue angle of 330.93º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65584 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 132 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.29 |
| HSL | 330.93º | 0.4% | 0.52% | - |
| HSV(B) | 330.93º | 0.53% | 0.71% | - |
| XYZ | 26.7 | 18.11 | 23.92 | - |
| YUV | 119.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 132 | 0 | 0.53 | 0.27 | 0.29 | 330.93 | 0.4 | 0.52 |
| Hex | B6 | 55 | 84 | 0 | 35 | 1B | 1D | 14B | 28 | 34 |
| Octal | 266 | 125 | 204 | 0 | 65 | 33 | 35 | 513 | 50 | 64 |
| Binary | 10110110 | 1010101 | 10000100 | 0 | 110101 | 11011 | 11101 | 101001011 | 101000 | 110100 |
Color Harmonies of #B65584
Complementary color
Monochromatic Colors of #B65584
Black with #B65584
Text Example
Text Example
White with #B65584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65584; }
p { color: rgb(182,85,132); }
H1.HeaderClassName
{
color: #B65584;
}
.AnyTagClassName
{
color: #B65584;
}
</style>
background-color css
<style>
a { background-color: #B65584; }
a { background-color: rgb(182,85,132); }
div.DivClassName
{
background-color: #B65584;
}
.BgClassName
{
background-color: #B65584;
}
</style>
border-color css
<style>
span { border-color: #B65584; }
span { border-color: rgb(182,85,132); }
td.TdClassName
{
border-color: #B65584;
}
.TagClassName
{
border-color: #B65584;
}
</style>