Shades of Mulberry #BC4597
Tints of Mulberry #BC4597
RGB
CMYK
RGB Variations
Color information
#BC4597 (or 0xBC4597) is known color: Mulberry. HEX triplet: BC, 45 and 97. RGB value is (188,69,151). Sum of RGB (Red+Green+Blue) = 188+69+151=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4597 is #43BA68. Grayscale: #717171. Windows color (decimal): -4438633 or 9913788. OLE color: 9913788.
HSL color Cylindrical-coordinate representation of color #BC4597: hue angle of 318.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4597 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 151 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.26 |
| HSL | 318.66º | 0.47% | 0.5% | - |
| HSV(B) | 318.66º | 0.63% | 0.74% | - |
| XYZ | 28.45 | 17.18 | 31.09 | - |
| YUV | 113.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 151 | 0 | 0.63 | 0.20 | 0.26 | 318.66 | 0.47 | 0.5 |
| Hex | BC | 45 | 97 | 0 | 3F | 14 | 1A | 13F | 2F | 32 |
| Octal | 274 | 105 | 227 | 0 | 77 | 24 | 32 | 477 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10010111 | 0 | 111111 | 10100 | 11010 | 100111111 | 101111 | 110010 |
Color Harmonies of #BC4597
Complementary color
Monochromatic Colors of #BC4597
Black with #BC4597
Text Example
Text Example
White with #BC4597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4597; }
p { color: rgb(188,69,151); }
H1.HeaderClassName
{
color: #BC4597;
}
.AnyTagClassName
{
color: #BC4597;
}
</style>
background-color css
<style>
a { background-color: #BC4597; }
a { background-color: rgb(188,69,151); }
div.DivClassName
{
background-color: #BC4597;
}
.BgClassName
{
background-color: #BC4597;
}
</style>
border-color css
<style>
span { border-color: #BC4597; }
span { border-color: rgb(188,69,151); }
td.TdClassName
{
border-color: #BC4597;
}
.TagClassName
{
border-color: #BC4597;
}
</style>