Shades of Mulberry #B05A8B
Tints of Mulberry #B05A8B
RGB
CMYK
RGB Variations
Color information
#B05A8B (or 0xB05A8B) is known color: Mulberry. HEX triplet: B0, 5A and 8B. RGB value is (176,90,139). Sum of RGB (Red+Green+Blue) = 176+90+139=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8B is #4FA574. Grayscale: #797979. Windows color (decimal): -5219701 or 9132720. OLE color: 9132720.
HSL color Cylindrical-coordinate representation of color #B05A8B: hue angle of 325.81º 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 #B05A8B is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 139 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.31 |
| HSL | 325.81º | 0.35% | 0.52% | - |
| HSV(B) | 325.81º | 0.49% | 0.69% | - |
| XYZ | 26.22 | 18.41 | 26.6 | - |
| YUV | 121.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 139 | 0 | 0.49 | 0.21 | 0.31 | 325.81 | 0.35 | 0.52 |
| Hex | B0 | 5A | 8B | 0 | 31 | 15 | 1F | 146 | 23 | 34 |
| Octal | 260 | 132 | 213 | 0 | 61 | 25 | 37 | 506 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10001011 | 0 | 110001 | 10101 | 11111 | 101000110 | 100011 | 110100 |
Color Harmonies of #B05A8B
Complementary color
Monochromatic Colors of #B05A8B
Black with #B05A8B
Text Example
Text Example
White with #B05A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A8B; }
p { color: rgb(176,90,139); }
H1.HeaderClassName
{
color: #B05A8B;
}
.AnyTagClassName
{
color: #B05A8B;
}
</style>
background-color css
<style>
a { background-color: #B05A8B; }
a { background-color: rgb(176,90,139); }
div.DivClassName
{
background-color: #B05A8B;
}
.BgClassName
{
background-color: #B05A8B;
}
</style>
border-color css
<style>
span { border-color: #B05A8B; }
span { border-color: rgb(176,90,139); }
td.TdClassName
{
border-color: #B05A8B;
}
.TagClassName
{
border-color: #B05A8B;
}
</style>