Shades of Mulberry #B94A9E
Tints of Mulberry #B94A9E
RGB
CMYK
RGB Variations
Color information
#B94A9E (or 0xB94A9E) is known color: Mulberry. HEX triplet: B9, 4A and 9E. RGB value is (185,74,158). Sum of RGB (Red+Green+Blue) = 185+74+158=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B94A9E is #46B561. Grayscale: #747474. Windows color (decimal): -4633954 or 10373817. OLE color: 10373817.
HSL color Cylindrical-coordinate representation of color #B94A9E: hue angle of 314.59º 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 #B94A9E is Cyan = 0, Magento = 0.6, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 74 | 158 | - |
| CMYK | 0 | 0.6 | 0.15 | 0.27 |
| HSL | 314.59º | 0.44% | 0.51% | - |
| HSV(B) | 314.59º | 0.6% | 0.73% | - |
| XYZ | 28.63 | 17.68 | 34.25 | - |
| YUV | 116.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 74 | 158 | 0 | 0.6 | 0.15 | 0.27 | 314.59 | 0.44 | 0.51 |
| Hex | B9 | 4A | 9E | 0 | 3C | F | 1B | 13B | 2C | 33 |
| Octal | 271 | 112 | 236 | 0 | 74 | 17 | 33 | 473 | 54 | 63 |
| Binary | 10111001 | 1001010 | 10011110 | 0 | 111100 | 1111 | 11011 | 100111011 | 101100 | 110011 |
Color Harmonies of #B94A9E
Complementary color
Monochromatic Colors of #B94A9E
Black with #B94A9E
Text Example
Text Example
White with #B94A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94A9E; }
p { color: rgb(185,74,158); }
H1.HeaderClassName
{
color: #B94A9E;
}
.AnyTagClassName
{
color: #B94A9E;
}
</style>
background-color css
<style>
a { background-color: #B94A9E; }
a { background-color: rgb(185,74,158); }
div.DivClassName
{
background-color: #B94A9E;
}
.BgClassName
{
background-color: #B94A9E;
}
</style>
border-color css
<style>
span { border-color: #B94A9E; }
span { border-color: rgb(185,74,158); }
td.TdClassName
{
border-color: #B94A9E;
}
.TagClassName
{
border-color: #B94A9E;
}
</style>