Shades of Mulberry #B941A0
Tints of Mulberry #B941A0
RGB
CMYK
RGB Variations
Color information
#B941A0 (or 0xB941A0) is known color: Mulberry. HEX triplet: B9, 41 and A0. RGB value is (185,65,160). Sum of RGB (Red+Green+Blue) = 185+65+160=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 160 (62.89% from 255 or 39.02% from 410); Max value from RGB is 185 - color contains mainly: red. Hex color #B941A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941A0 is #46BE5F. Grayscale: #6F6F6F. Windows color (decimal): -4636256 or 10502585. OLE color: 10502585.
HSL color Cylindrical-coordinate representation of color #B941A0: hue angle of 312.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B941A0 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 160 | - |
| CMYK | 0 | 0.65 | 0.14 | 0.27 |
| HSL | 312.5º | 0.48% | 0.49% | - |
| HSV(B) | 312.5º | 0.65% | 0.73% | - |
| XYZ | 28.24 | 16.63 | 34.98 | - |
| YUV | 111.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 160 | 0 | 0.65 | 0.14 | 0.27 | 312.5 | 0.48 | 0.49 |
| Hex | B9 | 41 | A0 | 0 | 41 | E | 1B | 138 | 30 | 31 |
| Octal | 271 | 101 | 240 | 0 | 101 | 16 | 33 | 470 | 60 | 61 |
| Binary | 10111001 | 1000001 | 10100000 | 0 | 1000001 | 1110 | 11011 | 100111000 | 110000 | 110001 |
Color Harmonies of #B941A0
Complementary color
Monochromatic Colors of #B941A0
Black with #B941A0
Text Example
Text Example
White with #B941A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941A0; }
p { color: rgb(185,65,160); }
H1.HeaderClassName
{
color: #B941A0;
}
.AnyTagClassName
{
color: #B941A0;
}
</style>
background-color css
<style>
a { background-color: #B941A0; }
a { background-color: rgb(185,65,160); }
div.DivClassName
{
background-color: #B941A0;
}
.BgClassName
{
background-color: #B941A0;
}
</style>
border-color css
<style>
span { border-color: #B941A0; }
span { border-color: rgb(185,65,160); }
td.TdClassName
{
border-color: #B941A0;
}
.TagClassName
{
border-color: #B941A0;
}
</style>