Shades of Mulberry #B0508E
Tints of Mulberry #B0508E
RGB
CMYK
RGB Variations
Color information
#B0508E (or 0xB0508E) is known color: Mulberry. HEX triplet: B0, 50 and 8E. RGB value is (176,80,142). Sum of RGB (Red+Green+Blue) = 176+80+142=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0508E is #4FAF71. Grayscale: #737373. Windows color (decimal): -5222258 or 9326768. OLE color: 9326768.
HSL color Cylindrical-coordinate representation of color #B0508E: hue angle of 321.25º 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 #B0508E is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 142 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.31 |
| HSL | 321.25º | 0.38% | 0.5% | - |
| HSV(B) | 321.25º | 0.55% | 0.69% | - |
| XYZ | 25.66 | 16.92 | 27.5 | - |
| YUV | 115.77 | 142.8 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 142 | 0 | 0.55 | 0.19 | 0.31 | 321.25 | 0.38 | 0.5 |
| Hex | B0 | 50 | 8E | 0 | 37 | 13 | 1F | 141 | 26 | 32 |
| Octal | 260 | 120 | 216 | 0 | 67 | 23 | 37 | 501 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10001110 | 0 | 110111 | 10011 | 11111 | 101000001 | 100110 | 110010 |
Color Harmonies of #B0508E
Complementary color
Monochromatic Colors of #B0508E
Black with #B0508E
Text Example
Text Example
White with #B0508E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0508E; }
p { color: rgb(176,80,142); }
H1.HeaderClassName
{
color: #B0508E;
}
.AnyTagClassName
{
color: #B0508E;
}
</style>
background-color css
<style>
a { background-color: #B0508E; }
a { background-color: rgb(176,80,142); }
div.DivClassName
{
background-color: #B0508E;
}
.BgClassName
{
background-color: #B0508E;
}
</style>
border-color css
<style>
span { border-color: #B0508E; }
span { border-color: rgb(176,80,142); }
td.TdClassName
{
border-color: #B0508E;
}
.TagClassName
{
border-color: #B0508E;
}
</style>