Shades of Mulberry #B952A1
Tints of Mulberry #B952A1
RGB
CMYK
RGB Variations
Color information
#B952A1 (or 0xB952A1) is known color: Mulberry. HEX triplet: B9, 52 and A1. RGB value is (185,82,161). Sum of RGB (Red+Green+Blue) = 185+82+161=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 161 (63.28% from 255 or 37.62% from 428); Max value from RGB is 185 - color contains mainly: red. Hex color #B952A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B952A1 is #46AD5E. Grayscale: #797979. Windows color (decimal): -4631903 or 10572473. OLE color: 10572473.
HSL color Cylindrical-coordinate representation of color #B952A1: hue angle of 313.98º 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 #B952A1 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 82 | 161 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.27 |
| HSL | 313.98º | 0.42% | 0.52% | - |
| HSV(B) | 313.98º | 0.56% | 0.73% | - |
| XYZ | 29.46 | 18.92 | 35.82 | - |
| YUV | 121.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 161 | 0 | 0.56 | 0.13 | 0.27 | 313.98 | 0.42 | 0.52 |
| Hex | B9 | 52 | A1 | 0 | 38 | D | 1B | 13A | 2A | 34 |
| Octal | 271 | 122 | 241 | 0 | 70 | 15 | 33 | 472 | 52 | 64 |
| Binary | 10111001 | 1010010 | 10100001 | 0 | 111000 | 1101 | 11011 | 100111010 | 101010 | 110100 |
Color Harmonies of #B952A1
Complementary color
Monochromatic Colors of #B952A1
Black with #B952A1
Text Example
Text Example
White with #B952A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952A1; }
p { color: rgb(185,82,161); }
H1.HeaderClassName
{
color: #B952A1;
}
.AnyTagClassName
{
color: #B952A1;
}
</style>
background-color css
<style>
a { background-color: #B952A1; }
a { background-color: rgb(185,82,161); }
div.DivClassName
{
background-color: #B952A1;
}
.BgClassName
{
background-color: #B952A1;
}
</style>
border-color css
<style>
span { border-color: #B952A1; }
span { border-color: rgb(185,82,161); }
td.TdClassName
{
border-color: #B952A1;
}
.TagClassName
{
border-color: #B952A1;
}
</style>