Shades of Mulberry #B05098
Tints of Mulberry #B05098
RGB
CMYK
RGB Variations
Color information
#B05098 (or 0xB05098) is known color: Mulberry. HEX triplet: B0, 50 and 98. RGB value is (176,80,152). Sum of RGB (Red+Green+Blue) = 176+80+152=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 176 - color contains mainly: red. Hex color #B05098 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05098 is #4FAF67. Grayscale: #747474. Windows color (decimal): -5222248 or 9982128. OLE color: 9982128.
HSL color Cylindrical-coordinate representation of color #B05098: hue angle of 315º 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 #B05098 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 152 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.31 |
| HSL | 315º | 0.38% | 0.5% | - |
| HSV(B) | 315º | 0.55% | 0.69% | - |
| XYZ | 26.44 | 17.23 | 31.64 | - |
| YUV | 116.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 152 | 0 | 0.55 | 0.14 | 0.31 | 315 | 0.38 | 0.5 |
| Hex | B0 | 50 | 98 | 0 | 37 | E | 1F | 13B | 26 | 32 |
| Octal | 260 | 120 | 230 | 0 | 67 | 16 | 37 | 473 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10011000 | 0 | 110111 | 1110 | 11111 | 100111011 | 100110 | 110010 |
Color Harmonies of #B05098
Complementary color
Monochromatic Colors of #B05098
Black with #B05098
Text Example
Text Example
White with #B05098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05098; }
p { color: rgb(176,80,152); }
H1.HeaderClassName
{
color: #B05098;
}
.AnyTagClassName
{
color: #B05098;
}
</style>
background-color css
<style>
a { background-color: #B05098; }
a { background-color: rgb(176,80,152); }
div.DivClassName
{
background-color: #B05098;
}
.BgClassName
{
background-color: #B05098;
}
</style>
border-color css
<style>
span { border-color: #B05098; }
span { border-color: rgb(176,80,152); }
td.TdClassName
{
border-color: #B05098;
}
.TagClassName
{
border-color: #B05098;
}
</style>