Shades of Mulberry #B847A2
Tints of Mulberry #B847A2
RGB
CMYK
RGB Variations
Color information
#B847A2 (or 0xB847A2) is known color: Mulberry. HEX triplet: B8, 47 and A2. RGB value is (184,71,162). Sum of RGB (Red+Green+Blue) = 184+71+162=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B847A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B847A2 is #47B85D. Grayscale: #727272. Windows color (decimal): -4700254 or 10635192. OLE color: 10635192.
HSL color Cylindrical-coordinate representation of color #B847A2: hue angle of 311.68º 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 #B847A2 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 162 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.28 |
| HSL | 311.68º | 0.44% | 0.5% | - |
| HSV(B) | 311.68º | 0.61% | 0.72% | - |
| XYZ | 28.54 | 17.31 | 36.02 | - |
| YUV | 115.16 | 154.44 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 162 | 0 | 0.61 | 0.12 | 0.28 | 311.68 | 0.44 | 0.5 |
| Hex | B8 | 47 | A2 | 0 | 3D | C | 1C | 138 | 2C | 32 |
| Octal | 270 | 107 | 242 | 0 | 75 | 14 | 34 | 470 | 54 | 62 |
| Binary | 10111000 | 1000111 | 10100010 | 0 | 111101 | 1100 | 11100 | 100111000 | 101100 | 110010 |
Color Harmonies of #B847A2
Complementary color
Monochromatic Colors of #B847A2
Black with #B847A2
Text Example
Text Example
White with #B847A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B847A2; }
p { color: rgb(184,71,162); }
H1.HeaderClassName
{
color: #B847A2;
}
.AnyTagClassName
{
color: #B847A2;
}
</style>
background-color css
<style>
a { background-color: #B847A2; }
a { background-color: rgb(184,71,162); }
div.DivClassName
{
background-color: #B847A2;
}
.BgClassName
{
background-color: #B847A2;
}
</style>
border-color css
<style>
span { border-color: #B847A2; }
span { border-color: rgb(184,71,162); }
td.TdClassName
{
border-color: #B847A2;
}
.TagClassName
{
border-color: #B847A2;
}
</style>