Shades of Mulberry #B74D9C
Tints of Mulberry #B74D9C
RGB
CMYK
RGB Variations
Color information
#B74D9C (or 0xB74D9C) is known color: Mulberry. HEX triplet: B7, 4D and 9C. RGB value is (183,77,156). Sum of RGB (Red+Green+Blue) = 183+77+156=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D9C is #48B263. Grayscale: #757575. Windows color (decimal): -4764260 or 10243511. OLE color: 10243511.
HSL color Cylindrical-coordinate representation of color #B74D9C: hue angle of 315.28º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D9C is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 156 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.28 |
| HSL | 315.28º | 0.42% | 0.51% | - |
| HSV(B) | 315.28º | 0.58% | 0.72% | - |
| XYZ | 28.18 | 17.78 | 33.4 | - |
| YUV | 117.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 156 | 0 | 0.58 | 0.15 | 0.28 | 315.28 | 0.42 | 0.51 |
| Hex | B7 | 4D | 9C | 0 | 3A | F | 1C | 13B | 2A | 33 |
| Octal | 267 | 115 | 234 | 0 | 72 | 17 | 34 | 473 | 52 | 63 |
| Binary | 10110111 | 1001101 | 10011100 | 0 | 111010 | 1111 | 11100 | 100111011 | 101010 | 110011 |
Color Harmonies of #B74D9C
Complementary color
Monochromatic Colors of #B74D9C
Black with #B74D9C
Text Example
Text Example
White with #B74D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D9C; }
p { color: rgb(183,77,156); }
H1.HeaderClassName
{
color: #B74D9C;
}
.AnyTagClassName
{
color: #B74D9C;
}
</style>
background-color css
<style>
a { background-color: #B74D9C; }
a { background-color: rgb(183,77,156); }
div.DivClassName
{
background-color: #B74D9C;
}
.BgClassName
{
background-color: #B74D9C;
}
</style>
border-color css
<style>
span { border-color: #B74D9C; }
span { border-color: rgb(183,77,156); }
td.TdClassName
{
border-color: #B74D9C;
}
.TagClassName
{
border-color: #B74D9C;
}
</style>