Shades of Mulberry #BC4385
Tints of Mulberry #BC4385
RGB
CMYK
RGB Variations
Color information
#BC4385 (or 0xBC4385) is known color: Mulberry. HEX triplet: BC, 43 and 85. RGB value is (188,67,133). Sum of RGB (Red+Green+Blue) = 188+67+133=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4385 is #43BC7A. Grayscale: #6E6E6E. Windows color (decimal): -4439163 or 8733628. OLE color: 8733628.
HSL color Cylindrical-coordinate representation of color #BC4385: hue angle of 327.27º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4385 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 133 | - |
| CMYK | 0 | 0.64 | 0.29 | 0.26 |
| HSL | 327.27º | 0.47% | 0.5% | - |
| HSV(B) | 327.27º | 0.64% | 0.74% | - |
| XYZ | 26.98 | 16.4 | 23.93 | - |
| YUV | 110.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 133 | 0 | 0.64 | 0.29 | 0.26 | 327.27 | 0.47 | 0.5 |
| Hex | BC | 43 | 85 | 0 | 40 | 1D | 1A | 147 | 2F | 32 |
| Octal | 274 | 103 | 205 | 0 | 100 | 35 | 32 | 507 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10000101 | 0 | 1000000 | 11101 | 11010 | 101000111 | 101111 | 110010 |
Color Harmonies of #BC4385
Complementary color
Monochromatic Colors of #BC4385
Black with #BC4385
Text Example
Text Example
White with #BC4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4385; }
p { color: rgb(188,67,133); }
H1.HeaderClassName
{
color: #BC4385;
}
.AnyTagClassName
{
color: #BC4385;
}
</style>
background-color css
<style>
a { background-color: #BC4385; }
a { background-color: rgb(188,67,133); }
div.DivClassName
{
background-color: #BC4385;
}
.BgClassName
{
background-color: #BC4385;
}
</style>
border-color css
<style>
span { border-color: #BC4385; }
span { border-color: rgb(188,67,133); }
td.TdClassName
{
border-color: #BC4385;
}
.TagClassName
{
border-color: #BC4385;
}
</style>