Shades of Mulberry #B05A8D
Tints of Mulberry #B05A8D
RGB
CMYK
RGB Variations
Color information
#B05A8D (or 0xB05A8D) is known color: Mulberry. HEX triplet: B0, 5A and 8D. RGB value is (176,90,141). Sum of RGB (Red+Green+Blue) = 176+90+141=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8D is #4FA572. Grayscale: #797979. Windows color (decimal): -5219699 or 9263792. OLE color: 9263792.
HSL color Cylindrical-coordinate representation of color #B05A8D: hue angle of 324.42º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B05A8D is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 141 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.31 |
| HSL | 324.42º | 0.35% | 0.52% | - |
| HSV(B) | 324.42º | 0.49% | 0.69% | - |
| XYZ | 26.37 | 18.47 | 27.37 | - |
| YUV | 121.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 141 | 0 | 0.49 | 0.20 | 0.31 | 324.42 | 0.35 | 0.52 |
| Hex | B0 | 5A | 8D | 0 | 31 | 14 | 1F | 144 | 23 | 34 |
| Octal | 260 | 132 | 215 | 0 | 61 | 24 | 37 | 504 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10001101 | 0 | 110001 | 10100 | 11111 | 101000100 | 100011 | 110100 |
Color Harmonies of #B05A8D
Complementary color
Monochromatic Colors of #B05A8D
Black with #B05A8D
Text Example
Text Example
White with #B05A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A8D; }
p { color: rgb(176,90,141); }
H1.HeaderClassName
{
color: #B05A8D;
}
.AnyTagClassName
{
color: #B05A8D;
}
</style>
background-color css
<style>
a { background-color: #B05A8D; }
a { background-color: rgb(176,90,141); }
div.DivClassName
{
background-color: #B05A8D;
}
.BgClassName
{
background-color: #B05A8D;
}
</style>
border-color css
<style>
span { border-color: #B05A8D; }
span { border-color: rgb(176,90,141); }
td.TdClassName
{
border-color: #B05A8D;
}
.TagClassName
{
border-color: #B05A8D;
}
</style>