Shades of Mulberry #B45398
Tints of Mulberry #B45398
RGB
CMYK
RGB Variations
Color information
#B45398 (or 0xB45398) is known color: Mulberry. HEX triplet: B4, 53 and 98. RGB value is (180,83,152). Sum of RGB (Red+Green+Blue) = 180+83+152=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B45398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45398 is #4BAC67. Grayscale: #777777. Windows color (decimal): -4959336 or 9982900. OLE color: 9982900.
HSL color Cylindrical-coordinate representation of color #B45398: hue angle of 317.32º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45398 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 152 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.29 |
| HSL | 317.32º | 0.39% | 0.52% | - |
| HSV(B) | 317.32º | 0.54% | 0.71% | - |
| XYZ | 27.58 | 18.16 | 31.76 | - |
| YUV | 119.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 152 | 0 | 0.54 | 0.16 | 0.29 | 317.32 | 0.39 | 0.52 |
| Hex | B4 | 53 | 98 | 0 | 36 | 10 | 1D | 13D | 27 | 34 |
| Octal | 264 | 123 | 230 | 0 | 66 | 20 | 35 | 475 | 47 | 64 |
| Binary | 10110100 | 1010011 | 10011000 | 0 | 110110 | 10000 | 11101 | 100111101 | 100111 | 110100 |
Color Harmonies of #B45398
Complementary color
Monochromatic Colors of #B45398
Black with #B45398
Text Example
Text Example
White with #B45398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45398; }
p { color: rgb(180,83,152); }
H1.HeaderClassName
{
color: #B45398;
}
.AnyTagClassName
{
color: #B45398;
}
</style>
background-color css
<style>
a { background-color: #B45398; }
a { background-color: rgb(180,83,152); }
div.DivClassName
{
background-color: #B45398;
}
.BgClassName
{
background-color: #B45398;
}
</style>
border-color css
<style>
span { border-color: #B45398; }
span { border-color: rgb(180,83,152); }
td.TdClassName
{
border-color: #B45398;
}
.TagClassName
{
border-color: #B45398;
}
</style>