Shades of Mulberry #B94BA3
Tints of Mulberry #B94BA3
RGB
CMYK
RGB Variations
Color information
#B94BA3 (or 0xB94BA3) is known color: Mulberry. HEX triplet: B9, 4B and A3. RGB value is (185,75,163). Sum of RGB (Red+Green+Blue) = 185+75+163=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94BA3 is #46B45C. Grayscale: #757575. Windows color (decimal): -4633693 or 10701753. OLE color: 10701753.
HSL color Cylindrical-coordinate representation of color #B94BA3: hue angle of 312º 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 #B94BA3 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 75 | 163 | - |
| CMYK | 0 | 0.59 | 0.12 | 0.27 |
| HSL | 312º | 0.44% | 0.51% | - |
| HSV(B) | 312º | 0.59% | 0.73% | - |
| XYZ | 29.13 | 17.99 | 36.59 | - |
| YUV | 117.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 75 | 163 | 0 | 0.59 | 0.12 | 0.27 | 312 | 0.44 | 0.51 |
| Hex | B9 | 4B | A3 | 0 | 3B | C | 1B | 138 | 2C | 33 |
| Octal | 271 | 113 | 243 | 0 | 73 | 14 | 33 | 470 | 54 | 63 |
| Binary | 10111001 | 1001011 | 10100011 | 0 | 111011 | 1100 | 11011 | 100111000 | 101100 | 110011 |
Color Harmonies of #B94BA3
Complementary color
Monochromatic Colors of #B94BA3
Black with #B94BA3
Text Example
Text Example
White with #B94BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94BA3; }
p { color: rgb(185,75,163); }
H1.HeaderClassName
{
color: #B94BA3;
}
.AnyTagClassName
{
color: #B94BA3;
}
</style>
background-color css
<style>
a { background-color: #B94BA3; }
a { background-color: rgb(185,75,163); }
div.DivClassName
{
background-color: #B94BA3;
}
.BgClassName
{
background-color: #B94BA3;
}
</style>
border-color css
<style>
span { border-color: #B94BA3; }
span { border-color: rgb(185,75,163); }
td.TdClassName
{
border-color: #B94BA3;
}
.TagClassName
{
border-color: #B94BA3;
}
</style>