Shades of Mulberry #BC4998
Tints of Mulberry #BC4998
RGB
CMYK
RGB Variations
Color information
#BC4998 (or 0xBC4998) is known color: Mulberry. HEX triplet: BC, 49 and 98. RGB value is (188,73,152). Sum of RGB (Red+Green+Blue) = 188+73+152=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 152 (59.77% from 255 or 36.80% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4998 is #43B667. Grayscale: #747474. Windows color (decimal): -4437608 or 9980348. OLE color: 9980348.
HSL color Cylindrical-coordinate representation of color #BC4998: hue angle of 318.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC4998 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 73 | 152 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.26 |
| HSL | 318.78º | 0.46% | 0.51% | - |
| HSV(B) | 318.78º | 0.61% | 0.74% | - |
| XYZ | 28.79 | 17.72 | 31.61 | - |
| YUV | 116.39 | 148.1 | 179.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 73 | 152 | 0 | 0.61 | 0.19 | 0.26 | 318.78 | 0.46 | 0.51 |
| Hex | BC | 49 | 98 | 0 | 3D | 13 | 1A | 13F | 2E | 33 |
| Octal | 274 | 111 | 230 | 0 | 75 | 23 | 32 | 477 | 56 | 63 |
| Binary | 10111100 | 1001001 | 10011000 | 0 | 111101 | 10011 | 11010 | 100111111 | 101110 | 110011 |
Color Harmonies of #BC4998
Complementary color
Monochromatic Colors of #BC4998
Black with #BC4998
Text Example
Text Example
White with #BC4998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4998; }
p { color: rgb(188,73,152); }
H1.HeaderClassName
{
color: #BC4998;
}
.AnyTagClassName
{
color: #BC4998;
}
</style>
background-color css
<style>
a { background-color: #BC4998; }
a { background-color: rgb(188,73,152); }
div.DivClassName
{
background-color: #BC4998;
}
.BgClassName
{
background-color: #BC4998;
}
</style>
border-color css
<style>
span { border-color: #BC4998; }
span { border-color: rgb(188,73,152); }
td.TdClassName
{
border-color: #BC4998;
}
.TagClassName
{
border-color: #BC4998;
}
</style>