Shades of Mulberry #B6568C
Tints of Mulberry #B6568C
RGB
CMYK
RGB Variations
Color information
#B6568C (or 0xB6568C) is known color: Mulberry. HEX triplet: B6, 56 and 8C. RGB value is (182,86,140). Sum of RGB (Red+Green+Blue) = 182+86+140=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6568C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6568C is #49A973. Grayscale: #787878. Windows color (decimal): -4827508 or 9197238. OLE color: 9197238.
HSL color Cylindrical-coordinate representation of color #B6568C: hue angle of 326.25º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6568C is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 140 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.29 |
| HSL | 326.25º | 0.4% | 0.53% | - |
| HSV(B) | 326.25º | 0.53% | 0.71% | - |
| XYZ | 27.35 | 18.49 | 26.94 | - |
| YUV | 120.86 | 138.8 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 140 | 0 | 0.53 | 0.23 | 0.29 | 326.25 | 0.4 | 0.53 |
| Hex | B6 | 56 | 8C | 0 | 35 | 17 | 1D | 146 | 28 | 35 |
| Octal | 266 | 126 | 214 | 0 | 65 | 27 | 35 | 506 | 50 | 65 |
| Binary | 10110110 | 1010110 | 10001100 | 0 | 110101 | 10111 | 11101 | 101000110 | 101000 | 110101 |
Color Harmonies of #B6568C
Complementary color
Monochromatic Colors of #B6568C
Black with #B6568C
Text Example
Text Example
White with #B6568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6568C; }
p { color: rgb(182,86,140); }
H1.HeaderClassName
{
color: #B6568C;
}
.AnyTagClassName
{
color: #B6568C;
}
</style>
background-color css
<style>
a { background-color: #B6568C; }
a { background-color: rgb(182,86,140); }
div.DivClassName
{
background-color: #B6568C;
}
.BgClassName
{
background-color: #B6568C;
}
</style>
border-color css
<style>
span { border-color: #B6568C; }
span { border-color: rgb(182,86,140); }
td.TdClassName
{
border-color: #B6568C;
}
.TagClassName
{
border-color: #B6568C;
}
</style>