Shades of Mulberry #B944A1
Tints of Mulberry #B944A1
RGB
CMYK
RGB Variations
Color information
#B944A1 (or 0xB944A1) is known color: Mulberry. HEX triplet: B9, 44 and A1. RGB value is (185,68,161). Sum of RGB (Red+Green+Blue) = 185+68+161=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B944A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B944A1 is #46BB5E. Grayscale: #717171. Windows color (decimal): -4635487 or 10568889. OLE color: 10568889.
HSL color Cylindrical-coordinate representation of color #B944A1: hue angle of 312.31º 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 #B944A1 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 68 | 161 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.27 |
| HSL | 312.31º | 0.46% | 0.5% | - |
| HSV(B) | 312.31º | 0.63% | 0.73% | - |
| XYZ | 28.51 | 17.02 | 35.5 | - |
| YUV | 113.59 | 154.76 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 68 | 161 | 0 | 0.63 | 0.13 | 0.27 | 312.31 | 0.46 | 0.5 |
| Hex | B9 | 44 | A1 | 0 | 3F | D | 1B | 138 | 2E | 32 |
| Octal | 271 | 104 | 241 | 0 | 77 | 15 | 33 | 470 | 56 | 62 |
| Binary | 10111001 | 1000100 | 10100001 | 0 | 111111 | 1101 | 11011 | 100111000 | 101110 | 110010 |
Color Harmonies of #B944A1
Complementary color
Monochromatic Colors of #B944A1
Black with #B944A1
Text Example
Text Example
White with #B944A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B944A1; }
p { color: rgb(185,68,161); }
H1.HeaderClassName
{
color: #B944A1;
}
.AnyTagClassName
{
color: #B944A1;
}
</style>
background-color css
<style>
a { background-color: #B944A1; }
a { background-color: rgb(185,68,161); }
div.DivClassName
{
background-color: #B944A1;
}
.BgClassName
{
background-color: #B944A1;
}
</style>
border-color css
<style>
span { border-color: #B944A1; }
span { border-color: rgb(185,68,161); }
td.TdClassName
{
border-color: #B944A1;
}
.TagClassName
{
border-color: #B944A1;
}
</style>