Shades of Mulberry #BC4495
Tints of Mulberry #BC4495
RGB
CMYK
RGB Variations
Color information
#BC4495 (or 0xBC4495) is known color: Mulberry. HEX triplet: BC, 44 and 95. RGB value is (188,68,149). Sum of RGB (Red+Green+Blue) = 188+68+149=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 149 (58.59% from 255 or 36.79% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4495 is #43BB6A. Grayscale: #707070. Windows color (decimal): -4438891 or 9782460. OLE color: 9782460.
HSL color Cylindrical-coordinate representation of color #BC4495: hue angle of 319.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 #BC4495 is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 68 | 149 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.26 |
| HSL | 319.5º | 0.47% | 0.5% | - |
| HSV(B) | 319.5º | 0.64% | 0.74% | - |
| XYZ | 28.23 | 17 | 30.23 | - |
| YUV | 113.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 68 | 149 | 0 | 0.64 | 0.21 | 0.26 | 319.5 | 0.47 | 0.5 |
| Hex | BC | 44 | 95 | 0 | 40 | 15 | 1A | 140 | 2F | 32 |
| Octal | 274 | 104 | 225 | 0 | 100 | 25 | 32 | 500 | 57 | 62 |
| Binary | 10111100 | 1000100 | 10010101 | 0 | 1000000 | 10101 | 11010 | 101000000 | 101111 | 110010 |
Color Harmonies of #BC4495
Complementary color
Monochromatic Colors of #BC4495
Black with #BC4495
Text Example
Text Example
White with #BC4495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4495; }
p { color: rgb(188,68,149); }
H1.HeaderClassName
{
color: #BC4495;
}
.AnyTagClassName
{
color: #BC4495;
}
</style>
background-color css
<style>
a { background-color: #BC4495; }
a { background-color: rgb(188,68,149); }
div.DivClassName
{
background-color: #BC4495;
}
.BgClassName
{
background-color: #BC4495;
}
</style>
border-color css
<style>
span { border-color: #BC4495; }
span { border-color: rgb(188,68,149); }
td.TdClassName
{
border-color: #BC4495;
}
.TagClassName
{
border-color: #BC4495;
}
</style>