Shades of Mulberry #B949A2
Tints of Mulberry #B949A2
RGB
CMYK
RGB Variations
Color information
#B949A2 (or 0xB949A2) is known color: Mulberry. HEX triplet: B9, 49 and A2. RGB value is (185,73,162). Sum of RGB (Red+Green+Blue) = 185+73+162=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B949A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B949A2 is #46B65D. Grayscale: #747474. Windows color (decimal): -4634206 or 10635705. OLE color: 10635705.
HSL color Cylindrical-coordinate representation of color #B949A2: hue angle of 312.32º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B949A2 is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 162 | - |
| CMYK | 0 | 0.61 | 0.12 | 0.27 |
| HSL | 312.32º | 0.44% | 0.51% | - |
| HSV(B) | 312.32º | 0.61% | 0.73% | - |
| XYZ | 28.91 | 17.69 | 36.07 | - |
| YUV | 116.63 | 153.61 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 162 | 0 | 0.61 | 0.12 | 0.27 | 312.32 | 0.44 | 0.51 |
| Hex | B9 | 49 | A2 | 0 | 3D | C | 1B | 138 | 2C | 33 |
| Octal | 271 | 111 | 242 | 0 | 75 | 14 | 33 | 470 | 54 | 63 |
| Binary | 10111001 | 1001001 | 10100010 | 0 | 111101 | 1100 | 11011 | 100111000 | 101100 | 110011 |
Color Harmonies of #B949A2
Complementary color
Monochromatic Colors of #B949A2
Black with #B949A2
Text Example
Text Example
White with #B949A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B949A2; }
p { color: rgb(185,73,162); }
H1.HeaderClassName
{
color: #B949A2;
}
.AnyTagClassName
{
color: #B949A2;
}
</style>
background-color css
<style>
a { background-color: #B949A2; }
a { background-color: rgb(185,73,162); }
div.DivClassName
{
background-color: #B949A2;
}
.BgClassName
{
background-color: #B949A2;
}
</style>
border-color css
<style>
span { border-color: #B949A2; }
span { border-color: rgb(185,73,162); }
td.TdClassName
{
border-color: #B949A2;
}
.TagClassName
{
border-color: #B949A2;
}
</style>