Shades of Mulberry #BC40A5
Tints of Mulberry #BC40A5
RGB
CMYK
RGB Variations
Color information
#BC40A5 (or 0xBC40A5) is known color: Mulberry. HEX triplet: BC, 40 and A5. RGB value is (188,64,165). Sum of RGB (Red+Green+Blue) = 188+64+165=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 165 (64.84% from 255 or 39.57% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A5 is #43BF5A. Grayscale: #707070. Windows color (decimal): -4439899 or 10830012. OLE color: 10830012.
HSL color Cylindrical-coordinate representation of color #BC40A5: hue angle of 311.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40A5 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 165 | - |
| CMYK | 0 | 0.66 | 0.12 | 0.26 |
| HSL | 311.13º | 0.49% | 0.49% | - |
| HSV(B) | 311.13º | 0.66% | 0.74% | - |
| XYZ | 29.36 | 17.07 | 37.35 | - |
| YUV | 112.59 | 157.58 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 165 | 0 | 0.66 | 0.12 | 0.26 | 311.13 | 0.49 | 0.49 |
| Hex | BC | 40 | A5 | 0 | 42 | C | 1A | 137 | 31 | 31 |
| Octal | 274 | 100 | 245 | 0 | 102 | 14 | 32 | 467 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10100101 | 0 | 1000010 | 1100 | 11010 | 100110111 | 110001 | 110001 |
Color Harmonies of #BC40A5
Complementary color
Monochromatic Colors of #BC40A5
Black with #BC40A5
Text Example
Text Example
White with #BC40A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC40A5; }
p { color: rgb(188,64,165); }
H1.HeaderClassName
{
color: #BC40A5;
}
.AnyTagClassName
{
color: #BC40A5;
}
</style>
background-color css
<style>
a { background-color: #BC40A5; }
a { background-color: rgb(188,64,165); }
div.DivClassName
{
background-color: #BC40A5;
}
.BgClassName
{
background-color: #BC40A5;
}
</style>
border-color css
<style>
span { border-color: #BC40A5; }
span { border-color: rgb(188,64,165); }
td.TdClassName
{
border-color: #BC40A5;
}
.TagClassName
{
border-color: #BC40A5;
}
</style>