Shades of Mulberry #B941A3
Tints of Mulberry #B941A3
RGB
CMYK
RGB Variations
Color information
#B941A3 (or 0xB941A3) is known color: Mulberry. HEX triplet: B9, 41 and A3. RGB value is (185,65,163). Sum of RGB (Red+Green+Blue) = 185+65+163=413 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.79% from 413); Green value is 65 (25.78% from 255 or 15.74% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 185 - color contains mainly: red. Hex color #B941A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B941A3 is #46BE5C. Grayscale: #6F6F6F. Windows color (decimal): -4636253 or 10699193. OLE color: 10699193.
HSL color Cylindrical-coordinate representation of color #B941A3: hue angle of 311º 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 #B941A3 is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 163 | - |
| CMYK | 0 | 0.65 | 0.12 | 0.27 |
| HSL | 311º | 0.48% | 0.49% | - |
| HSV(B) | 311º | 0.65% | 0.73% | - |
| XYZ | 28.51 | 16.74 | 36.38 | - |
| YUV | 112.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 163 | 0 | 0.65 | 0.12 | 0.27 | 311 | 0.48 | 0.49 |
| Hex | B9 | 41 | A3 | 0 | 41 | C | 1B | 137 | 30 | 31 |
| Octal | 271 | 101 | 243 | 0 | 101 | 14 | 33 | 467 | 60 | 61 |
| Binary | 10111001 | 1000001 | 10100011 | 0 | 1000001 | 1100 | 11011 | 100110111 | 110000 | 110001 |
Color Harmonies of #B941A3
Complementary color
Monochromatic Colors of #B941A3
Black with #B941A3
Text Example
Text Example
White with #B941A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B941A3; }
p { color: rgb(185,65,163); }
H1.HeaderClassName
{
color: #B941A3;
}
.AnyTagClassName
{
color: #B941A3;
}
</style>
background-color css
<style>
a { background-color: #B941A3; }
a { background-color: rgb(185,65,163); }
div.DivClassName
{
background-color: #B941A3;
}
.BgClassName
{
background-color: #B941A3;
}
</style>
border-color css
<style>
span { border-color: #B941A3; }
span { border-color: rgb(185,65,163); }
td.TdClassName
{
border-color: #B941A3;
}
.TagClassName
{
border-color: #B941A3;
}
</style>