Shades of Mulberry #B45E93
Tints of Mulberry #B45E93
RGB
CMYK
RGB Variations
Color information
#B45E93 (or 0xB45E93) is known color: Mulberry. HEX triplet: B4, 5E and 93. RGB value is (180,94,147). Sum of RGB (Red+Green+Blue) = 180+94+147=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45E93 is #4BA16C. Grayscale: #7D7D7D. Windows color (decimal): -4956525 or 9658036. OLE color: 9658036.
HSL color Cylindrical-coordinate representation of color #B45E93: hue angle of 323.02º degrees, saturation: 0.36, 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 #B45E93 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 94 | 147 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.29 |
| HSL | 323.02º | 0.36% | 0.54% | - |
| HSV(B) | 323.02º | 0.48% | 0.71% | - |
| XYZ | 28.09 | 19.82 | 29.95 | - |
| YUV | 125.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 147 | 0 | 0.48 | 0.18 | 0.29 | 323.02 | 0.36 | 0.54 |
| Hex | B4 | 5E | 93 | 0 | 30 | 12 | 1D | 143 | 24 | 36 |
| Octal | 264 | 136 | 223 | 0 | 60 | 22 | 35 | 503 | 44 | 66 |
| Binary | 10110100 | 1011110 | 10010011 | 0 | 110000 | 10010 | 11101 | 101000011 | 100100 | 110110 |
Color Harmonies of #B45E93
Complementary color
Monochromatic Colors of #B45E93
Black with #B45E93
Text Example
Text Example
White with #B45E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45E93; }
p { color: rgb(180,94,147); }
H1.HeaderClassName
{
color: #B45E93;
}
.AnyTagClassName
{
color: #B45E93;
}
</style>
background-color css
<style>
a { background-color: #B45E93; }
a { background-color: rgb(180,94,147); }
div.DivClassName
{
background-color: #B45E93;
}
.BgClassName
{
background-color: #B45E93;
}
</style>
border-color css
<style>
span { border-color: #B45E93; }
span { border-color: rgb(180,94,147); }
td.TdClassName
{
border-color: #B45E93;
}
.TagClassName
{
border-color: #B45E93;
}
</style>