Shades of Mulberry #B94A8A
Tints of Mulberry #B94A8A
RGB
CMYK
RGB Variations
Color information
#B94A8A (or 0xB94A8A) is known color: Mulberry. HEX triplet: B9, 4A and 8A. RGB value is (185,74,138). Sum of RGB (Red+Green+Blue) = 185+74+138=397 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.60% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A8A is #46B575. Grayscale: #727272. Windows color (decimal): -4633974 or 9063097. OLE color: 9063097.
HSL color Cylindrical-coordinate representation of color #B94A8A: hue angle of 325.41º 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 #B94A8A is Cyan = 0, Magento = 0.6, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 138 | - |
| CMYK | 0 | 0.6 | 0.25 | 0.27 |
| HSL | 325.41º | 0.44% | 0.51% | - |
| HSV(B) | 325.41º | 0.6% | 0.73% | - |
| XYZ | 27.04 | 17.05 | 25.91 | - |
| YUV | 114.49 | 141.27 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 138 | 0 | 0.6 | 0.25 | 0.27 | 325.41 | 0.44 | 0.51 |
| Hex | B9 | 4A | 8A | 0 | 3C | 19 | 1B | 145 | 2C | 33 |
| Octal | 271 | 112 | 212 | 0 | 74 | 31 | 33 | 505 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10001010 | 0 | 111100 | 11001 | 11011 | 101000101 | 101100 | 110011 |
Color Harmonies of #B94A8A
Complementary color
Monochromatic Colors of #B94A8A
Black with #B94A8A
Text Example
Text Example
White with #B94A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A8A; }
p { color: rgb(185,74,138); }
H1.HeaderClassName
{
color: #B94A8A;
}
.AnyTagClassName
{
color: #B94A8A;
}
</style>
background-color css
<style>
a { background-color: #B94A8A; }
a { background-color: rgb(185,74,138); }
div.DivClassName
{
background-color: #B94A8A;
}
.BgClassName
{
background-color: #B94A8A;
}
</style>
border-color css
<style>
span { border-color: #B94A8A; }
span { border-color: rgb(185,74,138); }
td.TdClassName
{
border-color: #B94A8A;
}
.TagClassName
{
border-color: #B94A8A;
}
</style>