Shades of Mulberry #BC428C
Tints of Mulberry #BC428C
RGB
CMYK
RGB Variations
Color information
#BC428C (or 0xBC428C) is known color: Mulberry. HEX triplet: BC, 42 and 8C. RGB value is (188,66,140). Sum of RGB (Red+Green+Blue) = 188+66+140=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 66 (26.17% from 255 or 16.75% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428C is #43BD73. Grayscale: #6E6E6E. Windows color (decimal): -4439412 or 9192124. OLE color: 9192124.
HSL color Cylindrical-coordinate representation of color #BC428C: hue angle of 323.61º 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 #BC428C is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 140 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.26 |
| HSL | 323.61º | 0.48% | 0.5% | - |
| HSV(B) | 323.61º | 0.65% | 0.74% | - |
| XYZ | 27.42 | 16.48 | 26.55 | - |
| YUV | 110.91 | 144.42 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 140 | 0 | 0.65 | 0.26 | 0.26 | 323.61 | 0.48 | 0.5 |
| Hex | BC | 42 | 8C | 0 | 41 | 1A | 1A | 144 | 30 | 32 |
| Octal | 274 | 102 | 214 | 0 | 101 | 32 | 32 | 504 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10001100 | 0 | 1000001 | 11010 | 11010 | 101000100 | 110000 | 110010 |
Color Harmonies of #BC428C
Complementary color
Monochromatic Colors of #BC428C
Black with #BC428C
Text Example
Text Example
White with #BC428C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC428C; }
p { color: rgb(188,66,140); }
H1.HeaderClassName
{
color: #BC428C;
}
.AnyTagClassName
{
color: #BC428C;
}
</style>
background-color css
<style>
a { background-color: #BC428C; }
a { background-color: rgb(188,66,140); }
div.DivClassName
{
background-color: #BC428C;
}
.BgClassName
{
background-color: #BC428C;
}
</style>
border-color css
<style>
span { border-color: #BC428C; }
span { border-color: rgb(188,66,140); }
td.TdClassName
{
border-color: #BC428C;
}
.TagClassName
{
border-color: #BC428C;
}
</style>