Shades of Mulberry #B75A84
Tints of Mulberry #B75A84
RGB
CMYK
RGB Variations
Color information
#B75A84 (or 0xB75A84) is known color: Mulberry. HEX triplet: B7, 5A and 84. RGB value is (183,90,132). Sum of RGB (Red+Green+Blue) = 183+90+132=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A84 is #48A57B. Grayscale: #7A7A7A. Windows color (decimal): -4760956 or 8673975. OLE color: 8673975.
HSL color Cylindrical-coordinate representation of color #B75A84: hue angle of 332.9º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A84 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 132 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.28 |
| HSL | 332.9º | 0.39% | 0.54% | - |
| HSV(B) | 332.9º | 0.51% | 0.72% | - |
| XYZ | 27.35 | 19.05 | 24.06 | - |
| YUV | 122.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 132 | 0 | 0.51 | 0.28 | 0.28 | 332.9 | 0.39 | 0.54 |
| Hex | B7 | 5A | 84 | 0 | 33 | 1C | 1C | 14D | 27 | 36 |
| Octal | 267 | 132 | 204 | 0 | 63 | 34 | 34 | 515 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10000100 | 0 | 110011 | 11100 | 11100 | 101001101 | 100111 | 110110 |
Color Harmonies of #B75A84
Complementary color
Monochromatic Colors of #B75A84
Black with #B75A84
Text Example
Text Example
White with #B75A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A84; }
p { color: rgb(183,90,132); }
H1.HeaderClassName
{
color: #B75A84;
}
.AnyTagClassName
{
color: #B75A84;
}
</style>
background-color css
<style>
a { background-color: #B75A84; }
a { background-color: rgb(183,90,132); }
div.DivClassName
{
background-color: #B75A84;
}
.BgClassName
{
background-color: #B75A84;
}
</style>
border-color css
<style>
span { border-color: #B75A84; }
span { border-color: rgb(183,90,132); }
td.TdClassName
{
border-color: #B75A84;
}
.TagClassName
{
border-color: #B75A84;
}
</style>