Shades of Mulberry #B65696
Tints of Mulberry #B65696
RGB
CMYK
RGB Variations
Color information
#B65696 (or 0xB65696) is known color: Mulberry. HEX triplet: B6, 56 and 96. RGB value is (182,86,150). Sum of RGB (Red+Green+Blue) = 182+86+150=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B65696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65696 is #49A969. Grayscale: #797979. Windows color (decimal): -4827498 or 9852598. OLE color: 9852598.
HSL color Cylindrical-coordinate representation of color #B65696: hue angle of 320º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65696 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 150 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.29 |
| HSL | 320º | 0.4% | 0.53% | - |
| HSV(B) | 320º | 0.53% | 0.71% | - |
| XYZ | 28.12 | 18.8 | 31 | - |
| YUV | 122 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 150 | 0 | 0.53 | 0.18 | 0.29 | 320 | 0.4 | 0.53 |
| Hex | B6 | 56 | 96 | 0 | 35 | 12 | 1D | 140 | 28 | 35 |
| Octal | 266 | 126 | 226 | 0 | 65 | 22 | 35 | 500 | 50 | 65 |
| Binary | 10110110 | 1010110 | 10010110 | 0 | 110101 | 10010 | 11101 | 101000000 | 101000 | 110101 |
Color Harmonies of #B65696
Complementary color
Monochromatic Colors of #B65696
Black with #B65696
Text Example
Text Example
White with #B65696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65696; }
p { color: rgb(182,86,150); }
H1.HeaderClassName
{
color: #B65696;
}
.AnyTagClassName
{
color: #B65696;
}
</style>
background-color css
<style>
a { background-color: #B65696; }
a { background-color: rgb(182,86,150); }
div.DivClassName
{
background-color: #B65696;
}
.BgClassName
{
background-color: #B65696;
}
</style>
border-color css
<style>
span { border-color: #B65696; }
span { border-color: rgb(182,86,150); }
td.TdClassName
{
border-color: #B65696;
}
.TagClassName
{
border-color: #B65696;
}
</style>