Shades of Mulberry #BC45A3
Tints of Mulberry #BC45A3
RGB
CMYK
RGB Variations
Color information
#BC45A3 (or 0xBC45A3) is known color: Mulberry. HEX triplet: BC, 45 and A3. RGB value is (188,69,163). Sum of RGB (Red+Green+Blue) = 188+69+163=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC45A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC45A3 is #43BA5C. Grayscale: #737373. Windows color (decimal): -4438621 or 10700220. OLE color: 10700220.
HSL color Cylindrical-coordinate representation of color #BC45A3: hue angle of 312.61º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC45A3 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 69 | 163 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.26 |
| HSL | 312.61º | 0.47% | 0.5% | - |
| HSV(B) | 312.61º | 0.63% | 0.74% | - |
| XYZ | 29.48 | 17.59 | 36.49 | - |
| YUV | 115.3 | 154.92 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 69 | 163 | 0 | 0.63 | 0.13 | 0.26 | 312.61 | 0.47 | 0.5 |
| Hex | BC | 45 | A3 | 0 | 3F | D | 1A | 139 | 2F | 32 |
| Octal | 274 | 105 | 243 | 0 | 77 | 15 | 32 | 471 | 57 | 62 |
| Binary | 10111100 | 1000101 | 10100011 | 0 | 111111 | 1101 | 11010 | 100111001 | 101111 | 110010 |
Color Harmonies of #BC45A3
Complementary color
Monochromatic Colors of #BC45A3
Black with #BC45A3
Text Example
Text Example
White with #BC45A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC45A3; }
p { color: rgb(188,69,163); }
H1.HeaderClassName
{
color: #BC45A3;
}
.AnyTagClassName
{
color: #BC45A3;
}
</style>
background-color css
<style>
a { background-color: #BC45A3; }
a { background-color: rgb(188,69,163); }
div.DivClassName
{
background-color: #BC45A3;
}
.BgClassName
{
background-color: #BC45A3;
}
</style>
border-color css
<style>
span { border-color: #BC45A3; }
span { border-color: rgb(188,69,163); }
td.TdClassName
{
border-color: #BC45A3;
}
.TagClassName
{
border-color: #BC45A3;
}
</style>