Shades of Mulberry #B05D93
Tints of Mulberry #B05D93
RGB
CMYK
RGB Variations
Color information
#B05D93 (or 0xB05D93) is known color: Mulberry. HEX triplet: B0, 5D and 93. RGB value is (176,93,147). Sum of RGB (Red+Green+Blue) = 176+93+147=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 93 (36.72% from 255 or 22.36% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05D93 is #4FA26C. Grayscale: #7B7B7B. Windows color (decimal): -5218925 or 9657776. OLE color: 9657776.
HSL color Cylindrical-coordinate representation of color #B05D93: hue angle of 320.96º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05D93 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 147 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.31 |
| HSL | 320.96º | 0.34% | 0.53% | - |
| HSV(B) | 320.96º | 0.47% | 0.69% | - |
| XYZ | 27.09 | 19.17 | 29.88 | - |
| YUV | 123.97 | 141 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 147 | 0 | 0.47 | 0.16 | 0.31 | 320.96 | 0.34 | 0.53 |
| Hex | B0 | 5D | 93 | 0 | 2F | 10 | 1F | 141 | 22 | 35 |
| Octal | 260 | 135 | 223 | 0 | 57 | 20 | 37 | 501 | 42 | 65 |
| Binary | 10110000 | 1011101 | 10010011 | 0 | 101111 | 10000 | 11111 | 101000001 | 100010 | 110101 |
Color Harmonies of #B05D93
Complementary color
Monochromatic Colors of #B05D93
Black with #B05D93
Text Example
Text Example
White with #B05D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D93; }
p { color: rgb(176,93,147); }
H1.HeaderClassName
{
color: #B05D93;
}
.AnyTagClassName
{
color: #B05D93;
}
</style>
background-color css
<style>
a { background-color: #B05D93; }
a { background-color: rgb(176,93,147); }
div.DivClassName
{
background-color: #B05D93;
}
.BgClassName
{
background-color: #B05D93;
}
</style>
border-color css
<style>
span { border-color: #B05D93; }
span { border-color: rgb(176,93,147); }
td.TdClassName
{
border-color: #B05D93;
}
.TagClassName
{
border-color: #B05D93;
}
</style>