Shades of Mulberry #B54692
Tints of Mulberry #B54692
RGB
CMYK
RGB Variations
Color information
#B54692 (or 0xB54692) is known color: Mulberry. HEX triplet: B5, 46 and 92. RGB value is (181,70,146). Sum of RGB (Red+Green+Blue) = 181+70+146=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B54692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54692 is #4AB96D. Grayscale: #6F6F6F. Windows color (decimal): -4897134 or 9586357. OLE color: 9586357.
HSL color Cylindrical-coordinate representation of color #B54692: hue angle of 318.92º 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 #B54692 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 146 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.29 |
| HSL | 318.92º | 0.44% | 0.49% | - |
| HSV(B) | 318.92º | 0.61% | 0.71% | - |
| XYZ | 26.43 | 16.28 | 28.94 | - |
| YUV | 111.85 | 147.27 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 146 | 0 | 0.61 | 0.19 | 0.29 | 318.92 | 0.44 | 0.49 |
| Hex | B5 | 46 | 92 | 0 | 3D | 13 | 1D | 13F | 2C | 31 |
| Octal | 265 | 106 | 222 | 0 | 75 | 23 | 35 | 477 | 54 | 61 |
| Binary | 10110101 | 1000110 | 10010010 | 0 | 111101 | 10011 | 11101 | 100111111 | 101100 | 110001 |
Color Harmonies of #B54692
Complementary color
Monochromatic Colors of #B54692
Black with #B54692
Text Example
Text Example
White with #B54692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54692; }
p { color: rgb(181,70,146); }
H1.HeaderClassName
{
color: #B54692;
}
.AnyTagClassName
{
color: #B54692;
}
</style>
background-color css
<style>
a { background-color: #B54692; }
a { background-color: rgb(181,70,146); }
div.DivClassName
{
background-color: #B54692;
}
.BgClassName
{
background-color: #B54692;
}
</style>
border-color css
<style>
span { border-color: #B54692; }
span { border-color: rgb(181,70,146); }
td.TdClassName
{
border-color: #B54692;
}
.TagClassName
{
border-color: #B54692;
}
</style>