Shades of Mulberry #B45094
Tints of Mulberry #B45094
RGB
CMYK
RGB Variations
Color information
#B45094 (or 0xB45094) is known color: Mulberry. HEX triplet: B4, 50 and 94. RGB value is (180,80,148). Sum of RGB (Red+Green+Blue) = 180+80+148=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B45094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45094 is #4BAF6B. Grayscale: #757575. Windows color (decimal): -4960108 or 9719988. OLE color: 9719988.
HSL color Cylindrical-coordinate representation of color #B45094: hue angle of 319.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 #B45094 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 80 | 148 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.29 |
| HSL | 319.2º | 0.4% | 0.51% | - |
| HSV(B) | 319.2º | 0.56% | 0.71% | - |
| XYZ | 27.04 | 17.58 | 29.99 | - |
| YUV | 117.65 | 145.13 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 80 | 148 | 0 | 0.56 | 0.18 | 0.29 | 319.2 | 0.4 | 0.51 |
| Hex | B4 | 50 | 94 | 0 | 38 | 12 | 1D | 13F | 28 | 33 |
| Octal | 264 | 120 | 224 | 0 | 70 | 22 | 35 | 477 | 50 | 63 |
| Binary | 10110100 | 1010000 | 10010100 | 0 | 111000 | 10010 | 11101 | 100111111 | 101000 | 110011 |
Color Harmonies of #B45094
Complementary color
Monochromatic Colors of #B45094
Black with #B45094
Text Example
Text Example
White with #B45094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45094; }
p { color: rgb(180,80,148); }
H1.HeaderClassName
{
color: #B45094;
}
.AnyTagClassName
{
color: #B45094;
}
</style>
background-color css
<style>
a { background-color: #B45094; }
a { background-color: rgb(180,80,148); }
div.DivClassName
{
background-color: #B45094;
}
.BgClassName
{
background-color: #B45094;
}
</style>
border-color css
<style>
span { border-color: #B45094; }
span { border-color: rgb(180,80,148); }
td.TdClassName
{
border-color: #B45094;
}
.TagClassName
{
border-color: #B45094;
}
</style>