Shades of Mulberry #BC4D83
Tints of Mulberry #BC4D83
RGB
CMYK
RGB Variations
Color information
#BC4D83 (or 0xBC4D83) is known color: Mulberry. HEX triplet: BC, 4D and 83. RGB value is (188,77,131). Sum of RGB (Red+Green+Blue) = 188+77+131=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D83 is #43B27C. Grayscale: #747474. Windows color (decimal): -4436605 or 8605116. OLE color: 8605116.
HSL color Cylindrical-coordinate representation of color #BC4D83: hue angle of 330.81º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D83 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 131 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.26 |
| HSL | 330.81º | 0.45% | 0.52% | - |
| HSV(B) | 330.81º | 0.59% | 0.74% | - |
| XYZ | 27.49 | 17.64 | 23.43 | - |
| YUV | 116.35 | 136.27 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 131 | 0 | 0.59 | 0.30 | 0.26 | 330.81 | 0.45 | 0.52 |
| Hex | BC | 4D | 83 | 0 | 3B | 1E | 1A | 14B | 2D | 34 |
| Octal | 274 | 115 | 203 | 0 | 73 | 36 | 32 | 513 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10000011 | 0 | 111011 | 11110 | 11010 | 101001011 | 101101 | 110100 |
Color Harmonies of #BC4D83
Complementary color
Monochromatic Colors of #BC4D83
Black with #BC4D83
Text Example
Text Example
White with #BC4D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D83; }
p { color: rgb(188,77,131); }
H1.HeaderClassName
{
color: #BC4D83;
}
.AnyTagClassName
{
color: #BC4D83;
}
</style>
background-color css
<style>
a { background-color: #BC4D83; }
a { background-color: rgb(188,77,131); }
div.DivClassName
{
background-color: #BC4D83;
}
.BgClassName
{
background-color: #BC4D83;
}
</style>
border-color css
<style>
span { border-color: #BC4D83; }
span { border-color: rgb(188,77,131); }
td.TdClassName
{
border-color: #BC4D83;
}
.TagClassName
{
border-color: #BC4D83;
}
</style>