Shades of Mulberry #BC478F
Tints of Mulberry #BC478F
RGB
CMYK
RGB Variations
Color information
#BC478F (or 0xBC478F) is known color: Mulberry. HEX triplet: BC, 47 and 8F. RGB value is (188,71,143). Sum of RGB (Red+Green+Blue) = 188+71+143=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 71 (28.12% from 255 or 17.66% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC478F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC478F is #43B870. Grayscale: #727272. Windows color (decimal): -4438129 or 9390012. OLE color: 9390012.
HSL color Cylindrical-coordinate representation of color #BC478F: hue angle of 323.08º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC478F is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 71 | 143 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.26 |
| HSL | 323.08º | 0.47% | 0.51% | - |
| HSV(B) | 323.08º | 0.62% | 0.74% | - |
| XYZ | 27.95 | 17.18 | 27.83 | - |
| YUV | 114.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 71 | 143 | 0 | 0.62 | 0.24 | 0.26 | 323.08 | 0.47 | 0.51 |
| Hex | BC | 47 | 8F | 0 | 3E | 18 | 1A | 143 | 2F | 33 |
| Octal | 274 | 107 | 217 | 0 | 76 | 30 | 32 | 503 | 57 | 63 |
| Binary | 10111100 | 1000111 | 10001111 | 0 | 111110 | 11000 | 11010 | 101000011 | 101111 | 110011 |
Color Harmonies of #BC478F
Complementary color
Monochromatic Colors of #BC478F
Black with #BC478F
Text Example
Text Example
White with #BC478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC478F; }
p { color: rgb(188,71,143); }
H1.HeaderClassName
{
color: #BC478F;
}
.AnyTagClassName
{
color: #BC478F;
}
</style>
background-color css
<style>
a { background-color: #BC478F; }
a { background-color: rgb(188,71,143); }
div.DivClassName
{
background-color: #BC478F;
}
.BgClassName
{
background-color: #BC478F;
}
</style>
border-color css
<style>
span { border-color: #BC478F; }
span { border-color: rgb(188,71,143); }
td.TdClassName
{
border-color: #BC478F;
}
.TagClassName
{
border-color: #BC478F;
}
</style>