Shades of Mulberry #B05F8E
Tints of Mulberry #B05F8E
RGB
CMYK
RGB Variations
Color information
#B05F8E (or 0xB05F8E) is known color: Mulberry. HEX triplet: B0, 5F and 8E. RGB value is (176,95,142). Sum of RGB (Red+Green+Blue) = 176+95+142=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F8E is #4FA071. Grayscale: #7C7C7C. Windows color (decimal): -5218418 or 9330608. OLE color: 9330608.
HSL color Cylindrical-coordinate representation of color #B05F8E: hue angle of 325.19º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05F8E is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 95 | 142 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.31 |
| HSL | 325.19º | 0.34% | 0.53% | - |
| HSV(B) | 325.19º | 0.46% | 0.69% | - |
| XYZ | 26.88 | 19.37 | 27.91 | - |
| YUV | 124.58 | 137.84 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 142 | 0 | 0.46 | 0.19 | 0.31 | 325.19 | 0.34 | 0.53 |
| Hex | B0 | 5F | 8E | 0 | 2E | 13 | 1F | 145 | 22 | 35 |
| Octal | 260 | 137 | 216 | 0 | 56 | 23 | 37 | 505 | 42 | 65 |
| Binary | 10110000 | 1011111 | 10001110 | 0 | 101110 | 10011 | 11111 | 101000101 | 100010 | 110101 |
Color Harmonies of #B05F8E
Complementary color
Monochromatic Colors of #B05F8E
Black with #B05F8E
Text Example
Text Example
White with #B05F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05F8E; }
p { color: rgb(176,95,142); }
H1.HeaderClassName
{
color: #B05F8E;
}
.AnyTagClassName
{
color: #B05F8E;
}
</style>
background-color css
<style>
a { background-color: #B05F8E; }
a { background-color: rgb(176,95,142); }
div.DivClassName
{
background-color: #B05F8E;
}
.BgClassName
{
background-color: #B05F8E;
}
</style>
border-color css
<style>
span { border-color: #B05F8E; }
span { border-color: rgb(176,95,142); }
td.TdClassName
{
border-color: #B05F8E;
}
.TagClassName
{
border-color: #B05F8E;
}
</style>