Shades of Mulberry #BC4493
Tints of Mulberry #BC4493
RGB
CMYK
RGB Variations
Color information
#BC4493 (or 0xBC4493) is known color: Mulberry. HEX triplet: BC, 44 and 93. RGB value is (188,68,147). Sum of RGB (Red+Green+Blue) = 188+68+147=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4493 is #43BB6C. Grayscale: #707070. Windows color (decimal): -4438893 or 9651388. OLE color: 9651388.
HSL color Cylindrical-coordinate representation of color #BC4493: hue angle of 320.5º 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 #BC4493 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 147 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.26 |
| HSL | 320.5º | 0.47% | 0.5% | - |
| HSV(B) | 320.5º | 0.64% | 0.74% | - |
| XYZ | 28.07 | 16.93 | 29.39 | - |
| YUV | 112.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 147 | 0 | 0.64 | 0.22 | 0.26 | 320.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 93 | 0 | 40 | 16 | 1A | 140 | 2F | 32 |
| Octal | 274 | 104 | 223 | 0 | 100 | 26 | 32 | 500 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10010011 | 0 | 1000000 | 10110 | 11010 | 101000000 | 101111 | 110010 |
Color Harmonies of #BC4493
Complementary color
Monochromatic Colors of #BC4493
Black with #BC4493
Text Example
Text Example
White with #BC4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4493; }
p { color: rgb(188,68,147); }
H1.HeaderClassName
{
color: #BC4493;
}
.AnyTagClassName
{
color: #BC4493;
}
</style>
background-color css
<style>
a { background-color: #BC4493; }
a { background-color: rgb(188,68,147); }
div.DivClassName
{
background-color: #BC4493;
}
.BgClassName
{
background-color: #BC4493;
}
</style>
border-color css
<style>
span { border-color: #BC4493; }
span { border-color: rgb(188,68,147); }
td.TdClassName
{
border-color: #BC4493;
}
.TagClassName
{
border-color: #BC4493;
}
</style>