Shades of Mulberry #BC4883
Tints of Mulberry #BC4883
RGB
CMYK
RGB Variations
Color information
#BC4883 (or 0xBC4883) is known color: Mulberry. HEX triplet: BC, 48 and 83. RGB value is (188,72,131). Sum of RGB (Red+Green+Blue) = 188+72+131=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4883 is #43B77C. Grayscale: #717171. Windows color (decimal): -4437885 or 8603836. OLE color: 8603836.
HSL color Cylindrical-coordinate representation of color #BC4883: hue angle of 329.48º degrees, saturation: 0.46, 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 #BC4883 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 72 | 131 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.26 |
| HSL | 329.48º | 0.46% | 0.51% | - |
| HSV(B) | 329.48º | 0.62% | 0.74% | - |
| XYZ | 27.15 | 16.96 | 23.32 | - |
| YUV | 113.41 | 137.93 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 72 | 131 | 0 | 0.62 | 0.30 | 0.26 | 329.48 | 0.46 | 0.51 |
| Hex | BC | 48 | 83 | 0 | 3E | 1E | 1A | 149 | 2E | 33 |
| Octal | 274 | 110 | 203 | 0 | 76 | 36 | 32 | 511 | 56 | 63 |
| Binary | 10111100 | 1001000 | 10000011 | 0 | 111110 | 11110 | 11010 | 101001001 | 101110 | 110011 |
Color Harmonies of #BC4883
Complementary color
Monochromatic Colors of #BC4883
Black with #BC4883
Text Example
Text Example
White with #BC4883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4883; }
p { color: rgb(188,72,131); }
H1.HeaderClassName
{
color: #BC4883;
}
.AnyTagClassName
{
color: #BC4883;
}
</style>
background-color css
<style>
a { background-color: #BC4883; }
a { background-color: rgb(188,72,131); }
div.DivClassName
{
background-color: #BC4883;
}
.BgClassName
{
background-color: #BC4883;
}
</style>
border-color css
<style>
span { border-color: #BC4883; }
span { border-color: rgb(188,72,131); }
td.TdClassName
{
border-color: #BC4883;
}
.TagClassName
{
border-color: #BC4883;
}
</style>