Shades of Mulberry #B8529B
Tints of Mulberry #B8529B
RGB
CMYK
RGB Variations
Color information
#B8529B (or 0xB8529B) is known color: Mulberry. HEX triplet: B8, 52 and 9B. RGB value is (184,82,155). Sum of RGB (Red+Green+Blue) = 184+82+155=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 184 - color contains mainly: red. Hex color #B8529B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8529B is #47AD64. Grayscale: #787878. Windows color (decimal): -4697445 or 10179256. OLE color: 10179256.
HSL color Cylindrical-coordinate representation of color #B8529B: hue angle of 317.06º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8529B is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 155 | - |
| CMYK | 0 | 0.55 | 0.16 | 0.28 |
| HSL | 317.06º | 0.42% | 0.52% | - |
| HSV(B) | 317.06º | 0.55% | 0.72% | - |
| XYZ | 28.7 | 18.59 | 33.09 | - |
| YUV | 120.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 155 | 0 | 0.55 | 0.16 | 0.28 | 317.06 | 0.42 | 0.52 |
| Hex | B8 | 52 | 9B | 0 | 37 | 10 | 1C | 13D | 2A | 34 |
| Octal | 270 | 122 | 233 | 0 | 67 | 20 | 34 | 475 | 52 | 64 |
| Binary | 10111000 | 1010010 | 10011011 | 0 | 110111 | 10000 | 11100 | 100111101 | 101010 | 110100 |
Color Harmonies of #B8529B
Complementary color
Monochromatic Colors of #B8529B
Black with #B8529B
Text Example
Text Example
White with #B8529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8529B; }
p { color: rgb(184,82,155); }
H1.HeaderClassName
{
color: #B8529B;
}
.AnyTagClassName
{
color: #B8529B;
}
</style>
background-color css
<style>
a { background-color: #B8529B; }
a { background-color: rgb(184,82,155); }
div.DivClassName
{
background-color: #B8529B;
}
.BgClassName
{
background-color: #B8529B;
}
</style>
border-color css
<style>
span { border-color: #B8529B; }
span { border-color: rgb(184,82,155); }
td.TdClassName
{
border-color: #B8529B;
}
.TagClassName
{
border-color: #B8529B;
}
</style>