Shades of Mulberry #B35A8C
Tints of Mulberry #B35A8C
RGB
CMYK
RGB Variations
Color information
#B35A8C (or 0xB35A8C) is known color: Mulberry. HEX triplet: B3, 5A and 8C. RGB value is (179,90,140). Sum of RGB (Red+Green+Blue) = 179+90+140=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A8C is #4CA573. Grayscale: #7A7A7A. Windows color (decimal): -5023092 or 9198259. OLE color: 9198259.
HSL color Cylindrical-coordinate representation of color #B35A8C: hue angle of 326.29º 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 #B35A8C is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 140 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.30 |
| HSL | 326.29º | 0.37% | 0.53% | - |
| HSV(B) | 326.29º | 0.5% | 0.7% | - |
| XYZ | 26.98 | 18.79 | 27.02 | - |
| YUV | 122.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 140 | 0 | 0.50 | 0.22 | 0.30 | 326.29 | 0.37 | 0.53 |
| Hex | B3 | 5A | 8C | 0 | 32 | 16 | 1E | 146 | 25 | 35 |
| Octal | 263 | 132 | 214 | 0 | 62 | 26 | 36 | 506 | 45 | 65 |
| Binary | 10110011 | 1011010 | 10001100 | 0 | 110010 | 10110 | 11110 | 101000110 | 100101 | 110101 |
Color Harmonies of #B35A8C
Complementary color
Monochromatic Colors of #B35A8C
Black with #B35A8C
Text Example
Text Example
White with #B35A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A8C; }
p { color: rgb(179,90,140); }
H1.HeaderClassName
{
color: #B35A8C;
}
.AnyTagClassName
{
color: #B35A8C;
}
</style>
background-color css
<style>
a { background-color: #B35A8C; }
a { background-color: rgb(179,90,140); }
div.DivClassName
{
background-color: #B35A8C;
}
.BgClassName
{
background-color: #B35A8C;
}
</style>
border-color css
<style>
span { border-color: #B35A8C; }
span { border-color: rgb(179,90,140); }
td.TdClassName
{
border-color: #B35A8C;
}
.TagClassName
{
border-color: #B35A8C;
}
</style>