Shades of Mulberry #BC437F
Tints of Mulberry #BC437F
RGB
CMYK
RGB Variations
Color information
#BC437F (or 0xBC437F) is known color: Mulberry. HEX triplet: BC, 43 and 7F. RGB value is (188,67,127). Sum of RGB (Red+Green+Blue) = 188+67+127=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC437F is #43BC80. Grayscale: #6D6D6D. Windows color (decimal): -4439169 or 8340412. OLE color: 8340412.
HSL color Cylindrical-coordinate representation of color #BC437F: hue angle of 330.25º 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 #BC437F is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 127 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.26 |
| HSL | 330.25º | 0.47% | 0.5% | - |
| HSV(B) | 330.25º | 0.64% | 0.74% | - |
| XYZ | 26.58 | 16.24 | 21.81 | - |
| YUV | 110.02 | 137.59 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 127 | 0 | 0.64 | 0.32 | 0.26 | 330.25 | 0.47 | 0.5 |
| Hex | BC | 43 | 7F | 0 | 40 | 20 | 1A | 14A | 2F | 32 |
| Octal | 274 | 103 | 177 | 0 | 100 | 40 | 32 | 512 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1111111 | 0 | 1000000 | 100000 | 11010 | 101001010 | 101111 | 110010 |
Color Harmonies of #BC437F
Complementary color
Monochromatic Colors of #BC437F
Black with #BC437F
Text Example
Text Example
White with #BC437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC437F; }
p { color: rgb(188,67,127); }
H1.HeaderClassName
{
color: #BC437F;
}
.AnyTagClassName
{
color: #BC437F;
}
</style>
background-color css
<style>
a { background-color: #BC437F; }
a { background-color: rgb(188,67,127); }
div.DivClassName
{
background-color: #BC437F;
}
.BgClassName
{
background-color: #BC437F;
}
</style>
border-color css
<style>
span { border-color: #BC437F; }
span { border-color: rgb(188,67,127); }
td.TdClassName
{
border-color: #BC437F;
}
.TagClassName
{
border-color: #BC437F;
}
</style>