Shades of Mulberry #B950A0
Tints of Mulberry #B950A0
RGB
CMYK
RGB Variations
Color information
#B950A0 (or 0xB950A0) is known color: Mulberry. HEX triplet: B9, 50 and A0. RGB value is (185,80,160). Sum of RGB (Red+Green+Blue) = 185+80+160=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B950A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B950A0 is #46AF5F. Grayscale: #787878. Windows color (decimal): -4632416 or 10506425. OLE color: 10506425.
HSL color Cylindrical-coordinate representation of color #B950A0: hue angle of 314.29º 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 #B950A0 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 160 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.27 |
| HSL | 314.29º | 0.43% | 0.52% | - |
| HSV(B) | 314.29º | 0.57% | 0.73% | - |
| XYZ | 29.22 | 18.59 | 35.31 | - |
| YUV | 120.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 160 | 0 | 0.57 | 0.14 | 0.27 | 314.29 | 0.43 | 0.52 |
| Hex | B9 | 50 | A0 | 0 | 39 | E | 1B | 13A | 2B | 34 |
| Octal | 271 | 120 | 240 | 0 | 71 | 16 | 33 | 472 | 53 | 64 |
| Binary | 10111001 | 1010000 | 10100000 | 0 | 111001 | 1110 | 11011 | 100111010 | 101011 | 110100 |
Color Harmonies of #B950A0
Complementary color
Monochromatic Colors of #B950A0
Black with #B950A0
Text Example
Text Example
White with #B950A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950A0; }
p { color: rgb(185,80,160); }
H1.HeaderClassName
{
color: #B950A0;
}
.AnyTagClassName
{
color: #B950A0;
}
</style>
background-color css
<style>
a { background-color: #B950A0; }
a { background-color: rgb(185,80,160); }
div.DivClassName
{
background-color: #B950A0;
}
.BgClassName
{
background-color: #B950A0;
}
</style>
border-color css
<style>
span { border-color: #B950A0; }
span { border-color: rgb(185,80,160); }
td.TdClassName
{
border-color: #B950A0;
}
.TagClassName
{
border-color: #B950A0;
}
</style>