Shades of Mulberry #B64C95
Tints of Mulberry #B64C95
RGB
CMYK
RGB Variations
Color information
#B64C95 (or 0xB64C95) is known color: Mulberry. HEX triplet: B6, 4C and 95. RGB value is (182,76,149). Sum of RGB (Red+Green+Blue) = 182+76+149=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C95 is #49B36A. Grayscale: #737373. Windows color (decimal): -4830059 or 9784502. OLE color: 9784502.
HSL color Cylindrical-coordinate representation of color #B64C95: hue angle of 318.68º 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 #B64C95 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 149 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.29 |
| HSL | 318.68º | 0.42% | 0.51% | - |
| HSV(B) | 318.68º | 0.58% | 0.71% | - |
| XYZ | 27.3 | 17.28 | 30.33 | - |
| YUV | 116.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 149 | 0 | 0.58 | 0.18 | 0.29 | 318.68 | 0.42 | 0.51 |
| Hex | B6 | 4C | 95 | 0 | 3A | 12 | 1D | 13F | 2A | 33 |
| Octal | 266 | 114 | 225 | 0 | 72 | 22 | 35 | 477 | 52 | 63 |
| Binary | 10110110 | 1001100 | 10010101 | 0 | 111010 | 10010 | 11101 | 100111111 | 101010 | 110011 |
Color Harmonies of #B64C95
Complementary color
Monochromatic Colors of #B64C95
Black with #B64C95
Text Example
Text Example
White with #B64C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C95; }
p { color: rgb(182,76,149); }
H1.HeaderClassName
{
color: #B64C95;
}
.AnyTagClassName
{
color: #B64C95;
}
</style>
background-color css
<style>
a { background-color: #B64C95; }
a { background-color: rgb(182,76,149); }
div.DivClassName
{
background-color: #B64C95;
}
.BgClassName
{
background-color: #B64C95;
}
</style>
border-color css
<style>
span { border-color: #B64C95; }
span { border-color: rgb(182,76,149); }
td.TdClassName
{
border-color: #B64C95;
}
.TagClassName
{
border-color: #B64C95;
}
</style>