Shades of Mulberry #B05A8E
Tints of Mulberry #B05A8E
RGB
CMYK
RGB Variations
Color information
#B05A8E (or 0xB05A8E) is known color: Mulberry. HEX triplet: B0, 5A and 8E. RGB value is (176,90,142). Sum of RGB (Red+Green+Blue) = 176+90+142=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8E is #4FA571. Grayscale: #797979. Windows color (decimal): -5219698 or 9329328. OLE color: 9329328.
HSL color Cylindrical-coordinate representation of color #B05A8E: hue angle of 323.72º 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 #B05A8E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 142 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.31 |
| HSL | 323.72º | 0.35% | 0.52% | - |
| HSV(B) | 323.72º | 0.49% | 0.69% | - |
| XYZ | 26.44 | 18.5 | 27.77 | - |
| YUV | 121.64 | 139.49 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 142 | 0 | 0.49 | 0.19 | 0.31 | 323.72 | 0.35 | 0.52 |
| Hex | B0 | 5A | 8E | 0 | 31 | 13 | 1F | 144 | 23 | 34 |
| Octal | 260 | 132 | 216 | 0 | 61 | 23 | 37 | 504 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10001110 | 0 | 110001 | 10011 | 11111 | 101000100 | 100011 | 110100 |
Color Harmonies of #B05A8E
Complementary color
Monochromatic Colors of #B05A8E
Black with #B05A8E
Text Example
Text Example
White with #B05A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A8E; }
p { color: rgb(176,90,142); }
H1.HeaderClassName
{
color: #B05A8E;
}
.AnyTagClassName
{
color: #B05A8E;
}
</style>
background-color css
<style>
a { background-color: #B05A8E; }
a { background-color: rgb(176,90,142); }
div.DivClassName
{
background-color: #B05A8E;
}
.BgClassName
{
background-color: #B05A8E;
}
</style>
border-color css
<style>
span { border-color: #B05A8E; }
span { border-color: rgb(176,90,142); }
td.TdClassName
{
border-color: #B05A8E;
}
.TagClassName
{
border-color: #B05A8E;
}
</style>