Shades of Mulberry #B05A90
Tints of Mulberry #B05A90
RGB
CMYK
RGB Variations
Color information
#B05A90 (or 0xB05A90) is known color: Mulberry. HEX triplet: B0, 5A and 90. RGB value is (176,90,144). Sum of RGB (Red+Green+Blue) = 176+90+144=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A90 is #4FA56F. Grayscale: #797979. Windows color (decimal): -5219696 or 9460400. OLE color: 9460400.
HSL color Cylindrical-coordinate representation of color #B05A90: hue angle of 322.33º 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 #B05A90 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 144 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.31 |
| HSL | 322.33º | 0.35% | 0.52% | - |
| HSV(B) | 322.33º | 0.49% | 0.69% | - |
| XYZ | 26.59 | 18.56 | 28.57 | - |
| YUV | 121.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 144 | 0 | 0.49 | 0.18 | 0.31 | 322.33 | 0.35 | 0.52 |
| Hex | B0 | 5A | 90 | 0 | 31 | 12 | 1F | 142 | 23 | 34 |
| Octal | 260 | 132 | 220 | 0 | 61 | 22 | 37 | 502 | 43 | 64 |
| Binary | 10110000 | 1011010 | 10010000 | 0 | 110001 | 10010 | 11111 | 101000010 | 100011 | 110100 |
Color Harmonies of #B05A90
Complementary color
Monochromatic Colors of #B05A90
Black with #B05A90
Text Example
Text Example
White with #B05A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A90; }
p { color: rgb(176,90,144); }
H1.HeaderClassName
{
color: #B05A90;
}
.AnyTagClassName
{
color: #B05A90;
}
</style>
background-color css
<style>
a { background-color: #B05A90; }
a { background-color: rgb(176,90,144); }
div.DivClassName
{
background-color: #B05A90;
}
.BgClassName
{
background-color: #B05A90;
}
</style>
border-color css
<style>
span { border-color: #B05A90; }
span { border-color: rgb(176,90,144); }
td.TdClassName
{
border-color: #B05A90;
}
.TagClassName
{
border-color: #B05A90;
}
</style>