Shades of Mulberry #B05090
Tints of Mulberry #B05090
RGB
CMYK
RGB Variations
Color information
#B05090 (or 0xB05090) is known color: Mulberry. HEX triplet: B0, 50 and 90. RGB value is (176,80,144). Sum of RGB (Red+Green+Blue) = 176+80+144=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B05090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05090 is #4FAF6F. Grayscale: #737373. Windows color (decimal): -5222256 or 9457840. OLE color: 9457840.
HSL color Cylindrical-coordinate representation of color #B05090: hue angle of 320º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05090 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 144 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.31 |
| HSL | 320º | 0.38% | 0.5% | - |
| HSV(B) | 320º | 0.55% | 0.69% | - |
| XYZ | 25.81 | 16.98 | 28.3 | - |
| YUV | 116 | 143.8 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 144 | 0 | 0.55 | 0.18 | 0.31 | 320 | 0.38 | 0.5 |
| Hex | B0 | 50 | 90 | 0 | 37 | 12 | 1F | 140 | 26 | 32 |
| Octal | 260 | 120 | 220 | 0 | 67 | 22 | 37 | 500 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10010000 | 0 | 110111 | 10010 | 11111 | 101000000 | 100110 | 110010 |
Color Harmonies of #B05090
Complementary color
Monochromatic Colors of #B05090
Black with #B05090
Text Example
Text Example
White with #B05090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05090; }
p { color: rgb(176,80,144); }
H1.HeaderClassName
{
color: #B05090;
}
.AnyTagClassName
{
color: #B05090;
}
</style>
background-color css
<style>
a { background-color: #B05090; }
a { background-color: rgb(176,80,144); }
div.DivClassName
{
background-color: #B05090;
}
.BgClassName
{
background-color: #B05090;
}
</style>
border-color css
<style>
span { border-color: #B05090; }
span { border-color: rgb(176,80,144); }
td.TdClassName
{
border-color: #B05090;
}
.TagClassName
{
border-color: #B05090;
}
</style>