Shades of Mulberry #B05E8B
Tints of Mulberry #B05E8B
RGB
CMYK
RGB Variations
Color information
#B05E8B (or 0xB05E8B) is known color: Mulberry. HEX triplet: B0, 5E and 8B. RGB value is (176,94,139). Sum of RGB (Red+Green+Blue) = 176+94+139=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05E8B is #4FA174. Grayscale: #7B7B7B. Windows color (decimal): -5218677 or 9133744. OLE color: 9133744.
HSL color Cylindrical-coordinate representation of color #B05E8B: hue angle of 327.07º 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 #B05E8B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 139 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.31 |
| HSL | 327.07º | 0.34% | 0.53% | - |
| HSV(B) | 327.07º | 0.47% | 0.69% | - |
| XYZ | 26.57 | 19.1 | 26.71 | - |
| YUV | 123.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 139 | 0 | 0.47 | 0.21 | 0.31 | 327.07 | 0.34 | 0.53 |
| Hex | B0 | 5E | 8B | 0 | 2F | 15 | 1F | 147 | 22 | 35 |
| Octal | 260 | 136 | 213 | 0 | 57 | 25 | 37 | 507 | 42 | 65 |
| Binary | 10110000 | 1011110 | 10001011 | 0 | 101111 | 10101 | 11111 | 101000111 | 100010 | 110101 |
Color Harmonies of #B05E8B
Complementary color
Monochromatic Colors of #B05E8B
Black with #B05E8B
Text Example
Text Example
White with #B05E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E8B; }
p { color: rgb(176,94,139); }
H1.HeaderClassName
{
color: #B05E8B;
}
.AnyTagClassName
{
color: #B05E8B;
}
</style>
background-color css
<style>
a { background-color: #B05E8B; }
a { background-color: rgb(176,94,139); }
div.DivClassName
{
background-color: #B05E8B;
}
.BgClassName
{
background-color: #B05E8B;
}
</style>
border-color css
<style>
span { border-color: #B05E8B; }
span { border-color: rgb(176,94,139); }
td.TdClassName
{
border-color: #B05E8B;
}
.TagClassName
{
border-color: #B05E8B;
}
</style>