Shades of Mulberry #BC62A0
Tints of Mulberry #BC62A0
RGB
CMYK
RGB Variations
Color information
#BC62A0 (or 0xBC62A0) is known color: Mulberry. HEX triplet: BC, 62 and A0. RGB value is (188,98,160). Sum of RGB (Red+Green+Blue) = 188+98+160=446 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.15% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 188 - color contains mainly: red. Hex color #BC62A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC62A0 is #439D5F. Grayscale: #838383. Windows color (decimal): -4431200 or 10511036. OLE color: 10511036.
HSL color Cylindrical-coordinate representation of color #BC62A0: hue angle of 318.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 #BC62A0 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 98 | 160 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.26 |
| HSL | 318.67º | 0.4% | 0.56% | - |
| HSV(B) | 318.67º | 0.48% | 0.74% | - |
| XYZ | 31.45 | 21.96 | 35.84 | - |
| YUV | 131.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 98 | 160 | 0 | 0.48 | 0.15 | 0.26 | 318.67 | 0.4 | 0.56 |
| Hex | BC | 62 | A0 | 0 | 30 | F | 1A | 13F | 28 | 38 |
| Octal | 274 | 142 | 240 | 0 | 60 | 17 | 32 | 477 | 50 | 70 |
| Binary | 10111100 | 1100010 | 10100000 | 0 | 110000 | 1111 | 11010 | 100111111 | 101000 | 111000 |
Color Harmonies of #BC62A0
Complementary color
Monochromatic Colors of #BC62A0
Black with #BC62A0
Text Example
Text Example
White with #BC62A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC62A0; }
p { color: rgb(188,98,160); }
H1.HeaderClassName
{
color: #BC62A0;
}
.AnyTagClassName
{
color: #BC62A0;
}
</style>
background-color css
<style>
a { background-color: #BC62A0; }
a { background-color: rgb(188,98,160); }
div.DivClassName
{
background-color: #BC62A0;
}
.BgClassName
{
background-color: #BC62A0;
}
</style>
border-color css
<style>
span { border-color: #BC62A0; }
span { border-color: rgb(188,98,160); }
td.TdClassName
{
border-color: #BC62A0;
}
.TagClassName
{
border-color: #BC62A0;
}
</style>