Shades of Mulberry #B5458E
Tints of Mulberry #B5458E
RGB
CMYK
RGB Variations
Color information
#B5458E (or 0xB5458E) is known color: Mulberry. HEX triplet: B5, 45 and 8E. RGB value is (181,69,142). Sum of RGB (Red+Green+Blue) = 181+69+142=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 181 - color contains mainly: red. Hex color #B5458E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5458E is #4ABA71. Grayscale: #6E6E6E. Windows color (decimal): -4897394 or 9323957. OLE color: 9323957.
HSL color Cylindrical-coordinate representation of color #B5458E: hue angle of 320.89º 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 #B5458E is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 142 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.29 |
| HSL | 320.89º | 0.45% | 0.49% | - |
| HSV(B) | 320.89º | 0.62% | 0.71% | - |
| XYZ | 26.07 | 16.03 | 27.31 | - |
| YUV | 110.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 142 | 0 | 0.62 | 0.22 | 0.29 | 320.89 | 0.45 | 0.49 |
| Hex | B5 | 45 | 8E | 0 | 3E | 16 | 1D | 141 | 2D | 31 |
| Octal | 265 | 105 | 216 | 0 | 76 | 26 | 35 | 501 | 55 | 61 |
| Binary | 10110101 | 1000101 | 10001110 | 0 | 111110 | 10110 | 11101 | 101000001 | 101101 | 110001 |
Color Harmonies of #B5458E
Complementary color
Monochromatic Colors of #B5458E
Black with #B5458E
Text Example
Text Example
White with #B5458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5458E; }
p { color: rgb(181,69,142); }
H1.HeaderClassName
{
color: #B5458E;
}
.AnyTagClassName
{
color: #B5458E;
}
</style>
background-color css
<style>
a { background-color: #B5458E; }
a { background-color: rgb(181,69,142); }
div.DivClassName
{
background-color: #B5458E;
}
.BgClassName
{
background-color: #B5458E;
}
</style>
border-color css
<style>
span { border-color: #B5458E; }
span { border-color: rgb(181,69,142); }
td.TdClassName
{
border-color: #B5458E;
}
.TagClassName
{
border-color: #B5458E;
}
</style>