Shades of Mulberry #B0508B
Tints of Mulberry #B0508B
RGB
CMYK
RGB Variations
Color information
#B0508B (or 0xB0508B) is known color: Mulberry. HEX triplet: B0, 50 and 8B. RGB value is (176,80,139). Sum of RGB (Red+Green+Blue) = 176+80+139=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B0508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0508B is #4FAF74. Grayscale: #737373. Windows color (decimal): -5222261 or 9130160. OLE color: 9130160.
HSL color Cylindrical-coordinate representation of color #B0508B: hue angle of 323.12º 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 #B0508B is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 139 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.31 |
| HSL | 323.13º | 0.38% | 0.5% | - |
| HSV(B) | 323.13º | 0.55% | 0.69% | - |
| XYZ | 25.43 | 16.83 | 26.33 | - |
| YUV | 115.43 | 141.3 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 139 | 0 | 0.55 | 0.21 | 0.31 | 323.13 | 0.38 | 0.5 |
| Hex | B0 | 50 | 8B | 0 | 37 | 15 | 1F | 143 | 26 | 32 |
| Octal | 260 | 120 | 213 | 0 | 67 | 25 | 37 | 503 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10001011 | 0 | 110111 | 10101 | 11111 | 101000011 | 100110 | 110010 |
Color Harmonies of #B0508B
Complementary color
Monochromatic Colors of #B0508B
Black with #B0508B
Text Example
Text Example
White with #B0508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0508B; }
p { color: rgb(176,80,139); }
H1.HeaderClassName
{
color: #B0508B;
}
.AnyTagClassName
{
color: #B0508B;
}
</style>
background-color css
<style>
a { background-color: #B0508B; }
a { background-color: rgb(176,80,139); }
div.DivClassName
{
background-color: #B0508B;
}
.BgClassName
{
background-color: #B0508B;
}
</style>
border-color css
<style>
span { border-color: #B0508B; }
span { border-color: rgb(176,80,139); }
td.TdClassName
{
border-color: #B0508B;
}
.TagClassName
{
border-color: #B0508B;
}
</style>