Shades of Mulberry #B7508B
Tints of Mulberry #B7508B
RGB
CMYK
RGB Variations
Color information
#B7508B (or 0xB7508B) is known color: Mulberry. HEX triplet: B7, 50 and 8B. RGB value is (183,80,139). Sum of RGB (Red+Green+Blue) = 183+80+139=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7508B is #48AF74. Grayscale: #757575. Windows color (decimal): -4763509 or 9130167. OLE color: 9130167.
HSL color Cylindrical-coordinate representation of color #B7508B: hue angle of 325.63º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7508B is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 139 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.28 |
| HSL | 325.63º | 0.42% | 0.52% | - |
| HSV(B) | 325.63º | 0.56% | 0.72% | - |
| XYZ | 27.06 | 17.67 | 26.41 | - |
| YUV | 117.52 | 140.12 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 139 | 0 | 0.56 | 0.24 | 0.28 | 325.63 | 0.42 | 0.52 |
| Hex | B7 | 50 | 8B | 0 | 38 | 18 | 1C | 146 | 2A | 34 |
| Octal | 267 | 120 | 213 | 0 | 70 | 30 | 34 | 506 | 52 | 64 |
| Binary | 10110111 | 1010000 | 10001011 | 0 | 111000 | 11000 | 11100 | 101000110 | 101010 | 110100 |
Color Harmonies of #B7508B
Complementary color
Monochromatic Colors of #B7508B
Black with #B7508B
Text Example
Text Example
White with #B7508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7508B; }
p { color: rgb(183,80,139); }
H1.HeaderClassName
{
color: #B7508B;
}
.AnyTagClassName
{
color: #B7508B;
}
</style>
background-color css
<style>
a { background-color: #B7508B; }
a { background-color: rgb(183,80,139); }
div.DivClassName
{
background-color: #B7508B;
}
.BgClassName
{
background-color: #B7508B;
}
</style>
border-color css
<style>
span { border-color: #B7508B; }
span { border-color: rgb(183,80,139); }
td.TdClassName
{
border-color: #B7508B;
}
.TagClassName
{
border-color: #B7508B;
}
</style>