Shades of Mulberry #B45A8E
Tints of Mulberry #B45A8E
RGB
CMYK
RGB Variations
Color information
#B45A8E (or 0xB45A8E) is known color: Mulberry. HEX triplet: B4, 5A and 8E. RGB value is (180,90,142). Sum of RGB (Red+Green+Blue) = 180+90+142=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A8E is #4BA571. Grayscale: #7A7A7A. Windows color (decimal): -4957554 or 9329332. OLE color: 9329332.
HSL color Cylindrical-coordinate representation of color #B45A8E: hue angle of 325.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B45A8E is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 142 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.29 |
| HSL | 325.33º | 0.38% | 0.53% | - |
| HSV(B) | 325.33º | 0.5% | 0.71% | - |
| XYZ | 27.36 | 18.97 | 27.81 | - |
| YUV | 122.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 142 | 0 | 0.50 | 0.21 | 0.29 | 325.33 | 0.38 | 0.53 |
| Hex | B4 | 5A | 8E | 0 | 32 | 15 | 1D | 145 | 26 | 35 |
| Octal | 264 | 132 | 216 | 0 | 62 | 25 | 35 | 505 | 46 | 65 |
| Binary | 10110100 | 1011010 | 10001110 | 0 | 110010 | 10101 | 11101 | 101000101 | 100110 | 110101 |
Color Harmonies of #B45A8E
Complementary color
Monochromatic Colors of #B45A8E
Black with #B45A8E
Text Example
Text Example
White with #B45A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A8E; }
p { color: rgb(180,90,142); }
H1.HeaderClassName
{
color: #B45A8E;
}
.AnyTagClassName
{
color: #B45A8E;
}
</style>
background-color css
<style>
a { background-color: #B45A8E; }
a { background-color: rgb(180,90,142); }
div.DivClassName
{
background-color: #B45A8E;
}
.BgClassName
{
background-color: #B45A8E;
}
</style>
border-color css
<style>
span { border-color: #B45A8E; }
span { border-color: rgb(180,90,142); }
td.TdClassName
{
border-color: #B45A8E;
}
.TagClassName
{
border-color: #B45A8E;
}
</style>