Shades of Mulberry #B75A8D
Tints of Mulberry #B75A8D
RGB
CMYK
RGB Variations
Color information
#B75A8D (or 0xB75A8D) is known color: Mulberry. HEX triplet: B7, 5A and 8D. RGB value is (183,90,141). Sum of RGB (Red+Green+Blue) = 183+90+141=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A8D is #48A572. Grayscale: #7B7B7B. Windows color (decimal): -4760947 or 9263799. OLE color: 9263799.
HSL color Cylindrical-coordinate representation of color #B75A8D: hue angle of 327.1º 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 #B75A8D is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 141 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.28 |
| HSL | 327.1º | 0.39% | 0.54% | - |
| HSV(B) | 327.1º | 0.51% | 0.72% | - |
| XYZ | 27.99 | 19.3 | 27.45 | - |
| YUV | 123.62 | 137.81 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 141 | 0 | 0.51 | 0.23 | 0.28 | 327.1 | 0.39 | 0.54 |
| Hex | B7 | 5A | 8D | 0 | 33 | 17 | 1C | 147 | 27 | 36 |
| Octal | 267 | 132 | 215 | 0 | 63 | 27 | 34 | 507 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10001101 | 0 | 110011 | 10111 | 11100 | 101000111 | 100111 | 110110 |
Color Harmonies of #B75A8D
Complementary color
Monochromatic Colors of #B75A8D
Black with #B75A8D
Text Example
Text Example
White with #B75A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A8D; }
p { color: rgb(183,90,141); }
H1.HeaderClassName
{
color: #B75A8D;
}
.AnyTagClassName
{
color: #B75A8D;
}
</style>
background-color css
<style>
a { background-color: #B75A8D; }
a { background-color: rgb(183,90,141); }
div.DivClassName
{
background-color: #B75A8D;
}
.BgClassName
{
background-color: #B75A8D;
}
</style>
border-color css
<style>
span { border-color: #B75A8D; }
span { border-color: rgb(183,90,141); }
td.TdClassName
{
border-color: #B75A8D;
}
.TagClassName
{
border-color: #B75A8D;
}
</style>