Shades of Mulberry #B05298
Tints of Mulberry #B05298
RGB
CMYK
RGB Variations
Color information
#B05298 (or 0xB05298) is known color: Mulberry. HEX triplet: B0, 52 and 98. RGB value is (176,82,152). Sum of RGB (Red+Green+Blue) = 176+82+152=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 82 (32.42% from 255 or 20% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B05298 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05298 is #4FAD67. Grayscale: #757575. Windows color (decimal): -5221736 or 9982640. OLE color: 9982640.
HSL color Cylindrical-coordinate representation of color #B05298: hue angle of 315.32º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05298 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 152 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.31 |
| HSL | 315.32º | 0.37% | 0.51% | - |
| HSV(B) | 315.32º | 0.53% | 0.69% | - |
| XYZ | 26.59 | 17.53 | 31.69 | - |
| YUV | 118.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 152 | 0 | 0.53 | 0.14 | 0.31 | 315.32 | 0.37 | 0.51 |
| Hex | B0 | 52 | 98 | 0 | 35 | E | 1F | 13B | 25 | 33 |
| Octal | 260 | 122 | 230 | 0 | 65 | 16 | 37 | 473 | 45 | 63 |
| Binary | 10110000 | 1010010 | 10011000 | 0 | 110101 | 1110 | 11111 | 100111011 | 100101 | 110011 |
Color Harmonies of #B05298
Complementary color
Monochromatic Colors of #B05298
Black with #B05298
Text Example
Text Example
White with #B05298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05298; }
p { color: rgb(176,82,152); }
H1.HeaderClassName
{
color: #B05298;
}
.AnyTagClassName
{
color: #B05298;
}
</style>
background-color css
<style>
a { background-color: #B05298; }
a { background-color: rgb(176,82,152); }
div.DivClassName
{
background-color: #B05298;
}
.BgClassName
{
background-color: #B05298;
}
</style>
border-color css
<style>
span { border-color: #B05298; }
span { border-color: rgb(176,82,152); }
td.TdClassName
{
border-color: #B05298;
}
.TagClassName
{
border-color: #B05298;
}
</style>