Shades of Mulberry #B957A1
Tints of Mulberry #B957A1
RGB
CMYK
RGB Variations
Color information
#B957A1 (or 0xB957A1) is known color: Mulberry. HEX triplet: B9, 57 and A1. RGB value is (185,87,161). Sum of RGB (Red+Green+Blue) = 185+87+161=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B957A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B957A1 is #46A85E. Grayscale: #7C7C7C. Windows color (decimal): -4630623 or 10573753. OLE color: 10573753.
HSL color Cylindrical-coordinate representation of color #B957A1: hue angle of 314.69º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B957A1 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 161 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.27 |
| HSL | 314.69º | 0.41% | 0.53% | - |
| HSV(B) | 314.69º | 0.53% | 0.73% | - |
| XYZ | 29.85 | 19.7 | 35.95 | - |
| YUV | 124.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 161 | 0 | 0.53 | 0.13 | 0.27 | 314.69 | 0.41 | 0.53 |
| Hex | B9 | 57 | A1 | 0 | 35 | D | 1B | 13B | 29 | 35 |
| Octal | 271 | 127 | 241 | 0 | 65 | 15 | 33 | 473 | 51 | 65 |
| Binary | 10111001 | 1010111 | 10100001 | 0 | 110101 | 1101 | 11011 | 100111011 | 101001 | 110101 |
Color Harmonies of #B957A1
Complementary color
Monochromatic Colors of #B957A1
Black with #B957A1
Text Example
Text Example
White with #B957A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B957A1; }
p { color: rgb(185,87,161); }
H1.HeaderClassName
{
color: #B957A1;
}
.AnyTagClassName
{
color: #B957A1;
}
</style>
background-color css
<style>
a { background-color: #B957A1; }
a { background-color: rgb(185,87,161); }
div.DivClassName
{
background-color: #B957A1;
}
.BgClassName
{
background-color: #B957A1;
}
</style>
border-color css
<style>
span { border-color: #B957A1; }
span { border-color: rgb(185,87,161); }
td.TdClassName
{
border-color: #B957A1;
}
.TagClassName
{
border-color: #B957A1;
}
</style>