Shades of Mulberry #B0508F
Tints of Mulberry #B0508F
RGB
CMYK
RGB Variations
Color information
#B0508F (or 0xB0508F) is known color: Mulberry. HEX triplet: B0, 50 and 8F. RGB value is (176,80,143). Sum of RGB (Red+Green+Blue) = 176+80+143=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0508F is #4FAF70. Grayscale: #737373. Windows color (decimal): -5222257 or 9392304. OLE color: 9392304.
HSL color Cylindrical-coordinate representation of color #B0508F: hue angle of 320.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 #B0508F is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 143 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.31 |
| HSL | 320.63º | 0.38% | 0.5% | - |
| HSV(B) | 320.63º | 0.55% | 0.69% | - |
| XYZ | 25.73 | 16.95 | 27.9 | - |
| YUV | 115.89 | 143.3 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 143 | 0 | 0.55 | 0.19 | 0.31 | 320.63 | 0.38 | 0.5 |
| Hex | B0 | 50 | 8F | 0 | 37 | 13 | 1F | 141 | 26 | 32 |
| Octal | 260 | 120 | 217 | 0 | 67 | 23 | 37 | 501 | 46 | 62 |
| Binary | 10110000 | 1010000 | 10001111 | 0 | 110111 | 10011 | 11111 | 101000001 | 100110 | 110010 |
Color Harmonies of #B0508F
Complementary color
Monochromatic Colors of #B0508F
Black with #B0508F
Text Example
Text Example
White with #B0508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0508F; }
p { color: rgb(176,80,143); }
H1.HeaderClassName
{
color: #B0508F;
}
.AnyTagClassName
{
color: #B0508F;
}
</style>
background-color css
<style>
a { background-color: #B0508F; }
a { background-color: rgb(176,80,143); }
div.DivClassName
{
background-color: #B0508F;
}
.BgClassName
{
background-color: #B0508F;
}
</style>
border-color css
<style>
span { border-color: #B0508F; }
span { border-color: rgb(176,80,143); }
td.TdClassName
{
border-color: #B0508F;
}
.TagClassName
{
border-color: #B0508F;
}
</style>