Shades of Mulberry #B35085
Tints of Mulberry #B35085
RGB
CMYK
RGB Variations
Color information
#B35085 (or 0xB35085) is known color: Mulberry. HEX triplet: B3, 50 and 85. RGB value is (179,80,133). Sum of RGB (Red+Green+Blue) = 179+80+133=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B35085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35085 is #4CAF7A. Grayscale: #737373. Windows color (decimal): -5025659 or 8736947. OLE color: 8736947.
HSL color Cylindrical-coordinate representation of color #B35085: hue angle of 327.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B35085 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 133 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.30 |
| HSL | 327.88º | 0.39% | 0.51% | - |
| HSV(B) | 327.88º | 0.55% | 0.7% | - |
| XYZ | 25.69 | 17.01 | 24.12 | - |
| YUV | 115.64 | 137.8 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 133 | 0 | 0.55 | 0.26 | 0.30 | 327.88 | 0.39 | 0.51 |
| Hex | B3 | 50 | 85 | 0 | 37 | 1A | 1E | 148 | 27 | 33 |
| Octal | 263 | 120 | 205 | 0 | 67 | 32 | 36 | 510 | 47 | 63 |
| Binary | 10110011 | 1010000 | 10000101 | 0 | 110111 | 11010 | 11110 | 101001000 | 100111 | 110011 |
Color Harmonies of #B35085
Complementary color
Monochromatic Colors of #B35085
Black with #B35085
Text Example
Text Example
White with #B35085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35085; }
p { color: rgb(179,80,133); }
H1.HeaderClassName
{
color: #B35085;
}
.AnyTagClassName
{
color: #B35085;
}
</style>
background-color css
<style>
a { background-color: #B35085; }
a { background-color: rgb(179,80,133); }
div.DivClassName
{
background-color: #B35085;
}
.BgClassName
{
background-color: #B35085;
}
</style>
border-color css
<style>
span { border-color: #B35085; }
span { border-color: rgb(179,80,133); }
td.TdClassName
{
border-color: #B35085;
}
.TagClassName
{
border-color: #B35085;
}
</style>