Shades of Mulberry #BC5FA3
Tints of Mulberry #BC5FA3
RGB
CMYK
RGB Variations
Color information
#BC5FA3 (or 0xBC5FA3) is known color: Mulberry. HEX triplet: BC, 5F and A3. RGB value is (188,95,163). Sum of RGB (Red+Green+Blue) = 188+95+163=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 95 (37.5% from 255 or 21.30% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5FA3 is #43A05C. Grayscale: #828282. Windows color (decimal): -4431965 or 10706876. OLE color: 10706876.
HSL color Cylindrical-coordinate representation of color #BC5FA3: hue angle of 316.13º 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 #BC5FA3 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 95 | 163 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.26 |
| HSL | 316.13º | 0.41% | 0.55% | - |
| HSV(B) | 316.13º | 0.49% | 0.74% | - |
| XYZ | 31.44 | 21.52 | 37.15 | - |
| YUV | 130.56 | 146.31 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 95 | 163 | 0 | 0.49 | 0.13 | 0.26 | 316.13 | 0.41 | 0.55 |
| Hex | BC | 5F | A3 | 0 | 31 | D | 1A | 13C | 29 | 37 |
| Octal | 274 | 137 | 243 | 0 | 61 | 15 | 32 | 474 | 51 | 67 |
| Binary | 10111100 | 1011111 | 10100011 | 0 | 110001 | 1101 | 11010 | 100111100 | 101001 | 110111 |
Color Harmonies of #BC5FA3
Complementary color
Monochromatic Colors of #BC5FA3
Black with #BC5FA3
Text Example
Text Example
White with #BC5FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5FA3; }
p { color: rgb(188,95,163); }
H1.HeaderClassName
{
color: #BC5FA3;
}
.AnyTagClassName
{
color: #BC5FA3;
}
</style>
background-color css
<style>
a { background-color: #BC5FA3; }
a { background-color: rgb(188,95,163); }
div.DivClassName
{
background-color: #BC5FA3;
}
.BgClassName
{
background-color: #BC5FA3;
}
</style>
border-color css
<style>
span { border-color: #BC5FA3; }
span { border-color: rgb(188,95,163); }
td.TdClassName
{
border-color: #BC5FA3;
}
.TagClassName
{
border-color: #BC5FA3;
}
</style>