Shades of Mulberry #B35A8D
Tints of Mulberry #B35A8D
RGB
CMYK
RGB Variations
Color information
#B35A8D (or 0xB35A8D) is known color: Mulberry. HEX triplet: B3, 5A and 8D. RGB value is (179,90,141). Sum of RGB (Red+Green+Blue) = 179+90+141=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A8D is #4CA572. Grayscale: #7A7A7A. Windows color (decimal): -5023091 or 9263795. OLE color: 9263795.
HSL color Cylindrical-coordinate representation of color #B35A8D: hue angle of 325.62º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A8D is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 141 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.30 |
| HSL | 325.62º | 0.37% | 0.53% | - |
| HSV(B) | 325.62º | 0.5% | 0.7% | - |
| XYZ | 27.05 | 18.82 | 27.41 | - |
| YUV | 122.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 141 | 0 | 0.50 | 0.21 | 0.30 | 325.62 | 0.37 | 0.53 |
| Hex | B3 | 5A | 8D | 0 | 32 | 15 | 1E | 146 | 25 | 35 |
| Octal | 263 | 132 | 215 | 0 | 62 | 25 | 36 | 506 | 45 | 65 |
| Binary | 10110011 | 1011010 | 10001101 | 0 | 110010 | 10101 | 11110 | 101000110 | 100101 | 110101 |
Color Harmonies of #B35A8D
Complementary color
Monochromatic Colors of #B35A8D
Black with #B35A8D
Text Example
Text Example
White with #B35A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A8D; }
p { color: rgb(179,90,141); }
H1.HeaderClassName
{
color: #B35A8D;
}
.AnyTagClassName
{
color: #B35A8D;
}
</style>
background-color css
<style>
a { background-color: #B35A8D; }
a { background-color: rgb(179,90,141); }
div.DivClassName
{
background-color: #B35A8D;
}
.BgClassName
{
background-color: #B35A8D;
}
</style>
border-color css
<style>
span { border-color: #B35A8D; }
span { border-color: rgb(179,90,141); }
td.TdClassName
{
border-color: #B35A8D;
}
.TagClassName
{
border-color: #B35A8D;
}
</style>