Shades of Mulberry #B74485
Tints of Mulberry #B74485
RGB
CMYK
RGB Variations
Color information
#B74485 (or 0xB74485) is known color: Mulberry. HEX triplet: B7, 44 and 85. RGB value is (183,68,133). Sum of RGB (Red+Green+Blue) = 183+68+133=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74485 is #48BB7A. Grayscale: #6D6D6D. Windows color (decimal): -4766587 or 8733879. OLE color: 8733879.
HSL color Cylindrical-coordinate representation of color #B74485: hue angle of 326.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74485 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 133 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.28 |
| HSL | 326.09º | 0.46% | 0.49% | - |
| HSV(B) | 326.09º | 0.63% | 0.72% | - |
| XYZ | 25.83 | 15.89 | 23.9 | - |
| YUV | 109.8 | 141.1 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 133 | 0 | 0.63 | 0.27 | 0.28 | 326.09 | 0.46 | 0.49 |
| Hex | B7 | 44 | 85 | 0 | 3F | 1B | 1C | 146 | 2E | 31 |
| Octal | 267 | 104 | 205 | 0 | 77 | 33 | 34 | 506 | 56 | 61 |
| Binary | 10110111 | 1000100 | 10000101 | 0 | 111111 | 11011 | 11100 | 101000110 | 101110 | 110001 |
Color Harmonies of #B74485
Complementary color
Monochromatic Colors of #B74485
Black with #B74485
Text Example
Text Example
White with #B74485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74485; }
p { color: rgb(183,68,133); }
H1.HeaderClassName
{
color: #B74485;
}
.AnyTagClassName
{
color: #B74485;
}
</style>
background-color css
<style>
a { background-color: #B74485; }
a { background-color: rgb(183,68,133); }
div.DivClassName
{
background-color: #B74485;
}
.BgClassName
{
background-color: #B74485;
}
</style>
border-color css
<style>
span { border-color: #B74485; }
span { border-color: rgb(183,68,133); }
td.TdClassName
{
border-color: #B74485;
}
.TagClassName
{
border-color: #B74485;
}
</style>