Shades of Mulberry #B45099
Tints of Mulberry #B45099
RGB
CMYK
RGB Variations
Color information
#B45099 (or 0xB45099) is known color: Mulberry. HEX triplet: B4, 50 and 99. RGB value is (180,80,153). Sum of RGB (Red+Green+Blue) = 180+80+153=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 153 (60.16% from 255 or 37.05% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B45099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45099 is #4BAF66. Grayscale: #767676. Windows color (decimal): -4960103 or 10047668. OLE color: 10047668.
HSL color Cylindrical-coordinate representation of color #B45099: hue angle of 316.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B45099 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 153 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.29 |
| HSL | 316.2º | 0.4% | 0.51% | - |
| HSV(B) | 316.2º | 0.56% | 0.71% | - |
| XYZ | 27.44 | 17.74 | 32.11 | - |
| YUV | 118.22 | 147.63 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 153 | 0 | 0.56 | 0.15 | 0.29 | 316.2 | 0.4 | 0.51 |
| Hex | B4 | 50 | 99 | 0 | 38 | F | 1D | 13C | 28 | 33 |
| Octal | 264 | 120 | 231 | 0 | 70 | 17 | 35 | 474 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10011001 | 0 | 111000 | 1111 | 11101 | 100111100 | 101000 | 110011 |
Color Harmonies of #B45099
Complementary color
Monochromatic Colors of #B45099
Black with #B45099
Text Example
Text Example
White with #B45099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45099; }
p { color: rgb(180,80,153); }
H1.HeaderClassName
{
color: #B45099;
}
.AnyTagClassName
{
color: #B45099;
}
</style>
background-color css
<style>
a { background-color: #B45099; }
a { background-color: rgb(180,80,153); }
div.DivClassName
{
background-color: #B45099;
}
.BgClassName
{
background-color: #B45099;
}
</style>
border-color css
<style>
span { border-color: #B45099; }
span { border-color: rgb(180,80,153); }
td.TdClassName
{
border-color: #B45099;
}
.TagClassName
{
border-color: #B45099;
}
</style>