Shades of Mulberry #B55C8F
Tints of Mulberry #B55C8F
RGB
CMYK
RGB Variations
Color information
#B55C8F (or 0xB55C8F) is known color: Mulberry. HEX triplet: B5, 5C and 8F. RGB value is (181,92,143). Sum of RGB (Red+Green+Blue) = 181+92+143=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B55C8F is #4AA370. Grayscale: #7C7C7C. Windows color (decimal): -4891505 or 9395381. OLE color: 9395381.
HSL color Cylindrical-coordinate representation of color #B55C8F: hue angle of 325.62º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B55C8F is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 92 | 143 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.29 |
| HSL | 325.62º | 0.38% | 0.54% | - |
| HSV(B) | 325.62º | 0.49% | 0.71% | - |
| XYZ | 27.84 | 19.46 | 28.28 | - |
| YUV | 124.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 92 | 143 | 0 | 0.49 | 0.21 | 0.29 | 325.62 | 0.38 | 0.54 |
| Hex | B5 | 5C | 8F | 0 | 31 | 15 | 1D | 146 | 26 | 36 |
| Octal | 265 | 134 | 217 | 0 | 61 | 25 | 35 | 506 | 46 | 66 |
| Binary | 10110101 | 1011100 | 10001111 | 0 | 110001 | 10101 | 11101 | 101000110 | 100110 | 110110 |
Color Harmonies of #B55C8F
Complementary color
Monochromatic Colors of #B55C8F
Black with #B55C8F
Text Example
Text Example
White with #B55C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55C8F; }
p { color: rgb(181,92,143); }
H1.HeaderClassName
{
color: #B55C8F;
}
.AnyTagClassName
{
color: #B55C8F;
}
</style>
background-color css
<style>
a { background-color: #B55C8F; }
a { background-color: rgb(181,92,143); }
div.DivClassName
{
background-color: #B55C8F;
}
.BgClassName
{
background-color: #B55C8F;
}
</style>
border-color css
<style>
span { border-color: #B55C8F; }
span { border-color: rgb(181,92,143); }
td.TdClassName
{
border-color: #B55C8F;
}
.TagClassName
{
border-color: #B55C8F;
}
</style>