Shades of Mulberry #B944A2
Tints of Mulberry #B944A2
RGB
CMYK
RGB Variations
Color information
#B944A2 (or 0xB944A2) is known color: Mulberry. HEX triplet: B9, 44 and A2. RGB value is (185,68,162). Sum of RGB (Red+Green+Blue) = 185+68+162=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B944A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B944A2 is #46BB5D. Grayscale: #717171. Windows color (decimal): -4635486 or 10634425. OLE color: 10634425.
HSL color Cylindrical-coordinate representation of color #B944A2: hue angle of 311.79º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B944A2 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 162 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.27 |
| HSL | 311.79º | 0.46% | 0.5% | - |
| HSV(B) | 311.79º | 0.63% | 0.73% | - |
| XYZ | 28.6 | 17.06 | 35.97 | - |
| YUV | 113.7 | 155.26 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 162 | 0 | 0.63 | 0.12 | 0.27 | 311.79 | 0.46 | 0.5 |
| Hex | B9 | 44 | A2 | 0 | 3F | C | 1B | 138 | 2E | 32 |
| Octal | 271 | 104 | 242 | 0 | 77 | 14 | 33 | 470 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10100010 | 0 | 111111 | 1100 | 11011 | 100111000 | 101110 | 110010 |
Color Harmonies of #B944A2
Complementary color
Monochromatic Colors of #B944A2
Black with #B944A2
Text Example
Text Example
White with #B944A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944A2; }
p { color: rgb(185,68,162); }
H1.HeaderClassName
{
color: #B944A2;
}
.AnyTagClassName
{
color: #B944A2;
}
</style>
background-color css
<style>
a { background-color: #B944A2; }
a { background-color: rgb(185,68,162); }
div.DivClassName
{
background-color: #B944A2;
}
.BgClassName
{
background-color: #B944A2;
}
</style>
border-color css
<style>
span { border-color: #B944A2; }
span { border-color: rgb(185,68,162); }
td.TdClassName
{
border-color: #B944A2;
}
.TagClassName
{
border-color: #B944A2;
}
</style>