Shades of Mulberry #B94AA3
Tints of Mulberry #B94AA3
RGB
CMYK
RGB Variations
Color information
#B94AA3 (or 0xB94AA3) is known color: Mulberry. HEX triplet: B9, 4A and A3. RGB value is (185,74,163). Sum of RGB (Red+Green+Blue) = 185+74+163=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B94AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94AA3 is #46B55C. Grayscale: #757575. Windows color (decimal): -4633949 or 10701497. OLE color: 10701497.
HSL color Cylindrical-coordinate representation of color #B94AA3: hue angle of 311.89º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B94AA3 is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 163 | - |
| CMYK | 0 | 0.6 | 0.12 | 0.27 |
| HSL | 311.89º | 0.44% | 0.51% | - |
| HSV(B) | 311.89º | 0.6% | 0.73% | - |
| XYZ | 29.07 | 17.86 | 36.56 | - |
| YUV | 117.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 163 | 0 | 0.6 | 0.12 | 0.27 | 311.89 | 0.44 | 0.51 |
| Hex | B9 | 4A | A3 | 0 | 3C | C | 1B | 138 | 2C | 33 |
| Octal | 271 | 112 | 243 | 0 | 74 | 14 | 33 | 470 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10100011 | 0 | 111100 | 1100 | 11011 | 100111000 | 101100 | 110011 |
Color Harmonies of #B94AA3
Complementary color
Monochromatic Colors of #B94AA3
Black with #B94AA3
Text Example
Text Example
White with #B94AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94AA3; }
p { color: rgb(185,74,163); }
H1.HeaderClassName
{
color: #B94AA3;
}
.AnyTagClassName
{
color: #B94AA3;
}
</style>
background-color css
<style>
a { background-color: #B94AA3; }
a { background-color: rgb(185,74,163); }
div.DivClassName
{
background-color: #B94AA3;
}
.BgClassName
{
background-color: #B94AA3;
}
</style>
border-color css
<style>
span { border-color: #B94AA3; }
span { border-color: rgb(185,74,163); }
td.TdClassName
{
border-color: #B94AA3;
}
.TagClassName
{
border-color: #B94AA3;
}
</style>