Shades of Mulberry #B7508A
Tints of Mulberry #B7508A
RGB
CMYK
RGB Variations
Color information
#B7508A (or 0xB7508A) is known color: Mulberry. HEX triplet: B7, 50 and 8A. RGB value is (183,80,138). Sum of RGB (Red+Green+Blue) = 183+80+138=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B7508A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7508A is #48AF75. Grayscale: #757575. Windows color (decimal): -4763510 or 9064631. OLE color: 9064631.
HSL color Cylindrical-coordinate representation of color #B7508A: hue angle of 326.21º 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 #B7508A is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 138 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.28 |
| HSL | 326.21º | 0.42% | 0.52% | - |
| HSV(B) | 326.21º | 0.56% | 0.72% | - |
| XYZ | 26.98 | 17.64 | 26.03 | - |
| YUV | 117.41 | 139.62 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 138 | 0 | 0.56 | 0.25 | 0.28 | 326.21 | 0.42 | 0.52 |
| Hex | B7 | 50 | 8A | 0 | 38 | 19 | 1C | 146 | 2A | 34 |
| Octal | 267 | 120 | 212 | 0 | 70 | 31 | 34 | 506 | 52 | 64 |
| Binary | 10110111 | 1010000 | 10001010 | 0 | 111000 | 11001 | 11100 | 101000110 | 101010 | 110100 |
Color Harmonies of #B7508A
Complementary color
Monochromatic Colors of #B7508A
Black with #B7508A
Text Example
Text Example
White with #B7508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7508A; }
p { color: rgb(183,80,138); }
H1.HeaderClassName
{
color: #B7508A;
}
.AnyTagClassName
{
color: #B7508A;
}
</style>
background-color css
<style>
a { background-color: #B7508A; }
a { background-color: rgb(183,80,138); }
div.DivClassName
{
background-color: #B7508A;
}
.BgClassName
{
background-color: #B7508A;
}
</style>
border-color css
<style>
span { border-color: #B7508A; }
span { border-color: rgb(183,80,138); }
td.TdClassName
{
border-color: #B7508A;
}
.TagClassName
{
border-color: #B7508A;
}
</style>