Shades of Mulberry #BC58A3
Tints of Mulberry #BC58A3
RGB
CMYK
RGB Variations
Color information
#BC58A3 (or 0xBC58A3) is known color: Mulberry. HEX triplet: BC, 58 and A3. RGB value is (188,88,163). Sum of RGB (Red+Green+Blue) = 188+88+163=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BC58A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC58A3 is #43A75C. Grayscale: #7E7E7E. Windows color (decimal): -4433757 or 10705084. OLE color: 10705084.
HSL color Cylindrical-coordinate representation of color #BC58A3: hue angle of 315º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC58A3 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 88 | 163 | - |
| CMYK | 0 | 0.53 | 0.13 | 0.26 |
| HSL | 315º | 0.43% | 0.54% | - |
| HSV(B) | 315º | 0.53% | 0.74% | - |
| XYZ | 30.84 | 20.32 | 36.95 | - |
| YUV | 126.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 88 | 163 | 0 | 0.53 | 0.13 | 0.26 | 315 | 0.43 | 0.54 |
| Hex | BC | 58 | A3 | 0 | 35 | D | 1A | 13B | 2B | 36 |
| Octal | 274 | 130 | 243 | 0 | 65 | 15 | 32 | 473 | 53 | 66 |
| Binary | 10111100 | 1011000 | 10100011 | 0 | 110101 | 1101 | 11010 | 100111011 | 101011 | 110110 |
Color Harmonies of #BC58A3
Complementary color
Monochromatic Colors of #BC58A3
Black with #BC58A3
Text Example
Text Example
White with #BC58A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC58A3; }
p { color: rgb(188,88,163); }
H1.HeaderClassName
{
color: #BC58A3;
}
.AnyTagClassName
{
color: #BC58A3;
}
</style>
background-color css
<style>
a { background-color: #BC58A3; }
a { background-color: rgb(188,88,163); }
div.DivClassName
{
background-color: #BC58A3;
}
.BgClassName
{
background-color: #BC58A3;
}
</style>
border-color css
<style>
span { border-color: #BC58A3; }
span { border-color: rgb(188,88,163); }
td.TdClassName
{
border-color: #BC58A3;
}
.TagClassName
{
border-color: #BC58A3;
}
</style>