Shades of Mulberry #B64798
Tints of Mulberry #B64798
RGB
CMYK
RGB Variations
Color information
#B64798 (or 0xB64798) is known color: Mulberry. HEX triplet: B6, 47 and 98. RGB value is (182,71,152). Sum of RGB (Red+Green+Blue) = 182+71+152=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B64798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64798 is #49B867. Grayscale: #717171. Windows color (decimal): -4831336 or 9979830. OLE color: 9979830.
HSL color Cylindrical-coordinate representation of color #B64798: hue angle of 316.22º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64798 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 152 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.29 |
| HSL | 316.22º | 0.44% | 0.5% | - |
| HSV(B) | 316.22º | 0.61% | 0.71% | - |
| XYZ | 27.21 | 16.72 | 31.5 | - |
| YUV | 113.42 | 149.77 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 152 | 0 | 0.61 | 0.16 | 0.29 | 316.22 | 0.44 | 0.5 |
| Hex | B6 | 47 | 98 | 0 | 3D | 10 | 1D | 13C | 2C | 32 |
| Octal | 266 | 107 | 230 | 0 | 75 | 20 | 35 | 474 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10011000 | 0 | 111101 | 10000 | 11101 | 100111100 | 101100 | 110010 |
Color Harmonies of #B64798
Complementary color
Monochromatic Colors of #B64798
Black with #B64798
Text Example
Text Example
White with #B64798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64798; }
p { color: rgb(182,71,152); }
H1.HeaderClassName
{
color: #B64798;
}
.AnyTagClassName
{
color: #B64798;
}
</style>
background-color css
<style>
a { background-color: #B64798; }
a { background-color: rgb(182,71,152); }
div.DivClassName
{
background-color: #B64798;
}
.BgClassName
{
background-color: #B64798;
}
</style>
border-color css
<style>
span { border-color: #B64798; }
span { border-color: rgb(182,71,152); }
td.TdClassName
{
border-color: #B64798;
}
.TagClassName
{
border-color: #B64798;
}
</style>