Shades of Mulberry #B54597
Tints of Mulberry #B54597
RGB
CMYK
RGB Variations
Color information
#B54597 (or 0xB54597) is known color: Mulberry. HEX triplet: B5, 45 and 97. RGB value is (181,69,151). Sum of RGB (Red+Green+Blue) = 181+69+151=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B54597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54597 is #4ABA68. Grayscale: #6F6F6F. Windows color (decimal): -4897385 or 9913781. OLE color: 9913781.
HSL color Cylindrical-coordinate representation of color #B54597: hue angle of 316.07º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B54597 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 151 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.29 |
| HSL | 316.07º | 0.45% | 0.49% | - |
| HSV(B) | 316.07º | 0.62% | 0.71% | - |
| XYZ | 26.77 | 16.31 | 31.02 | - |
| YUV | 111.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 151 | 0 | 0.62 | 0.17 | 0.29 | 316.07 | 0.45 | 0.49 |
| Hex | B5 | 45 | 97 | 0 | 3E | 11 | 1D | 13C | 2D | 31 |
| Octal | 265 | 105 | 227 | 0 | 76 | 21 | 35 | 474 | 55 | 61 |
| Binary | 10110101 | 1000101 | 10010111 | 0 | 111110 | 10001 | 11101 | 100111100 | 101101 | 110001 |
Color Harmonies of #B54597
Complementary color
Monochromatic Colors of #B54597
Black with #B54597
Text Example
Text Example
White with #B54597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54597; }
p { color: rgb(181,69,151); }
H1.HeaderClassName
{
color: #B54597;
}
.AnyTagClassName
{
color: #B54597;
}
</style>
background-color css
<style>
a { background-color: #B54597; }
a { background-color: rgb(181,69,151); }
div.DivClassName
{
background-color: #B54597;
}
.BgClassName
{
background-color: #B54597;
}
</style>
border-color css
<style>
span { border-color: #B54597; }
span { border-color: rgb(181,69,151); }
td.TdClassName
{
border-color: #B54597;
}
.TagClassName
{
border-color: #B54597;
}
</style>