Shades of Mulberry #B6479E
Tints of Mulberry #B6479E
RGB
CMYK
RGB Variations
Color information
#B6479E (or 0xB6479E) is known color: Mulberry. HEX triplet: B6, 47 and 9E. RGB value is (182,71,158). Sum of RGB (Red+Green+Blue) = 182+71+158=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 158 (62.11% from 255 or 38.44% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6479E is #49B861. Grayscale: #717171. Windows color (decimal): -4831330 or 10373046. OLE color: 10373046.
HSL color Cylindrical-coordinate representation of color #B6479E: hue angle of 312.97º 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 #B6479E is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 158 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.29 |
| HSL | 312.97º | 0.44% | 0.5% | - |
| HSV(B) | 312.97º | 0.61% | 0.71% | - |
| XYZ | 27.72 | 16.92 | 34.15 | - |
| YUV | 114.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 158 | 0 | 0.61 | 0.13 | 0.29 | 312.97 | 0.44 | 0.5 |
| Hex | B6 | 47 | 9E | 0 | 3D | D | 1D | 139 | 2C | 32 |
| Octal | 266 | 107 | 236 | 0 | 75 | 15 | 35 | 471 | 54 | 62 |
| Binary | 10110110 | 1000111 | 10011110 | 0 | 111101 | 1101 | 11101 | 100111001 | 101100 | 110010 |
Color Harmonies of #B6479E
Complementary color
Monochromatic Colors of #B6479E
Black with #B6479E
Text Example
Text Example
White with #B6479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6479E; }
p { color: rgb(182,71,158); }
H1.HeaderClassName
{
color: #B6479E;
}
.AnyTagClassName
{
color: #B6479E;
}
</style>
background-color css
<style>
a { background-color: #B6479E; }
a { background-color: rgb(182,71,158); }
div.DivClassName
{
background-color: #B6479E;
}
.BgClassName
{
background-color: #B6479E;
}
</style>
border-color css
<style>
span { border-color: #B6479E; }
span { border-color: rgb(182,71,158); }
td.TdClassName
{
border-color: #B6479E;
}
.TagClassName
{
border-color: #B6479E;
}
</style>