Shades of Mulberry #B74698
Tints of Mulberry #B74698
RGB
CMYK
RGB Variations
Color information
#B74698 (or 0xB74698) is known color: Mulberry. HEX triplet: B7, 46 and 98. RGB value is (183,70,152). Sum of RGB (Red+Green+Blue) = 183+70+152=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 183 - color contains mainly: red. Hex color #B74698 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74698 is #48B967. Grayscale: #707070. Windows color (decimal): -4766056 or 9979575. OLE color: 9979575.
HSL color Cylindrical-coordinate representation of color #B74698: hue angle of 316.46º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74698 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 152 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.28 |
| HSL | 316.46º | 0.45% | 0.5% | - |
| HSV(B) | 316.46º | 0.62% | 0.72% | - |
| XYZ | 27.39 | 16.71 | 31.49 | - |
| YUV | 113.14 | 149.94 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 152 | 0 | 0.62 | 0.17 | 0.28 | 316.46 | 0.45 | 0.5 |
| Hex | B7 | 46 | 98 | 0 | 3E | 11 | 1C | 13C | 2D | 32 |
| Octal | 267 | 106 | 230 | 0 | 76 | 21 | 34 | 474 | 55 | 62 |
| Binary | 10110111 | 1000110 | 10011000 | 0 | 111110 | 10001 | 11100 | 100111100 | 101101 | 110010 |
Color Harmonies of #B74698
Complementary color
Monochromatic Colors of #B74698
Black with #B74698
Text Example
Text Example
White with #B74698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74698; }
p { color: rgb(183,70,152); }
H1.HeaderClassName
{
color: #B74698;
}
.AnyTagClassName
{
color: #B74698;
}
</style>
background-color css
<style>
a { background-color: #B74698; }
a { background-color: rgb(183,70,152); }
div.DivClassName
{
background-color: #B74698;
}
.BgClassName
{
background-color: #B74698;
}
</style>
border-color css
<style>
span { border-color: #B74698; }
span { border-color: rgb(183,70,152); }
td.TdClassName
{
border-color: #B74698;
}
.TagClassName
{
border-color: #B74698;
}
</style>