Shades of Mulberry #B05C8A
Tints of Mulberry #B05C8A
RGB
CMYK
RGB Variations
Color information
#B05C8A (or 0xB05C8A) is known color: Mulberry. HEX triplet: B0, 5C and 8A. RGB value is (176,92,138). Sum of RGB (Red+Green+Blue) = 176+92+138=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05C8A is #4FA375. Grayscale: #7A7A7A. Windows color (decimal): -5219190 or 9067696. OLE color: 9067696.
HSL color Cylindrical-coordinate representation of color #B05C8A: hue angle of 327.14º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B05C8A is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 138 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.31 |
| HSL | 327.14º | 0.35% | 0.53% | - |
| HSV(B) | 327.14º | 0.48% | 0.69% | - |
| XYZ | 26.32 | 18.72 | 26.27 | - |
| YUV | 122.36 | 136.83 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 138 | 0 | 0.48 | 0.22 | 0.31 | 327.14 | 0.35 | 0.53 |
| Hex | B0 | 5C | 8A | 0 | 30 | 16 | 1F | 147 | 23 | 35 |
| Octal | 260 | 134 | 212 | 0 | 60 | 26 | 37 | 507 | 43 | 65 |
| Binary | 10110000 | 1011100 | 10001010 | 0 | 110000 | 10110 | 11111 | 101000111 | 100011 | 110101 |
Color Harmonies of #B05C8A
Complementary color
Monochromatic Colors of #B05C8A
Black with #B05C8A
Text Example
Text Example
White with #B05C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C8A; }
p { color: rgb(176,92,138); }
H1.HeaderClassName
{
color: #B05C8A;
}
.AnyTagClassName
{
color: #B05C8A;
}
</style>
background-color css
<style>
a { background-color: #B05C8A; }
a { background-color: rgb(176,92,138); }
div.DivClassName
{
background-color: #B05C8A;
}
.BgClassName
{
background-color: #B05C8A;
}
</style>
border-color css
<style>
span { border-color: #B05C8A; }
span { border-color: rgb(176,92,138); }
td.TdClassName
{
border-color: #B05C8A;
}
.TagClassName
{
border-color: #B05C8A;
}
</style>