Shades of Mulberry #BC5FA0
Tints of Mulberry #BC5FA0
RGB
CMYK
RGB Variations
Color information
#BC5FA0 (or 0xBC5FA0) is known color: Mulberry. HEX triplet: BC, 5F and A0. RGB value is (188,95,160). Sum of RGB (Red+Green+Blue) = 188+95+160=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FA0 is #43A05F. Grayscale: #828282. Windows color (decimal): -4431968 or 10510268. OLE color: 10510268.
HSL color Cylindrical-coordinate representation of color #BC5FA0: hue angle of 318.06º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC5FA0 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 160 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.26 |
| HSL | 318.06º | 0.41% | 0.55% | - |
| HSV(B) | 318.06º | 0.49% | 0.74% | - |
| XYZ | 31.18 | 21.41 | 35.75 | - |
| YUV | 130.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 160 | 0 | 0.49 | 0.15 | 0.26 | 318.06 | 0.41 | 0.55 |
| Hex | BC | 5F | A0 | 0 | 31 | F | 1A | 13E | 29 | 37 |
| Octal | 274 | 137 | 240 | 0 | 61 | 17 | 32 | 476 | 51 | 67 |
| Binary | 10111100 | 1011111 | 10100000 | 0 | 110001 | 1111 | 11010 | 100111110 | 101001 | 110111 |
Color Harmonies of #BC5FA0
Complementary color
Monochromatic Colors of #BC5FA0
Black with #BC5FA0
Text Example
Text Example
White with #BC5FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FA0; }
p { color: rgb(188,95,160); }
H1.HeaderClassName
{
color: #BC5FA0;
}
.AnyTagClassName
{
color: #BC5FA0;
}
</style>
background-color css
<style>
a { background-color: #BC5FA0; }
a { background-color: rgb(188,95,160); }
div.DivClassName
{
background-color: #BC5FA0;
}
.BgClassName
{
background-color: #BC5FA0;
}
</style>
border-color css
<style>
span { border-color: #BC5FA0; }
span { border-color: rgb(188,95,160); }
td.TdClassName
{
border-color: #BC5FA0;
}
.TagClassName
{
border-color: #BC5FA0;
}
</style>