Shades of Mulberry #B64B91
Tints of Mulberry #B64B91
RGB
CMYK
RGB Variations
Color information
#B64B91 (or 0xB64B91) is known color: Mulberry. HEX triplet: B6, 4B and 91. RGB value is (182,75,145). Sum of RGB (Red+Green+Blue) = 182+75+145=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B91 is #49B46E. Grayscale: #727272. Windows color (decimal): -4830319 or 9522102. OLE color: 9522102.
HSL color Cylindrical-coordinate representation of color #B64B91: hue angle of 320.75º 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 #B64B91 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 145 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.29 |
| HSL | 320.75º | 0.42% | 0.5% | - |
| HSV(B) | 320.75º | 0.59% | 0.71% | - |
| XYZ | 26.92 | 17.02 | 28.65 | - |
| YUV | 114.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 145 | 0 | 0.59 | 0.20 | 0.29 | 320.75 | 0.42 | 0.5 |
| Hex | B6 | 4B | 91 | 0 | 3B | 14 | 1D | 141 | 2A | 32 |
| Octal | 266 | 113 | 221 | 0 | 73 | 24 | 35 | 501 | 52 | 62 |
| Binary | 10110110 | 1001011 | 10010001 | 0 | 111011 | 10100 | 11101 | 101000001 | 101010 | 110010 |
Color Harmonies of #B64B91
Complementary color
Monochromatic Colors of #B64B91
Black with #B64B91
Text Example
Text Example
White with #B64B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B91; }
p { color: rgb(182,75,145); }
H1.HeaderClassName
{
color: #B64B91;
}
.AnyTagClassName
{
color: #B64B91;
}
</style>
background-color css
<style>
a { background-color: #B64B91; }
a { background-color: rgb(182,75,145); }
div.DivClassName
{
background-color: #B64B91;
}
.BgClassName
{
background-color: #B64B91;
}
</style>
border-color css
<style>
span { border-color: #B64B91; }
span { border-color: rgb(182,75,145); }
td.TdClassName
{
border-color: #B64B91;
}
.TagClassName
{
border-color: #B64B91;
}
</style>