Shades of Mulberry #B45C9A
Tints of Mulberry #B45C9A
RGB
CMYK
RGB Variations
Color information
#B45C9A (or 0xB45C9A) is known color: Mulberry. HEX triplet: B4, 5C and 9A. RGB value is (180,92,154). Sum of RGB (Red+Green+Blue) = 180+92+154=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 92 (36.33% from 255 or 21.60% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 180 - color contains mainly: red. Hex color #B45C9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45C9A is #4BA365. Grayscale: #7D7D7D. Windows color (decimal): -4957030 or 10116276. OLE color: 10116276.
HSL color Cylindrical-coordinate representation of color #B45C9A: hue angle of 317.73º 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 #B45C9A is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 92 | 154 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.29 |
| HSL | 317.73º | 0.37% | 0.53% | - |
| HSV(B) | 317.73º | 0.49% | 0.71% | - |
| XYZ | 28.48 | 19.69 | 32.87 | - |
| YUV | 125.38 | 144.15 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 154 | 0 | 0.49 | 0.14 | 0.29 | 317.73 | 0.37 | 0.53 |
| Hex | B4 | 5C | 9A | 0 | 31 | E | 1D | 13E | 25 | 35 |
| Octal | 264 | 134 | 232 | 0 | 61 | 16 | 35 | 476 | 45 | 65 |
| Binary | 10110100 | 1011100 | 10011010 | 0 | 110001 | 1110 | 11101 | 100111110 | 100101 | 110101 |
Color Harmonies of #B45C9A
Complementary color
Monochromatic Colors of #B45C9A
Black with #B45C9A
Text Example
Text Example
White with #B45C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45C9A; }
p { color: rgb(180,92,154); }
H1.HeaderClassName
{
color: #B45C9A;
}
.AnyTagClassName
{
color: #B45C9A;
}
</style>
background-color css
<style>
a { background-color: #B45C9A; }
a { background-color: rgb(180,92,154); }
div.DivClassName
{
background-color: #B45C9A;
}
.BgClassName
{
background-color: #B45C9A;
}
</style>
border-color css
<style>
span { border-color: #B45C9A; }
span { border-color: rgb(180,92,154); }
td.TdClassName
{
border-color: #B45C9A;
}
.TagClassName
{
border-color: #B45C9A;
}
</style>