Shades of Mulberry #BC4683
Tints of Mulberry #BC4683
RGB
CMYK
RGB Variations
Color information
#BC4683 (or 0xBC4683) is known color: Mulberry. HEX triplet: BC, 46 and 83. RGB value is (188,70,131). Sum of RGB (Red+Green+Blue) = 188+70+131=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4683 is #43B97C. Grayscale: #707070. Windows color (decimal): -4438397 or 8603324. OLE color: 8603324.
HSL color Cylindrical-coordinate representation of color #BC4683: hue angle of 328.98º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4683 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 131 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.26 |
| HSL | 328.98º | 0.47% | 0.51% | - |
| HSV(B) | 328.98º | 0.63% | 0.74% | - |
| XYZ | 27.03 | 16.71 | 23.27 | - |
| YUV | 112.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 131 | 0 | 0.63 | 0.30 | 0.26 | 328.98 | 0.47 | 0.51 |
| Hex | BC | 46 | 83 | 0 | 3F | 1E | 1A | 149 | 2F | 33 |
| Octal | 274 | 106 | 203 | 0 | 77 | 36 | 32 | 511 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10000011 | 0 | 111111 | 11110 | 11010 | 101001001 | 101111 | 110011 |
Color Harmonies of #BC4683
Complementary color
Monochromatic Colors of #BC4683
Black with #BC4683
Text Example
Text Example
White with #BC4683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4683; }
p { color: rgb(188,70,131); }
H1.HeaderClassName
{
color: #BC4683;
}
.AnyTagClassName
{
color: #BC4683;
}
</style>
background-color css
<style>
a { background-color: #BC4683; }
a { background-color: rgb(188,70,131); }
div.DivClassName
{
background-color: #BC4683;
}
.BgClassName
{
background-color: #BC4683;
}
</style>
border-color css
<style>
span { border-color: #BC4683; }
span { border-color: rgb(188,70,131); }
td.TdClassName
{
border-color: #BC4683;
}
.TagClassName
{
border-color: #BC4683;
}
</style>