Shades of Mulberry #B5458F
Tints of Mulberry #B5458F
RGB
CMYK
RGB Variations
Color information
#B5458F (or 0xB5458F) is known color: Mulberry. HEX triplet: B5, 45 and 8F. RGB value is (181,69,143). Sum of RGB (Red+Green+Blue) = 181+69+143=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5458F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5458F is #4ABA70. Grayscale: #6E6E6E. Windows color (decimal): -4897393 or 9389493. OLE color: 9389493.
HSL color Cylindrical-coordinate representation of color #B5458F: hue angle of 320.36º 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 #B5458F is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 143 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.29 |
| HSL | 320.36º | 0.45% | 0.49% | - |
| HSV(B) | 320.36º | 0.62% | 0.71% | - |
| XYZ | 26.14 | 16.06 | 27.71 | - |
| YUV | 110.92 | 146.11 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 143 | 0 | 0.62 | 0.21 | 0.29 | 320.36 | 0.45 | 0.49 |
| Hex | B5 | 45 | 8F | 0 | 3E | 15 | 1D | 140 | 2D | 31 |
| Octal | 265 | 105 | 217 | 0 | 76 | 25 | 35 | 500 | 55 | 61 |
| Binary | 10110101 | 1000101 | 10001111 | 0 | 111110 | 10101 | 11101 | 101000000 | 101101 | 110001 |
Color Harmonies of #B5458F
Complementary color
Monochromatic Colors of #B5458F
Black with #B5458F
Text Example
Text Example
White with #B5458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5458F; }
p { color: rgb(181,69,143); }
H1.HeaderClassName
{
color: #B5458F;
}
.AnyTagClassName
{
color: #B5458F;
}
</style>
background-color css
<style>
a { background-color: #B5458F; }
a { background-color: rgb(181,69,143); }
div.DivClassName
{
background-color: #B5458F;
}
.BgClassName
{
background-color: #B5458F;
}
</style>
border-color css
<style>
span { border-color: #B5458F; }
span { border-color: rgb(181,69,143); }
td.TdClassName
{
border-color: #B5458F;
}
.TagClassName
{
border-color: #B5458F;
}
</style>