Shades of Mulberry #B94F9F
Tints of Mulberry #B94F9F
RGB
CMYK
RGB Variations
Color information
#B94F9F (or 0xB94F9F) is known color: Mulberry. HEX triplet: B9, 4F and 9F. RGB value is (185,79,159). Sum of RGB (Red+Green+Blue) = 185+79+159=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94F9F is #46B060. Grayscale: #777777. Windows color (decimal): -4632673 or 10440633. OLE color: 10440633.
HSL color Cylindrical-coordinate representation of color #B94F9F: hue angle of 314.72º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B94F9F is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 159 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.27 |
| HSL | 314.72º | 0.43% | 0.52% | - |
| HSV(B) | 314.72º | 0.57% | 0.73% | - |
| XYZ | 29.06 | 18.41 | 34.82 | - |
| YUV | 119.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 159 | 0 | 0.57 | 0.14 | 0.27 | 314.72 | 0.43 | 0.52 |
| Hex | B9 | 4F | 9F | 0 | 39 | E | 1B | 13B | 2B | 34 |
| Octal | 271 | 117 | 237 | 0 | 71 | 16 | 33 | 473 | 53 | 64 |
| Binary | 10111001 | 1001111 | 10011111 | 0 | 111001 | 1110 | 11011 | 100111011 | 101011 | 110100 |
Color Harmonies of #B94F9F
Complementary color
Monochromatic Colors of #B94F9F
Black with #B94F9F
Text Example
Text Example
White with #B94F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F9F; }
p { color: rgb(185,79,159); }
H1.HeaderClassName
{
color: #B94F9F;
}
.AnyTagClassName
{
color: #B94F9F;
}
</style>
background-color css
<style>
a { background-color: #B94F9F; }
a { background-color: rgb(185,79,159); }
div.DivClassName
{
background-color: #B94F9F;
}
.BgClassName
{
background-color: #B94F9F;
}
</style>
border-color css
<style>
span { border-color: #B94F9F; }
span { border-color: rgb(185,79,159); }
td.TdClassName
{
border-color: #B94F9F;
}
.TagClassName
{
border-color: #B94F9F;
}
</style>