Shades of Mulberry #B74B82
Tints of Mulberry #B74B82
RGB
CMYK
RGB Variations
Color information
#B74B82 (or 0xB74B82) is known color: Mulberry. HEX triplet: B7, 4B and 82. RGB value is (183,75,130). Sum of RGB (Red+Green+Blue) = 183+75+130=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74B82 is #48B47D. Grayscale: #717171. Windows color (decimal): -4764798 or 8539063. OLE color: 8539063.
HSL color Cylindrical-coordinate representation of color #B74B82: hue angle of 329.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B74B82 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 75 | 130 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.28 |
| HSL | 329.44º | 0.43% | 0.51% | - |
| HSV(B) | 329.44º | 0.59% | 0.72% | - |
| XYZ | 26.07 | 16.71 | 22.97 | - |
| YUV | 113.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 75 | 130 | 0 | 0.59 | 0.29 | 0.28 | 329.44 | 0.43 | 0.51 |
| Hex | B7 | 4B | 82 | 0 | 3B | 1D | 1C | 149 | 2B | 33 |
| Octal | 267 | 113 | 202 | 0 | 73 | 35 | 34 | 511 | 53 | 63 |
| Binary | 10110111 | 1001011 | 10000010 | 0 | 111011 | 11101 | 11100 | 101001001 | 101011 | 110011 |
Color Harmonies of #B74B82
Complementary color
Monochromatic Colors of #B74B82
Black with #B74B82
Text Example
Text Example
White with #B74B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74B82; }
p { color: rgb(183,75,130); }
H1.HeaderClassName
{
color: #B74B82;
}
.AnyTagClassName
{
color: #B74B82;
}
</style>
background-color css
<style>
a { background-color: #B74B82; }
a { background-color: rgb(183,75,130); }
div.DivClassName
{
background-color: #B74B82;
}
.BgClassName
{
background-color: #B74B82;
}
</style>
border-color css
<style>
span { border-color: #B74B82; }
span { border-color: rgb(183,75,130); }
td.TdClassName
{
border-color: #B74B82;
}
.TagClassName
{
border-color: #B74B82;
}
</style>