Shades of Mulberry #BC4A96
Tints of Mulberry #BC4A96
RGB
CMYK
RGB Variations
Color information
#BC4A96 (or 0xBC4A96) is known color: Mulberry. HEX triplet: BC, 4A and 96. RGB value is (188,74,150). Sum of RGB (Red+Green+Blue) = 188+74+150=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A96 is #43B569. Grayscale: #747474. Windows color (decimal): -4437354 or 9849532. OLE color: 9849532.
HSL color Cylindrical-coordinate representation of color #BC4A96: hue angle of 320º 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 #BC4A96 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 150 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.26 |
| HSL | 320º | 0.46% | 0.51% | - |
| HSV(B) | 320º | 0.61% | 0.74% | - |
| XYZ | 28.69 | 17.79 | 30.78 | - |
| YUV | 116.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 150 | 0 | 0.61 | 0.20 | 0.26 | 320 | 0.46 | 0.51 |
| Hex | BC | 4A | 96 | 0 | 3D | 14 | 1A | 140 | 2E | 33 |
| Octal | 274 | 112 | 226 | 0 | 75 | 24 | 32 | 500 | 56 | 63 |
| Binary | 10111100 | 1001010 | 10010110 | 0 | 111101 | 10100 | 11010 | 101000000 | 101110 | 110011 |
Color Harmonies of #BC4A96
Complementary color
Monochromatic Colors of #BC4A96
Black with #BC4A96
Text Example
Text Example
White with #BC4A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A96; }
p { color: rgb(188,74,150); }
H1.HeaderClassName
{
color: #BC4A96;
}
.AnyTagClassName
{
color: #BC4A96;
}
</style>
background-color css
<style>
a { background-color: #BC4A96; }
a { background-color: rgb(188,74,150); }
div.DivClassName
{
background-color: #BC4A96;
}
.BgClassName
{
background-color: #BC4A96;
}
</style>
border-color css
<style>
span { border-color: #BC4A96; }
span { border-color: rgb(188,74,150); }
td.TdClassName
{
border-color: #BC4A96;
}
.TagClassName
{
border-color: #BC4A96;
}
</style>