Shades of Mulberry #B45A8B
Tints of Mulberry #B45A8B
RGB
CMYK
RGB Variations
Color information
#B45A8B (or 0xB45A8B) is known color: Mulberry. HEX triplet: B4, 5A and 8B. RGB value is (180,90,139). Sum of RGB (Red+Green+Blue) = 180+90+139=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45A8B is #4BA574. Grayscale: #7A7A7A. Windows color (decimal): -4957557 or 9132724. OLE color: 9132724.
HSL color Cylindrical-coordinate representation of color #B45A8B: hue angle of 327.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 #B45A8B is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 139 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.29 |
| HSL | 327.33º | 0.38% | 0.53% | - |
| HSV(B) | 327.33º | 0.5% | 0.71% | - |
| XYZ | 27.14 | 18.88 | 26.64 | - |
| YUV | 122.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 139 | 0 | 0.50 | 0.23 | 0.29 | 327.33 | 0.38 | 0.53 |
| Hex | B4 | 5A | 8B | 0 | 32 | 17 | 1D | 147 | 26 | 35 |
| Octal | 264 | 132 | 213 | 0 | 62 | 27 | 35 | 507 | 46 | 65 |
| Binary | 10110100 | 1011010 | 10001011 | 0 | 110010 | 10111 | 11101 | 101000111 | 100110 | 110101 |
Color Harmonies of #B45A8B
Complementary color
Monochromatic Colors of #B45A8B
Black with #B45A8B
Text Example
Text Example
White with #B45A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A8B; }
p { color: rgb(180,90,139); }
H1.HeaderClassName
{
color: #B45A8B;
}
.AnyTagClassName
{
color: #B45A8B;
}
</style>
background-color css
<style>
a { background-color: #B45A8B; }
a { background-color: rgb(180,90,139); }
div.DivClassName
{
background-color: #B45A8B;
}
.BgClassName
{
background-color: #B45A8B;
}
</style>
border-color css
<style>
span { border-color: #B45A8B; }
span { border-color: rgb(180,90,139); }
td.TdClassName
{
border-color: #B45A8B;
}
.TagClassName
{
border-color: #B45A8B;
}
</style>