Shades of Mulberry #BC4A8A
Tints of Mulberry #BC4A8A
RGB
CMYK
RGB Variations
Color information
#BC4A8A (or 0xBC4A8A) is known color: Mulberry. HEX triplet: BC, 4A and 8A. RGB value is (188,74,138). Sum of RGB (Red+Green+Blue) = 188+74+138=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 74 (29.30% from 255 or 18.5% from 400); Blue value is 138 (54.30% from 255 or 34.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A8A is #43B575. Grayscale: #737373. Windows color (decimal): -4437366 or 9063100. OLE color: 9063100.
HSL color Cylindrical-coordinate representation of color #BC4A8A: hue angle of 326.32º 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 #BC4A8A is Cyan = 0, Magento = 0.61, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 74 | 138 | - |
| CMYK | 0 | 0.61 | 0.27 | 0.26 |
| HSL | 326.32º | 0.46% | 0.51% | - |
| HSV(B) | 326.32º | 0.61% | 0.74% | - |
| XYZ | 27.78 | 17.42 | 25.94 | - |
| YUV | 115.38 | 140.77 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 74 | 138 | 0 | 0.61 | 0.27 | 0.26 | 326.32 | 0.46 | 0.51 |
| Hex | BC | 4A | 8A | 0 | 3D | 1B | 1A | 146 | 2E | 33 |
| Octal | 274 | 112 | 212 | 0 | 75 | 33 | 32 | 506 | 56 | 63 |
| Binary | 10111100 | 1001010 | 10001010 | 0 | 111101 | 11011 | 11010 | 101000110 | 101110 | 110011 |
Color Harmonies of #BC4A8A
Complementary color
Monochromatic Colors of #BC4A8A
Black with #BC4A8A
Text Example
Text Example
White with #BC4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4A8A; }
p { color: rgb(188,74,138); }
H1.HeaderClassName
{
color: #BC4A8A;
}
.AnyTagClassName
{
color: #BC4A8A;
}
</style>
background-color css
<style>
a { background-color: #BC4A8A; }
a { background-color: rgb(188,74,138); }
div.DivClassName
{
background-color: #BC4A8A;
}
.BgClassName
{
background-color: #BC4A8A;
}
</style>
border-color css
<style>
span { border-color: #BC4A8A; }
span { border-color: rgb(188,74,138); }
td.TdClassName
{
border-color: #BC4A8A;
}
.TagClassName
{
border-color: #BC4A8A;
}
</style>