Shades of Mulberry #B45D9A
Tints of Mulberry #B45D9A
RGB
CMYK
RGB Variations
Color information
#B45D9A (or 0xB45D9A) is known color: Mulberry. HEX triplet: B4, 5D and 9A. RGB value is (180,93,154). Sum of RGB (Red+Green+Blue) = 180+93+154=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45D9A is #4BA265. Grayscale: #7D7D7D. Windows color (decimal): -4956774 or 10116532. OLE color: 10116532.
HSL color Cylindrical-coordinate representation of color #B45D9A: hue angle of 317.93º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B45D9A is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 154 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.29 |
| HSL | 317.93º | 0.37% | 0.54% | - |
| HSV(B) | 317.93º | 0.48% | 0.71% | - |
| XYZ | 28.57 | 19.87 | 32.9 | - |
| YUV | 125.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 154 | 0 | 0.48 | 0.14 | 0.29 | 317.93 | 0.37 | 0.54 |
| Hex | B4 | 5D | 9A | 0 | 30 | E | 1D | 13E | 25 | 36 |
| Octal | 264 | 135 | 232 | 0 | 60 | 16 | 35 | 476 | 45 | 66 |
| Binary | 10110100 | 1011101 | 10011010 | 0 | 110000 | 1110 | 11101 | 100111110 | 100101 | 110110 |
Color Harmonies of #B45D9A
Complementary color
Monochromatic Colors of #B45D9A
Black with #B45D9A
Text Example
Text Example
White with #B45D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D9A; }
p { color: rgb(180,93,154); }
H1.HeaderClassName
{
color: #B45D9A;
}
.AnyTagClassName
{
color: #B45D9A;
}
</style>
background-color css
<style>
a { background-color: #B45D9A; }
a { background-color: rgb(180,93,154); }
div.DivClassName
{
background-color: #B45D9A;
}
.BgClassName
{
background-color: #B45D9A;
}
</style>
border-color css
<style>
span { border-color: #B45D9A; }
span { border-color: rgb(180,93,154); }
td.TdClassName
{
border-color: #B45D9A;
}
.TagClassName
{
border-color: #B45D9A;
}
</style>