Shades of Mulberry #BC508B
Tints of Mulberry #BC508B
RGB
CMYK
RGB Variations
Color information
#BC508B (or 0xBC508B) is known color: Mulberry. HEX triplet: BC, 50 and 8B. RGB value is (188,80,139). Sum of RGB (Red+Green+Blue) = 188+80+139=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC508B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC508B is #43AF74. Grayscale: #767676. Windows color (decimal): -4435829 or 9130172. OLE color: 9130172.
HSL color Cylindrical-coordinate representation of color #BC508B: hue angle of 327.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC508B is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 80 | 139 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.26 |
| HSL | 327.22º | 0.45% | 0.53% | - |
| HSV(B) | 327.22º | 0.57% | 0.74% | - |
| XYZ | 28.27 | 18.29 | 26.47 | - |
| YUV | 119.02 | 139.28 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 80 | 139 | 0 | 0.57 | 0.26 | 0.26 | 327.22 | 0.45 | 0.53 |
| Hex | BC | 50 | 8B | 0 | 39 | 1A | 1A | 147 | 2D | 35 |
| Octal | 274 | 120 | 213 | 0 | 71 | 32 | 32 | 507 | 55 | 65 |
| Binary | 10111100 | 1010000 | 10001011 | 0 | 111001 | 11010 | 11010 | 101000111 | 101101 | 110101 |
Color Harmonies of #BC508B
Complementary color
Monochromatic Colors of #BC508B
Black with #BC508B
Text Example
Text Example
White with #BC508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC508B; }
p { color: rgb(188,80,139); }
H1.HeaderClassName
{
color: #BC508B;
}
.AnyTagClassName
{
color: #BC508B;
}
</style>
background-color css
<style>
a { background-color: #BC508B; }
a { background-color: rgb(188,80,139); }
div.DivClassName
{
background-color: #BC508B;
}
.BgClassName
{
background-color: #BC508B;
}
</style>
border-color css
<style>
span { border-color: #BC508B; }
span { border-color: rgb(188,80,139); }
td.TdClassName
{
border-color: #BC508B;
}
.TagClassName
{
border-color: #BC508B;
}
</style>