Shades of Mulberry #BC4484
Tints of Mulberry #BC4484
RGB
CMYK
RGB Variations
Color information
#BC4484 (or 0xBC4484) is known color: Mulberry. HEX triplet: BC, 44 and 84. RGB value is (188,68,132). Sum of RGB (Red+Green+Blue) = 188+68+132=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4484 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4484 is #43BB7B. Grayscale: #6F6F6F. Windows color (decimal): -4438908 or 8668348. OLE color: 8668348.
HSL color Cylindrical-coordinate representation of color #BC4484: hue angle of 328º 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 #BC4484 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 132 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.26 |
| HSL | 328º | 0.47% | 0.5% | - |
| HSV(B) | 328º | 0.64% | 0.74% | - |
| XYZ | 26.97 | 16.49 | 23.59 | - |
| YUV | 111.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 132 | 0 | 0.64 | 0.30 | 0.26 | 328 | 0.47 | 0.5 |
| Hex | BC | 44 | 84 | 0 | 40 | 1E | 1A | 148 | 2F | 32 |
| Octal | 274 | 104 | 204 | 0 | 100 | 36 | 32 | 510 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10000100 | 0 | 1000000 | 11110 | 11010 | 101001000 | 101111 | 110010 |
Color Harmonies of #BC4484
Complementary color
Monochromatic Colors of #BC4484
Black with #BC4484
Text Example
Text Example
White with #BC4484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4484; }
p { color: rgb(188,68,132); }
H1.HeaderClassName
{
color: #BC4484;
}
.AnyTagClassName
{
color: #BC4484;
}
</style>
background-color css
<style>
a { background-color: #BC4484; }
a { background-color: rgb(188,68,132); }
div.DivClassName
{
background-color: #BC4484;
}
.BgClassName
{
background-color: #BC4484;
}
</style>
border-color css
<style>
span { border-color: #BC4484; }
span { border-color: rgb(188,68,132); }
td.TdClassName
{
border-color: #BC4484;
}
.TagClassName
{
border-color: #BC4484;
}
</style>