Shades of Mulberry #B64895
Tints of Mulberry #B64895
RGB
CMYK
RGB Variations
Color information
#B64895 (or 0xB64895) is known color: Mulberry. HEX triplet: B6, 48 and 95. RGB value is (182,72,149). Sum of RGB (Red+Green+Blue) = 182+72+149=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 149 (58.59% from 255 or 36.97% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B64895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64895 is #49B76A. Grayscale: #717171. Windows color (decimal): -4831083 or 9783478. OLE color: 9783478.
HSL color Cylindrical-coordinate representation of color #B64895: hue angle of 318º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64895 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 72 | 149 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.29 |
| HSL | 318º | 0.43% | 0.5% | - |
| HSV(B) | 318º | 0.6% | 0.71% | - |
| XYZ | 27.03 | 16.75 | 30.24 | - |
| YUV | 113.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 72 | 149 | 0 | 0.60 | 0.18 | 0.29 | 318 | 0.43 | 0.5 |
| Hex | B6 | 48 | 95 | 0 | 3C | 12 | 1D | 13E | 2B | 32 |
| Octal | 266 | 110 | 225 | 0 | 74 | 22 | 35 | 476 | 53 | 62 |
| Binary | 10110110 | 1001000 | 10010101 | 0 | 111100 | 10010 | 11101 | 100111110 | 101011 | 110010 |
Color Harmonies of #B64895
Complementary color
Monochromatic Colors of #B64895
Black with #B64895
Text Example
Text Example
White with #B64895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64895; }
p { color: rgb(182,72,149); }
H1.HeaderClassName
{
color: #B64895;
}
.AnyTagClassName
{
color: #B64895;
}
</style>
background-color css
<style>
a { background-color: #B64895; }
a { background-color: rgb(182,72,149); }
div.DivClassName
{
background-color: #B64895;
}
.BgClassName
{
background-color: #B64895;
}
</style>
border-color css
<style>
span { border-color: #B64895; }
span { border-color: rgb(182,72,149); }
td.TdClassName
{
border-color: #B64895;
}
.TagClassName
{
border-color: #B64895;
}
</style>