Shades of Mulberry #BC4D98
Tints of Mulberry #BC4D98
RGB
CMYK
RGB Variations
Color information
#BC4D98 (or 0xBC4D98) is known color: Mulberry. HEX triplet: BC, 4D and 98. RGB value is (188,77,152). Sum of RGB (Red+Green+Blue) = 188+77+152=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 77 (30.47% from 255 or 18.47% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D98 is #43B267. Grayscale: #767676. Windows color (decimal): -4436584 or 9981372. OLE color: 9981372.
HSL color Cylindrical-coordinate representation of color #BC4D98: hue angle of 319.46º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D98 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 77 | 152 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.26 |
| HSL | 319.46º | 0.45% | 0.52% | - |
| HSV(B) | 319.46º | 0.59% | 0.74% | - |
| XYZ | 29.06 | 18.27 | 31.7 | - |
| YUV | 118.74 | 146.77 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 77 | 152 | 0 | 0.59 | 0.19 | 0.26 | 319.46 | 0.45 | 0.52 |
| Hex | BC | 4D | 98 | 0 | 3B | 13 | 1A | 13F | 2D | 34 |
| Octal | 274 | 115 | 230 | 0 | 73 | 23 | 32 | 477 | 55 | 64 |
| Binary | 10111100 | 1001101 | 10011000 | 0 | 111011 | 10011 | 11010 | 100111111 | 101101 | 110100 |
Color Harmonies of #BC4D98
Complementary color
Monochromatic Colors of #BC4D98
Black with #BC4D98
Text Example
Text Example
White with #BC4D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4D98; }
p { color: rgb(188,77,152); }
H1.HeaderClassName
{
color: #BC4D98;
}
.AnyTagClassName
{
color: #BC4D98;
}
</style>
background-color css
<style>
a { background-color: #BC4D98; }
a { background-color: rgb(188,77,152); }
div.DivClassName
{
background-color: #BC4D98;
}
.BgClassName
{
background-color: #BC4D98;
}
</style>
border-color css
<style>
span { border-color: #BC4D98; }
span { border-color: rgb(188,77,152); }
td.TdClassName
{
border-color: #BC4D98;
}
.TagClassName
{
border-color: #BC4D98;
}
</style>