Shades of Mulberry #B05D8B
Tints of Mulberry #B05D8B
RGB
CMYK
RGB Variations
Color information
#B05D8B (or 0xB05D8B) is known color: Mulberry. HEX triplet: B0, 5D and 8B. RGB value is (176,93,139). Sum of RGB (Red+Green+Blue) = 176+93+139=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D8B is #4FA274. Grayscale: #7A7A7A. Windows color (decimal): -5218933 or 9133488. OLE color: 9133488.
HSL color Cylindrical-coordinate representation of color #B05D8B: hue angle of 326.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D8B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 139 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.31 |
| HSL | 326.75º | 0.34% | 0.53% | - |
| HSV(B) | 326.75º | 0.47% | 0.69% | - |
| XYZ | 26.48 | 18.92 | 26.68 | - |
| YUV | 123.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 139 | 0 | 0.47 | 0.21 | 0.31 | 326.75 | 0.34 | 0.53 |
| Hex | B0 | 5D | 8B | 0 | 2F | 15 | 1F | 147 | 22 | 35 |
| Octal | 260 | 135 | 213 | 0 | 57 | 25 | 37 | 507 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10001011 | 0 | 101111 | 10101 | 11111 | 101000111 | 100010 | 110101 |
Color Harmonies of #B05D8B
Complementary color
Monochromatic Colors of #B05D8B
Black with #B05D8B
Text Example
Text Example
White with #B05D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D8B; }
p { color: rgb(176,93,139); }
H1.HeaderClassName
{
color: #B05D8B;
}
.AnyTagClassName
{
color: #B05D8B;
}
</style>
background-color css
<style>
a { background-color: #B05D8B; }
a { background-color: rgb(176,93,139); }
div.DivClassName
{
background-color: #B05D8B;
}
.BgClassName
{
background-color: #B05D8B;
}
</style>
border-color css
<style>
span { border-color: #B05D8B; }
span { border-color: rgb(176,93,139); }
td.TdClassName
{
border-color: #B05D8B;
}
.TagClassName
{
border-color: #B05D8B;
}
</style>