Shades of Mulberry #BC4195
Tints of Mulberry #BC4195
RGB
CMYK
RGB Variations
Color information
#BC4195 (or 0xBC4195) is known color: Mulberry. HEX triplet: BC, 41 and 95. RGB value is (188,65,149). Sum of RGB (Red+Green+Blue) = 188+65+149=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4195 is #43BE6A. Grayscale: #6F6F6F. Windows color (decimal): -4439659 or 9781692. OLE color: 9781692.
HSL color Cylindrical-coordinate representation of color #BC4195: hue angle of 319.02º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4195 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 65 | 149 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.26 |
| HSL | 319.02º | 0.49% | 0.5% | - |
| HSV(B) | 319.02º | 0.65% | 0.74% | - |
| XYZ | 28.05 | 16.64 | 30.17 | - |
| YUV | 111.35 | 149.25 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 65 | 149 | 0 | 0.65 | 0.21 | 0.26 | 319.02 | 0.49 | 0.5 |
| Hex | BC | 41 | 95 | 0 | 41 | 15 | 1A | 13F | 31 | 32 |
| Octal | 274 | 101 | 225 | 0 | 101 | 25 | 32 | 477 | 61 | 62 |
| Binary | 10111100 | 1000001 | 10010101 | 0 | 1000001 | 10101 | 11010 | 100111111 | 110001 | 110010 |
Color Harmonies of #BC4195
Complementary color
Monochromatic Colors of #BC4195
Black with #BC4195
Text Example
Text Example
White with #BC4195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4195; }
p { color: rgb(188,65,149); }
H1.HeaderClassName
{
color: #BC4195;
}
.AnyTagClassName
{
color: #BC4195;
}
</style>
background-color css
<style>
a { background-color: #BC4195; }
a { background-color: rgb(188,65,149); }
div.DivClassName
{
background-color: #BC4195;
}
.BgClassName
{
background-color: #BC4195;
}
</style>
border-color css
<style>
span { border-color: #BC4195; }
span { border-color: rgb(188,65,149); }
td.TdClassName
{
border-color: #BC4195;
}
.TagClassName
{
border-color: #BC4195;
}
</style>