Shades of Mulberry #B94CA2
Tints of Mulberry #B94CA2
RGB
CMYK
RGB Variations
Color information
#B94CA2 (or 0xB94CA2) is known color: Mulberry. HEX triplet: B9, 4C and A2. RGB value is (185,76,162). Sum of RGB (Red+Green+Blue) = 185+76+162=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94CA2 is #46B35D. Grayscale: #767676. Windows color (decimal): -4633438 or 10636473. OLE color: 10636473.
HSL color Cylindrical-coordinate representation of color #B94CA2: hue angle of 312.66º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B94CA2 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 162 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.27 |
| HSL | 312.66º | 0.44% | 0.51% | - |
| HSV(B) | 312.66º | 0.59% | 0.73% | - |
| XYZ | 29.11 | 18.09 | 36.14 | - |
| YUV | 118.4 | 152.61 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 162 | 0 | 0.59 | 0.12 | 0.27 | 312.66 | 0.44 | 0.51 |
| Hex | B9 | 4C | A2 | 0 | 3B | C | 1B | 139 | 2C | 33 |
| Octal | 271 | 114 | 242 | 0 | 73 | 14 | 33 | 471 | 54 | 63 |
| Binary | 10111001 | 1001100 | 10100010 | 0 | 111011 | 1100 | 11011 | 100111001 | 101100 | 110011 |
Color Harmonies of #B94CA2
Complementary color
Monochromatic Colors of #B94CA2
Black with #B94CA2
Text Example
Text Example
White with #B94CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94CA2; }
p { color: rgb(185,76,162); }
H1.HeaderClassName
{
color: #B94CA2;
}
.AnyTagClassName
{
color: #B94CA2;
}
</style>
background-color css
<style>
a { background-color: #B94CA2; }
a { background-color: rgb(185,76,162); }
div.DivClassName
{
background-color: #B94CA2;
}
.BgClassName
{
background-color: #B94CA2;
}
</style>
border-color css
<style>
span { border-color: #B94CA2; }
span { border-color: rgb(185,76,162); }
td.TdClassName
{
border-color: #B94CA2;
}
.TagClassName
{
border-color: #B94CA2;
}
</style>