Shades of Mulberry #B05A93
Tints of Mulberry #B05A93
RGB
CMYK
RGB Variations
Color information
#B05A93 (or 0xB05A93) is known color: Mulberry. HEX triplet: B0, 5A and 93. RGB value is (176,90,147). Sum of RGB (Red+Green+Blue) = 176+90+147=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A93 is #4FA56C. Grayscale: #7A7A7A. Windows color (decimal): -5219693 or 9657008. OLE color: 9657008.
HSL color Cylindrical-coordinate representation of color #B05A93: hue angle of 320.23º 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 #B05A93 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 147 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.31 |
| HSL | 320.23º | 0.35% | 0.52% | - |
| HSV(B) | 320.23º | 0.49% | 0.69% | - |
| XYZ | 26.83 | 18.65 | 29.79 | - |
| YUV | 122.21 | 141.99 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 147 | 0 | 0.49 | 0.16 | 0.31 | 320.23 | 0.35 | 0.52 |
| Hex | B0 | 5A | 93 | 0 | 31 | 10 | 1F | 140 | 23 | 34 |
| Octal | 260 | 132 | 223 | 0 | 61 | 20 | 37 | 500 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10010011 | 0 | 110001 | 10000 | 11111 | 101000000 | 100011 | 110100 |
Color Harmonies of #B05A93
Complementary color
Monochromatic Colors of #B05A93
Black with #B05A93
Text Example
Text Example
White with #B05A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A93; }
p { color: rgb(176,90,147); }
H1.HeaderClassName
{
color: #B05A93;
}
.AnyTagClassName
{
color: #B05A93;
}
</style>
background-color css
<style>
a { background-color: #B05A93; }
a { background-color: rgb(176,90,147); }
div.DivClassName
{
background-color: #B05A93;
}
.BgClassName
{
background-color: #B05A93;
}
</style>
border-color css
<style>
span { border-color: #B05A93; }
span { border-color: rgb(176,90,147); }
td.TdClassName
{
border-color: #B05A93;
}
.TagClassName
{
border-color: #B05A93;
}
</style>