Shades of Mulberry #BC53A3
Tints of Mulberry #BC53A3
RGB
CMYK
RGB Variations
Color information
#BC53A3 (or 0xBC53A3) is known color: Mulberry. HEX triplet: BC, 53 and A3. RGB value is (188,83,163). Sum of RGB (Red+Green+Blue) = 188+83+163=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC53A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC53A3 is #43AC5C. Grayscale: #7B7B7B. Windows color (decimal): -4435037 or 10703804. OLE color: 10703804.
HSL color Cylindrical-coordinate representation of color #BC53A3: hue angle of 314.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC53A3 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 163 | - |
| CMYK | 0 | 0.56 | 0.13 | 0.26 |
| HSL | 314.29º | 0.44% | 0.53% | - |
| HSV(B) | 314.29º | 0.56% | 0.74% | - |
| XYZ | 30.44 | 19.52 | 36.81 | - |
| YUV | 123.52 | 150.29 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 163 | 0 | 0.56 | 0.13 | 0.26 | 314.29 | 0.44 | 0.53 |
| Hex | BC | 53 | A3 | 0 | 38 | D | 1A | 13A | 2C | 35 |
| Octal | 274 | 123 | 243 | 0 | 70 | 15 | 32 | 472 | 54 | 65 |
| Binary | 10111100 | 1010011 | 10100011 | 0 | 111000 | 1101 | 11010 | 100111010 | 101100 | 110101 |
Color Harmonies of #BC53A3
Complementary color
Monochromatic Colors of #BC53A3
Black with #BC53A3
Text Example
Text Example
White with #BC53A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC53A3; }
p { color: rgb(188,83,163); }
H1.HeaderClassName
{
color: #BC53A3;
}
.AnyTagClassName
{
color: #BC53A3;
}
</style>
background-color css
<style>
a { background-color: #BC53A3; }
a { background-color: rgb(188,83,163); }
div.DivClassName
{
background-color: #BC53A3;
}
.BgClassName
{
background-color: #BC53A3;
}
</style>
border-color css
<style>
span { border-color: #BC53A3; }
span { border-color: rgb(188,83,163); }
td.TdClassName
{
border-color: #BC53A3;
}
.TagClassName
{
border-color: #BC53A3;
}
</style>