Shades of Mulberry #B747A2
Tints of Mulberry #B747A2
RGB
CMYK
RGB Variations
Color information
#B747A2 (or 0xB747A2) is known color: Mulberry. HEX triplet: B7, 47 and A2. RGB value is (183,71,162). Sum of RGB (Red+Green+Blue) = 183+71+162=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B747A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B747A2 is #48B85D. Grayscale: #727272. Windows color (decimal): -4765790 or 10635191. OLE color: 10635191.
HSL color Cylindrical-coordinate representation of color #B747A2: hue angle of 311.25º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B747A2 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 162 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.28 |
| HSL | 311.25º | 0.44% | 0.5% | - |
| HSV(B) | 311.25º | 0.61% | 0.72% | - |
| XYZ | 28.3 | 17.18 | 36.01 | - |
| YUV | 114.86 | 154.61 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 162 | 0 | 0.61 | 0.11 | 0.28 | 311.25 | 0.44 | 0.5 |
| Hex | B7 | 47 | A2 | 0 | 3D | B | 1C | 137 | 2C | 32 |
| Octal | 267 | 107 | 242 | 0 | 75 | 13 | 34 | 467 | 54 | 62 |
| Binary | 10110111 | 1000111 | 10100010 | 0 | 111101 | 1011 | 11100 | 100110111 | 101100 | 110010 |
Color Harmonies of #B747A2
Complementary color
Monochromatic Colors of #B747A2
Black with #B747A2
Text Example
Text Example
White with #B747A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B747A2; }
p { color: rgb(183,71,162); }
H1.HeaderClassName
{
color: #B747A2;
}
.AnyTagClassName
{
color: #B747A2;
}
</style>
background-color css
<style>
a { background-color: #B747A2; }
a { background-color: rgb(183,71,162); }
div.DivClassName
{
background-color: #B747A2;
}
.BgClassName
{
background-color: #B747A2;
}
</style>
border-color css
<style>
span { border-color: #B747A2; }
span { border-color: rgb(183,71,162); }
td.TdClassName
{
border-color: #B747A2;
}
.TagClassName
{
border-color: #B747A2;
}
</style>