Shades of Mulberry #B952A0
Tints of Mulberry #B952A0
RGB
CMYK
RGB Variations
Color information
#B952A0 (or 0xB952A0) is known color: Mulberry. HEX triplet: B9, 52 and A0. RGB value is (185,82,160). Sum of RGB (Red+Green+Blue) = 185+82+160=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B952A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952A0 is #46AD5F. Grayscale: #797979. Windows color (decimal): -4631904 or 10506937. OLE color: 10506937.
HSL color Cylindrical-coordinate representation of color #B952A0: hue angle of 314.56º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B952A0 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 160 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.27 |
| HSL | 314.56º | 0.42% | 0.52% | - |
| HSV(B) | 314.56º | 0.56% | 0.73% | - |
| XYZ | 29.37 | 18.89 | 35.36 | - |
| YUV | 121.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 160 | 0 | 0.56 | 0.14 | 0.27 | 314.56 | 0.42 | 0.52 |
| Hex | B9 | 52 | A0 | 0 | 38 | E | 1B | 13B | 2A | 34 |
| Octal | 271 | 122 | 240 | 0 | 70 | 16 | 33 | 473 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10100000 | 0 | 111000 | 1110 | 11011 | 100111011 | 101010 | 110100 |
Color Harmonies of #B952A0
Complementary color
Monochromatic Colors of #B952A0
Black with #B952A0
Text Example
Text Example
White with #B952A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952A0; }
p { color: rgb(185,82,160); }
H1.HeaderClassName
{
color: #B952A0;
}
.AnyTagClassName
{
color: #B952A0;
}
</style>
background-color css
<style>
a { background-color: #B952A0; }
a { background-color: rgb(185,82,160); }
div.DivClassName
{
background-color: #B952A0;
}
.BgClassName
{
background-color: #B952A0;
}
</style>
border-color css
<style>
span { border-color: #B952A0; }
span { border-color: rgb(185,82,160); }
td.TdClassName
{
border-color: #B952A0;
}
.TagClassName
{
border-color: #B952A0;
}
</style>