Shades of Mulberry #B7528F
Tints of Mulberry #B7528F
RGB
CMYK
RGB Variations
Color information
#B7528F (or 0xB7528F) is known color: Mulberry. HEX triplet: B7, 52 and 8F. RGB value is (183,82,143). Sum of RGB (Red+Green+Blue) = 183+82+143=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7528F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7528F is #48AD70. Grayscale: #777777. Windows color (decimal): -4762993 or 9392823. OLE color: 9392823.
HSL color Cylindrical-coordinate representation of color #B7528F: hue angle of 323.76º degrees, saturation: 0.41, 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 #B7528F is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 82 | 143 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.28 |
| HSL | 323.76º | 0.41% | 0.52% | - |
| HSV(B) | 323.76º | 0.55% | 0.72% | - |
| XYZ | 27.5 | 18.09 | 28.03 | - |
| YUV | 119.15 | 141.46 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 82 | 143 | 0 | 0.55 | 0.22 | 0.28 | 323.76 | 0.41 | 0.52 |
| Hex | B7 | 52 | 8F | 0 | 37 | 16 | 1C | 144 | 29 | 34 |
| Octal | 267 | 122 | 217 | 0 | 67 | 26 | 34 | 504 | 51 | 64 |
| Binary | 10110111 | 1010010 | 10001111 | 0 | 110111 | 10110 | 11100 | 101000100 | 101001 | 110100 |
Color Harmonies of #B7528F
Complementary color
Monochromatic Colors of #B7528F
Black with #B7528F
Text Example
Text Example
White with #B7528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7528F; }
p { color: rgb(183,82,143); }
H1.HeaderClassName
{
color: #B7528F;
}
.AnyTagClassName
{
color: #B7528F;
}
</style>
background-color css
<style>
a { background-color: #B7528F; }
a { background-color: rgb(183,82,143); }
div.DivClassName
{
background-color: #B7528F;
}
.BgClassName
{
background-color: #B7528F;
}
</style>
border-color css
<style>
span { border-color: #B7528F; }
span { border-color: rgb(183,82,143); }
td.TdClassName
{
border-color: #B7528F;
}
.TagClassName
{
border-color: #B7528F;
}
</style>