Shades of Mulberry #BC61A0
Tints of Mulberry #BC61A0
RGB
CMYK
RGB Variations
Color information
#BC61A0 (or 0xBC61A0) is known color: Mulberry. HEX triplet: BC, 61 and A0. RGB value is (188,97,160). Sum of RGB (Red+Green+Blue) = 188+97+160=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 97 (38.28% from 255 or 21.80% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC61A0 is #439E5F. Grayscale: #838383. Windows color (decimal): -4431456 or 10510780. OLE color: 10510780.
HSL color Cylindrical-coordinate representation of color #BC61A0: hue angle of 318.46º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC61A0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 160 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.26 |
| HSL | 318.46º | 0.4% | 0.56% | - |
| HSV(B) | 318.46º | 0.48% | 0.74% | - |
| XYZ | 31.36 | 21.78 | 35.81 | - |
| YUV | 131.39 | 144.15 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 160 | 0 | 0.48 | 0.15 | 0.26 | 318.46 | 0.4 | 0.56 |
| Hex | BC | 61 | A0 | 0 | 30 | F | 1A | 13E | 28 | 38 |
| Octal | 274 | 141 | 240 | 0 | 60 | 17 | 32 | 476 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10100000 | 0 | 110000 | 1111 | 11010 | 100111110 | 101000 | 111000 |
Color Harmonies of #BC61A0
Complementary color
Monochromatic Colors of #BC61A0
Black with #BC61A0
Text Example
Text Example
White with #BC61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC61A0; }
p { color: rgb(188,97,160); }
H1.HeaderClassName
{
color: #BC61A0;
}
.AnyTagClassName
{
color: #BC61A0;
}
</style>
background-color css
<style>
a { background-color: #BC61A0; }
a { background-color: rgb(188,97,160); }
div.DivClassName
{
background-color: #BC61A0;
}
.BgClassName
{
background-color: #BC61A0;
}
</style>
border-color css
<style>
span { border-color: #BC61A0; }
span { border-color: rgb(188,97,160); }
td.TdClassName
{
border-color: #BC61A0;
}
.TagClassName
{
border-color: #BC61A0;
}
</style>