Shades of Mulberry #B54695
Tints of Mulberry #B54695
RGB
CMYK
RGB Variations
Color information
#B54695 (or 0xB54695) is known color: Mulberry. HEX triplet: B5, 46 and 95. RGB value is (181,70,149). Sum of RGB (Red+Green+Blue) = 181+70+149=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B54695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54695 is #4AB96A. Grayscale: #6F6F6F. Windows color (decimal): -4897131 or 9782965. OLE color: 9782965.
HSL color Cylindrical-coordinate representation of color #B54695: hue angle of 317.3º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54695 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 149 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.29 |
| HSL | 317.3º | 0.44% | 0.49% | - |
| HSV(B) | 317.3º | 0.61% | 0.71% | - |
| XYZ | 26.67 | 16.37 | 30.19 | - |
| YUV | 112.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 149 | 0 | 0.61 | 0.18 | 0.29 | 317.3 | 0.44 | 0.49 |
| Hex | B5 | 46 | 95 | 0 | 3D | 12 | 1D | 13D | 2C | 31 |
| Octal | 265 | 106 | 225 | 0 | 75 | 22 | 35 | 475 | 54 | 61 |
| Binary | 10110101 | 1000110 | 10010101 | 0 | 111101 | 10010 | 11101 | 100111101 | 101100 | 110001 |
Color Harmonies of #B54695
Complementary color
Monochromatic Colors of #B54695
Black with #B54695
Text Example
Text Example
White with #B54695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54695; }
p { color: rgb(181,70,149); }
H1.HeaderClassName
{
color: #B54695;
}
.AnyTagClassName
{
color: #B54695;
}
</style>
background-color css
<style>
a { background-color: #B54695; }
a { background-color: rgb(181,70,149); }
div.DivClassName
{
background-color: #B54695;
}
.BgClassName
{
background-color: #B54695;
}
</style>
border-color css
<style>
span { border-color: #B54695; }
span { border-color: rgb(181,70,149); }
td.TdClassName
{
border-color: #B54695;
}
.TagClassName
{
border-color: #B54695;
}
</style>