Shades of Mulberry #B45C91
Tints of Mulberry #B45C91
RGB
CMYK
RGB Variations
Color information
#B45C91 (or 0xB45C91) is known color: Mulberry. HEX triplet: B4, 5C and 91. RGB value is (180,92,145). Sum of RGB (Red+Green+Blue) = 180+92+145=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C91 is #4BA36E. Grayscale: #7C7C7C. Windows color (decimal): -4957039 or 9526452. OLE color: 9526452.
HSL color Cylindrical-coordinate representation of color #B45C91: hue angle of 323.86º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45C91 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 145 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.29 |
| HSL | 323.86º | 0.37% | 0.53% | - |
| HSV(B) | 323.86º | 0.49% | 0.71% | - |
| XYZ | 27.76 | 19.4 | 29.07 | - |
| YUV | 124.35 | 139.65 | 167.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 145 | 0 | 0.49 | 0.19 | 0.29 | 323.86 | 0.37 | 0.53 |
| Hex | B4 | 5C | 91 | 0 | 31 | 13 | 1D | 144 | 25 | 35 |
| Octal | 264 | 134 | 221 | 0 | 61 | 23 | 35 | 504 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10010001 | 0 | 110001 | 10011 | 11101 | 101000100 | 100101 | 110101 |
Color Harmonies of #B45C91
Complementary color
Monochromatic Colors of #B45C91
Black with #B45C91
Text Example
Text Example
White with #B45C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C91; }
p { color: rgb(180,92,145); }
H1.HeaderClassName
{
color: #B45C91;
}
.AnyTagClassName
{
color: #B45C91;
}
</style>
background-color css
<style>
a { background-color: #B45C91; }
a { background-color: rgb(180,92,145); }
div.DivClassName
{
background-color: #B45C91;
}
.BgClassName
{
background-color: #B45C91;
}
</style>
border-color css
<style>
span { border-color: #B45C91; }
span { border-color: rgb(180,92,145); }
td.TdClassName
{
border-color: #B45C91;
}
.TagClassName
{
border-color: #B45C91;
}
</style>