Shades of Mulberry #B05097
Tints of Mulberry #B05097
RGB
CMYK
RGB Variations
Color information
#B05097 (or 0xB05097) is known color: Mulberry. HEX triplet: B0, 50 and 97. RGB value is (176,80,151). Sum of RGB (Red+Green+Blue) = 176+80+151=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B05097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05097 is #4FAF68. Grayscale: #747474. Windows color (decimal): -5222249 or 9916592. OLE color: 9916592.
HSL color Cylindrical-coordinate representation of color #B05097: hue angle of 315.62º 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 #B05097 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 151 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.31 |
| HSL | 315.63º | 0.38% | 0.5% | - |
| HSV(B) | 315.63º | 0.55% | 0.69% | - |
| XYZ | 26.36 | 17.2 | 31.21 | - |
| YUV | 116.8 | 147.3 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 151 | 0 | 0.55 | 0.14 | 0.31 | 315.63 | 0.38 | 0.5 |
| Hex | B0 | 50 | 97 | 0 | 37 | E | 1F | 13C | 26 | 32 |
| Octal | 260 | 120 | 227 | 0 | 67 | 16 | 37 | 474 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10010111 | 0 | 110111 | 1110 | 11111 | 100111100 | 100110 | 110010 |
Color Harmonies of #B05097
Complementary color
Monochromatic Colors of #B05097
Black with #B05097
Text Example
Text Example
White with #B05097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05097; }
p { color: rgb(176,80,151); }
H1.HeaderClassName
{
color: #B05097;
}
.AnyTagClassName
{
color: #B05097;
}
</style>
background-color css
<style>
a { background-color: #B05097; }
a { background-color: rgb(176,80,151); }
div.DivClassName
{
background-color: #B05097;
}
.BgClassName
{
background-color: #B05097;
}
</style>
border-color css
<style>
span { border-color: #B05097; }
span { border-color: rgb(176,80,151); }
td.TdClassName
{
border-color: #B05097;
}
.TagClassName
{
border-color: #B05097;
}
</style>