Shades of Mulberry #BC4983
Tints of Mulberry #BC4983
RGB
CMYK
RGB Variations
Color information
#BC4983 (or 0xBC4983) is known color: Mulberry. HEX triplet: BC, 49 and 83. RGB value is (188,73,131). Sum of RGB (Red+Green+Blue) = 188+73+131=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4983 is #43B67C. Grayscale: #717171. Windows color (decimal): -4437629 or 8604092. OLE color: 8604092.
HSL color Cylindrical-coordinate representation of color #BC4983: hue angle of 329.74º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4983 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 131 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.26 |
| HSL | 329.74º | 0.46% | 0.51% | - |
| HSV(B) | 329.74º | 0.61% | 0.74% | - |
| XYZ | 27.22 | 17.1 | 23.34 | - |
| YUV | 114 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 131 | 0 | 0.61 | 0.30 | 0.26 | 329.74 | 0.46 | 0.51 |
| Hex | BC | 49 | 83 | 0 | 3D | 1E | 1A | 14A | 2E | 33 |
| Octal | 274 | 111 | 203 | 0 | 75 | 36 | 32 | 512 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10000011 | 0 | 111101 | 11110 | 11010 | 101001010 | 101110 | 110011 |
Color Harmonies of #BC4983
Complementary color
Monochromatic Colors of #BC4983
Black with #BC4983
Text Example
Text Example
White with #BC4983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4983; }
p { color: rgb(188,73,131); }
H1.HeaderClassName
{
color: #BC4983;
}
.AnyTagClassName
{
color: #BC4983;
}
</style>
background-color css
<style>
a { background-color: #BC4983; }
a { background-color: rgb(188,73,131); }
div.DivClassName
{
background-color: #BC4983;
}
.BgClassName
{
background-color: #BC4983;
}
</style>
border-color css
<style>
span { border-color: #BC4983; }
span { border-color: rgb(188,73,131); }
td.TdClassName
{
border-color: #BC4983;
}
.TagClassName
{
border-color: #BC4983;
}
</style>