Shades of Mulberry #BC42A0
Tints of Mulberry #BC42A0
RGB
CMYK
RGB Variations
Color information
#BC42A0 (or 0xBC42A0) is known color: Mulberry. HEX triplet: BC, 42 and A0. RGB value is (188,66,160). Sum of RGB (Red+Green+Blue) = 188+66+160=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42A0 is #43BD5F. Grayscale: #707070. Windows color (decimal): -4439392 or 10502844. OLE color: 10502844.
HSL color Cylindrical-coordinate representation of color #BC42A0: hue angle of 313.77º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC42A0 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 160 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.26 |
| HSL | 313.77º | 0.48% | 0.5% | - |
| HSV(B) | 313.77º | 0.65% | 0.74% | - |
| XYZ | 29.03 | 17.13 | 35.03 | - |
| YUV | 113.19 | 154.42 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 160 | 0 | 0.65 | 0.15 | 0.26 | 313.77 | 0.48 | 0.5 |
| Hex | BC | 42 | A0 | 0 | 41 | F | 1A | 13A | 30 | 32 |
| Octal | 274 | 102 | 240 | 0 | 101 | 17 | 32 | 472 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10100000 | 0 | 1000001 | 1111 | 11010 | 100111010 | 110000 | 110010 |
Color Harmonies of #BC42A0
Complementary color
Monochromatic Colors of #BC42A0
Black with #BC42A0
Text Example
Text Example
White with #BC42A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC42A0; }
p { color: rgb(188,66,160); }
H1.HeaderClassName
{
color: #BC42A0;
}
.AnyTagClassName
{
color: #BC42A0;
}
</style>
background-color css
<style>
a { background-color: #BC42A0; }
a { background-color: rgb(188,66,160); }
div.DivClassName
{
background-color: #BC42A0;
}
.BgClassName
{
background-color: #BC42A0;
}
</style>
border-color css
<style>
span { border-color: #BC42A0; }
span { border-color: rgb(188,66,160); }
td.TdClassName
{
border-color: #BC42A0;
}
.TagClassName
{
border-color: #BC42A0;
}
</style>