Shades of Mulberry #B6479C
Tints of Mulberry #B6479C
RGB
CMYK
RGB Variations
Color information
#B6479C (or 0xB6479C) is known color: Mulberry. HEX triplet: B6, 47 and 9C. RGB value is (182,71,156). Sum of RGB (Red+Green+Blue) = 182+71+156=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 182 - color contains mainly: red. Hex color #B6479C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6479C is #49B863. Grayscale: #717171. Windows color (decimal): -4831332 or 10241974. OLE color: 10241974.
HSL color Cylindrical-coordinate representation of color #B6479C: hue angle of 314.05º 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 #B6479C is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 156 | - |
| CMYK | 0 | 0.61 | 0.14 | 0.29 |
| HSL | 314.05º | 0.44% | 0.5% | - |
| HSV(B) | 314.05º | 0.61% | 0.71% | - |
| XYZ | 27.55 | 16.85 | 33.25 | - |
| YUV | 113.88 | 151.77 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 156 | 0 | 0.61 | 0.14 | 0.29 | 314.05 | 0.44 | 0.5 |
| Hex | B6 | 47 | 9C | 0 | 3D | E | 1D | 13A | 2C | 32 |
| Octal | 266 | 107 | 234 | 0 | 75 | 16 | 35 | 472 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10011100 | 0 | 111101 | 1110 | 11101 | 100111010 | 101100 | 110010 |
Color Harmonies of #B6479C
Complementary color
Monochromatic Colors of #B6479C
Black with #B6479C
Text Example
Text Example
White with #B6479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6479C; }
p { color: rgb(182,71,156); }
H1.HeaderClassName
{
color: #B6479C;
}
.AnyTagClassName
{
color: #B6479C;
}
</style>
background-color css
<style>
a { background-color: #B6479C; }
a { background-color: rgb(182,71,156); }
div.DivClassName
{
background-color: #B6479C;
}
.BgClassName
{
background-color: #B6479C;
}
</style>
border-color css
<style>
span { border-color: #B6479C; }
span { border-color: rgb(182,71,156); }
td.TdClassName
{
border-color: #B6479C;
}
.TagClassName
{
border-color: #B6479C;
}
</style>