Shades of Mulberry #BC62A3
Tints of Mulberry #BC62A3
RGB
CMYK
RGB Variations
Color information
#BC62A3 (or 0xBC62A3) is known color: Mulberry. HEX triplet: BC, 62 and A3. RGB value is (188,98,163). Sum of RGB (Red+Green+Blue) = 188+98+163=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62A3 is #439D5C. Grayscale: #848484. Windows color (decimal): -4431197 or 10707644. OLE color: 10707644.
HSL color Cylindrical-coordinate representation of color #BC62A3: hue angle of 316.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC62A3 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 163 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.26 |
| HSL | 316.67º | 0.4% | 0.56% | - |
| HSV(B) | 316.67º | 0.48% | 0.74% | - |
| XYZ | 31.72 | 22.07 | 37.24 | - |
| YUV | 132.32 | 145.32 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 163 | 0 | 0.48 | 0.13 | 0.26 | 316.67 | 0.4 | 0.56 |
| Hex | BC | 62 | A3 | 0 | 30 | D | 1A | 13D | 28 | 38 |
| Octal | 274 | 142 | 243 | 0 | 60 | 15 | 32 | 475 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10100011 | 0 | 110000 | 1101 | 11010 | 100111101 | 101000 | 111000 |
Color Harmonies of #BC62A3
Complementary color
Monochromatic Colors of #BC62A3
Black with #BC62A3
Text Example
Text Example
White with #BC62A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62A3; }
p { color: rgb(188,98,163); }
H1.HeaderClassName
{
color: #BC62A3;
}
.AnyTagClassName
{
color: #BC62A3;
}
</style>
background-color css
<style>
a { background-color: #BC62A3; }
a { background-color: rgb(188,98,163); }
div.DivClassName
{
background-color: #BC62A3;
}
.BgClassName
{
background-color: #BC62A3;
}
</style>
border-color css
<style>
span { border-color: #BC62A3; }
span { border-color: rgb(188,98,163); }
td.TdClassName
{
border-color: #BC62A3;
}
.TagClassName
{
border-color: #BC62A3;
}
</style>