Shades of Mulberry #B94FA2
Tints of Mulberry #B94FA2
RGB
CMYK
RGB Variations
Color information
#B94FA2 (or 0xB94FA2) is known color: Mulberry. HEX triplet: B9, 4F and A2. RGB value is (185,79,162). Sum of RGB (Red+Green+Blue) = 185+79+162=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B94FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B94FA2 is #46B05D. Grayscale: #777777. Windows color (decimal): -4632670 or 10637241. OLE color: 10637241.
HSL color Cylindrical-coordinate representation of color #B94FA2: hue angle of 313.02º 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 #B94FA2 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 79 | 162 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.27 |
| HSL | 313.02º | 0.43% | 0.52% | - |
| HSV(B) | 313.02º | 0.57% | 0.73% | - |
| XYZ | 29.33 | 18.51 | 36.21 | - |
| YUV | 120.16 | 151.62 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 79 | 162 | 0 | 0.57 | 0.12 | 0.27 | 313.02 | 0.43 | 0.52 |
| Hex | B9 | 4F | A2 | 0 | 39 | C | 1B | 139 | 2B | 34 |
| Octal | 271 | 117 | 242 | 0 | 71 | 14 | 33 | 471 | 53 | 64 |
| Binary | 10111001 | 1001111 | 10100010 | 0 | 111001 | 1100 | 11011 | 100111001 | 101011 | 110100 |
Color Harmonies of #B94FA2
Complementary color
Monochromatic Colors of #B94FA2
Black with #B94FA2
Text Example
Text Example
White with #B94FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94FA2; }
p { color: rgb(185,79,162); }
H1.HeaderClassName
{
color: #B94FA2;
}
.AnyTagClassName
{
color: #B94FA2;
}
</style>
background-color css
<style>
a { background-color: #B94FA2; }
a { background-color: rgb(185,79,162); }
div.DivClassName
{
background-color: #B94FA2;
}
.BgClassName
{
background-color: #B94FA2;
}
</style>
border-color css
<style>
span { border-color: #B94FA2; }
span { border-color: rgb(185,79,162); }
td.TdClassName
{
border-color: #B94FA2;
}
.TagClassName
{
border-color: #B94FA2;
}
</style>