Shades of Mulberry #B74A8C
Tints of Mulberry #B74A8C
RGB
CMYK
RGB Variations
Color information
#B74A8C (or 0xB74A8C) is known color: Mulberry. HEX triplet: B7, 4A and 8C. RGB value is (183,74,140). Sum of RGB (Red+Green+Blue) = 183+74+140=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 74 (29.30% from 255 or 18.64% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74A8C is #48B573. Grayscale: #717171. Windows color (decimal): -4765044 or 9194167. OLE color: 9194167.
HSL color Cylindrical-coordinate representation of color #B74A8C: hue angle of 323.67º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A8C is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 140 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.28 |
| HSL | 323.67º | 0.43% | 0.5% | - |
| HSV(B) | 323.67º | 0.6% | 0.72% | - |
| XYZ | 26.71 | 16.86 | 26.66 | - |
| YUV | 114.12 | 142.61 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 140 | 0 | 0.60 | 0.23 | 0.28 | 323.67 | 0.43 | 0.5 |
| Hex | B7 | 4A | 8C | 0 | 3C | 17 | 1C | 144 | 2B | 32 |
| Octal | 267 | 112 | 214 | 0 | 74 | 27 | 34 | 504 | 53 | 62 |
| Binary | 10110111 | 1001010 | 10001100 | 0 | 111100 | 10111 | 11100 | 101000100 | 101011 | 110010 |
Color Harmonies of #B74A8C
Complementary color
Monochromatic Colors of #B74A8C
Black with #B74A8C
Text Example
Text Example
White with #B74A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A8C; }
p { color: rgb(183,74,140); }
H1.HeaderClassName
{
color: #B74A8C;
}
.AnyTagClassName
{
color: #B74A8C;
}
</style>
background-color css
<style>
a { background-color: #B74A8C; }
a { background-color: rgb(183,74,140); }
div.DivClassName
{
background-color: #B74A8C;
}
.BgClassName
{
background-color: #B74A8C;
}
</style>
border-color css
<style>
span { border-color: #B74A8C; }
span { border-color: rgb(183,74,140); }
td.TdClassName
{
border-color: #B74A8C;
}
.TagClassName
{
border-color: #B74A8C;
}
</style>