Shades of Mulberry #B64682
Tints of Mulberry #B64682
RGB
CMYK
RGB Variations
Color information
#B64682 (or 0xB64682) is known color: Mulberry. HEX triplet: B6, 46 and 82. RGB value is (182,70,130). Sum of RGB (Red+Green+Blue) = 182+70+130=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B64682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64682 is #49B97D. Grayscale: #6E6E6E. Windows color (decimal): -4831614 or 8537782. OLE color: 8537782.
HSL color Cylindrical-coordinate representation of color #B64682: hue angle of 327.86º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B64682 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 70 | 130 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.29 |
| HSL | 327.86º | 0.44% | 0.49% | - |
| HSV(B) | 327.86º | 0.62% | 0.71% | - |
| XYZ | 25.51 | 15.94 | 22.85 | - |
| YUV | 110.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 70 | 130 | 0 | 0.62 | 0.29 | 0.29 | 327.86 | 0.44 | 0.49 |
| Hex | B6 | 46 | 82 | 0 | 3E | 1D | 1D | 148 | 2C | 31 |
| Octal | 266 | 106 | 202 | 0 | 76 | 35 | 35 | 510 | 54 | 61 |
| Binary | 10110110 | 1000110 | 10000010 | 0 | 111110 | 11101 | 11101 | 101001000 | 101100 | 110001 |
Color Harmonies of #B64682
Complementary color
Monochromatic Colors of #B64682
Black with #B64682
Text Example
Text Example
White with #B64682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64682; }
p { color: rgb(182,70,130); }
H1.HeaderClassName
{
color: #B64682;
}
.AnyTagClassName
{
color: #B64682;
}
</style>
background-color css
<style>
a { background-color: #B64682; }
a { background-color: rgb(182,70,130); }
div.DivClassName
{
background-color: #B64682;
}
.BgClassName
{
background-color: #B64682;
}
</style>
border-color css
<style>
span { border-color: #B64682; }
span { border-color: rgb(182,70,130); }
td.TdClassName
{
border-color: #B64682;
}
.TagClassName
{
border-color: #B64682;
}
</style>