Shades of Mulberry #B35D8F
Tints of Mulberry #B35D8F
RGB
CMYK
RGB Variations
Color information
#B35D8F (or 0xB35D8F) is known color: Mulberry. HEX triplet: B3, 5D and 8F. RGB value is (179,93,143). Sum of RGB (Red+Green+Blue) = 179+93+143=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 93 (36.72% from 255 or 22.41% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B35D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35D8F is #4CA270. Grayscale: #7C7C7C. Windows color (decimal): -5022321 or 9395635. OLE color: 9395635.
HSL color Cylindrical-coordinate representation of color #B35D8F: hue angle of 325.12º 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 #B35D8F is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 93 | 143 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.30 |
| HSL | 325.12º | 0.36% | 0.53% | - |
| HSV(B) | 325.12º | 0.48% | 0.7% | - |
| XYZ | 27.46 | 19.4 | 28.28 | - |
| YUV | 124.41 | 138.49 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 93 | 143 | 0 | 0.48 | 0.20 | 0.30 | 325.12 | 0.36 | 0.53 |
| Hex | B3 | 5D | 8F | 0 | 30 | 14 | 1E | 145 | 24 | 35 |
| Octal | 263 | 135 | 217 | 0 | 60 | 24 | 36 | 505 | 44 | 65 |
| Binary | 10110011 | 1011101 | 10001111 | 0 | 110000 | 10100 | 11110 | 101000101 | 100100 | 110101 |
Color Harmonies of #B35D8F
Complementary color
Monochromatic Colors of #B35D8F
Black with #B35D8F
Text Example
Text Example
White with #B35D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35D8F; }
p { color: rgb(179,93,143); }
H1.HeaderClassName
{
color: #B35D8F;
}
.AnyTagClassName
{
color: #B35D8F;
}
</style>
background-color css
<style>
a { background-color: #B35D8F; }
a { background-color: rgb(179,93,143); }
div.DivClassName
{
background-color: #B35D8F;
}
.BgClassName
{
background-color: #B35D8F;
}
</style>
border-color css
<style>
span { border-color: #B35D8F; }
span { border-color: rgb(179,93,143); }
td.TdClassName
{
border-color: #B35D8F;
}
.TagClassName
{
border-color: #B35D8F;
}
</style>