Shades of Mulberry #B35D8D
Tints of Mulberry #B35D8D
RGB
CMYK
RGB Variations
Color information
#B35D8D (or 0xB35D8D) is known color: Mulberry. HEX triplet: B3, 5D and 8D. RGB value is (179,93,141). Sum of RGB (Red+Green+Blue) = 179+93+141=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D8D is #4CA272. Grayscale: #7C7C7C. Windows color (decimal): -5022323 or 9264563. OLE color: 9264563.
HSL color Cylindrical-coordinate representation of color #B35D8D: hue angle of 326.51º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B35D8D is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 93 | 141 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.30 |
| HSL | 326.51º | 0.36% | 0.53% | - |
| HSV(B) | 326.51º | 0.48% | 0.7% | - |
| XYZ | 27.31 | 19.34 | 27.49 | - |
| YUV | 124.19 | 137.49 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 141 | 0 | 0.48 | 0.21 | 0.30 | 326.51 | 0.36 | 0.53 |
| Hex | B3 | 5D | 8D | 0 | 30 | 15 | 1E | 147 | 24 | 35 |
| Octal | 263 | 135 | 215 | 0 | 60 | 25 | 36 | 507 | 44 | 65 |
| Binary | 10110011 | 1011101 | 10001101 | 0 | 110000 | 10101 | 11110 | 101000111 | 100100 | 110101 |
Color Harmonies of #B35D8D
Complementary color
Monochromatic Colors of #B35D8D
Black with #B35D8D
Text Example
Text Example
White with #B35D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35D8D; }
p { color: rgb(179,93,141); }
H1.HeaderClassName
{
color: #B35D8D;
}
.AnyTagClassName
{
color: #B35D8D;
}
</style>
background-color css
<style>
a { background-color: #B35D8D; }
a { background-color: rgb(179,93,141); }
div.DivClassName
{
background-color: #B35D8D;
}
.BgClassName
{
background-color: #B35D8D;
}
</style>
border-color css
<style>
span { border-color: #B35D8D; }
span { border-color: rgb(179,93,141); }
td.TdClassName
{
border-color: #B35D8D;
}
.TagClassName
{
border-color: #B35D8D;
}
</style>