Shades of Mulberry #B947A1
Tints of Mulberry #B947A1
RGB
CMYK
RGB Variations
Color information
#B947A1 (or 0xB947A1) is known color: Mulberry. HEX triplet: B9, 47 and A1. RGB value is (185,71,161). Sum of RGB (Red+Green+Blue) = 185+71+161=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B947A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B947A1 is #46B85E. Grayscale: #737373. Windows color (decimal): -4634719 or 10569657. OLE color: 10569657.
HSL color Cylindrical-coordinate representation of color #B947A1: hue angle of 312.63º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B947A1 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 71 | 161 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.27 |
| HSL | 312.63º | 0.45% | 0.5% | - |
| HSV(B) | 312.63º | 0.62% | 0.73% | - |
| XYZ | 28.69 | 17.39 | 35.56 | - |
| YUV | 115.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 161 | 0 | 0.62 | 0.13 | 0.27 | 312.63 | 0.45 | 0.5 |
| Hex | B9 | 47 | A1 | 0 | 3E | D | 1B | 139 | 2D | 32 |
| Octal | 271 | 107 | 241 | 0 | 76 | 15 | 33 | 471 | 55 | 62 |
| Binary | 10111001 | 1000111 | 10100001 | 0 | 111110 | 1101 | 11011 | 100111001 | 101101 | 110010 |
Color Harmonies of #B947A1
Complementary color
Monochromatic Colors of #B947A1
Black with #B947A1
Text Example
Text Example
White with #B947A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947A1; }
p { color: rgb(185,71,161); }
H1.HeaderClassName
{
color: #B947A1;
}
.AnyTagClassName
{
color: #B947A1;
}
</style>
background-color css
<style>
a { background-color: #B947A1; }
a { background-color: rgb(185,71,161); }
div.DivClassName
{
background-color: #B947A1;
}
.BgClassName
{
background-color: #B947A1;
}
</style>
border-color css
<style>
span { border-color: #B947A1; }
span { border-color: rgb(185,71,161); }
td.TdClassName
{
border-color: #B947A1;
}
.TagClassName
{
border-color: #B947A1;
}
</style>