Shades of Mulberry #B6478C
Tints of Mulberry #B6478C
RGB
CMYK
RGB Variations
Color information
#B6478C (or 0xB6478C) is known color: Mulberry. HEX triplet: B6, 47 and 8C. RGB value is (182,71,140). Sum of RGB (Red+Green+Blue) = 182+71+140=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B6478C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6478C is #49B873. Grayscale: #6F6F6F. Windows color (decimal): -4831348 or 9193398. OLE color: 9193398.
HSL color Cylindrical-coordinate representation of color #B6478C: hue angle of 322.7º 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 #B6478C is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 140 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.29 |
| HSL | 322.7º | 0.44% | 0.5% | - |
| HSV(B) | 322.7º | 0.61% | 0.71% | - |
| XYZ | 26.28 | 16.35 | 26.58 | - |
| YUV | 112.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 140 | 0 | 0.61 | 0.23 | 0.29 | 322.7 | 0.44 | 0.5 |
| Hex | B6 | 47 | 8C | 0 | 3D | 17 | 1D | 143 | 2C | 32 |
| Octal | 266 | 107 | 214 | 0 | 75 | 27 | 35 | 503 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10001100 | 0 | 111101 | 10111 | 11101 | 101000011 | 101100 | 110010 |
Color Harmonies of #B6478C
Complementary color
Monochromatic Colors of #B6478C
Black with #B6478C
Text Example
Text Example
White with #B6478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6478C; }
p { color: rgb(182,71,140); }
H1.HeaderClassName
{
color: #B6478C;
}
.AnyTagClassName
{
color: #B6478C;
}
</style>
background-color css
<style>
a { background-color: #B6478C; }
a { background-color: rgb(182,71,140); }
div.DivClassName
{
background-color: #B6478C;
}
.BgClassName
{
background-color: #B6478C;
}
</style>
border-color css
<style>
span { border-color: #B6478C; }
span { border-color: rgb(182,71,140); }
td.TdClassName
{
border-color: #B6478C;
}
.TagClassName
{
border-color: #B6478C;
}
</style>