Shades of Mulberry #B94F9A
Tints of Mulberry #B94F9A
RGB
CMYK
RGB Variations
Color information
#B94F9A (or 0xB94F9A) is known color: Mulberry. HEX triplet: B9, 4F and 9A. RGB value is (185,79,154). Sum of RGB (Red+Green+Blue) = 185+79+154=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 79 (31.25% from 255 or 18.90% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94F9A is #46B065. Grayscale: #777777. Windows color (decimal): -4632678 or 10112953. OLE color: 10112953.
HSL color Cylindrical-coordinate representation of color #B94F9A: hue angle of 317.55º 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 #B94F9A is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 154 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.27 |
| HSL | 317.55º | 0.43% | 0.52% | - |
| HSV(B) | 317.55º | 0.57% | 0.73% | - |
| XYZ | 28.64 | 18.24 | 32.58 | - |
| YUV | 119.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 154 | 0 | 0.57 | 0.17 | 0.27 | 317.55 | 0.43 | 0.52 |
| Hex | B9 | 4F | 9A | 0 | 39 | 11 | 1B | 13E | 2B | 34 |
| Octal | 271 | 117 | 232 | 0 | 71 | 21 | 33 | 476 | 53 | 64 |
| Binary | 10111001 | 1001111 | 10011010 | 0 | 111001 | 10001 | 11011 | 100111110 | 101011 | 110100 |
Color Harmonies of #B94F9A
Complementary color
Monochromatic Colors of #B94F9A
Black with #B94F9A
Text Example
Text Example
White with #B94F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94F9A; }
p { color: rgb(185,79,154); }
H1.HeaderClassName
{
color: #B94F9A;
}
.AnyTagClassName
{
color: #B94F9A;
}
</style>
background-color css
<style>
a { background-color: #B94F9A; }
a { background-color: rgb(185,79,154); }
div.DivClassName
{
background-color: #B94F9A;
}
.BgClassName
{
background-color: #B94F9A;
}
</style>
border-color css
<style>
span { border-color: #B94F9A; }
span { border-color: rgb(185,79,154); }
td.TdClassName
{
border-color: #B94F9A;
}
.TagClassName
{
border-color: #B94F9A;
}
</style>