Shades of Mulberry #BC428D
Tints of Mulberry #BC428D
RGB
CMYK
RGB Variations
Color information
#BC428D (or 0xBC428D) is known color: Mulberry. HEX triplet: BC, 42 and 8D. RGB value is (188,66,141). Sum of RGB (Red+Green+Blue) = 188+66+141=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428D is #43BD72. Grayscale: #6E6E6E. Windows color (decimal): -4439411 or 9257660. OLE color: 9257660.
HSL color Cylindrical-coordinate representation of color #BC428D: hue angle of 323.11º 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 #BC428D is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 66 | 141 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.26 |
| HSL | 323.11º | 0.48% | 0.5% | - |
| HSV(B) | 323.11º | 0.65% | 0.74% | - |
| XYZ | 27.49 | 16.51 | 26.94 | - |
| YUV | 111.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 66 | 141 | 0 | 0.65 | 0.25 | 0.26 | 323.11 | 0.48 | 0.5 |
| Hex | BC | 42 | 8D | 0 | 41 | 19 | 1A | 143 | 30 | 32 |
| Octal | 274 | 102 | 215 | 0 | 101 | 31 | 32 | 503 | 60 | 62 |
| Binary | 10111100 | 1000010 | 10001101 | 0 | 1000001 | 11001 | 11010 | 101000011 | 110000 | 110010 |
Color Harmonies of #BC428D
Complementary color
Monochromatic Colors of #BC428D
Black with #BC428D
Text Example
Text Example
White with #BC428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC428D; }
p { color: rgb(188,66,141); }
H1.HeaderClassName
{
color: #BC428D;
}
.AnyTagClassName
{
color: #BC428D;
}
</style>
background-color css
<style>
a { background-color: #BC428D; }
a { background-color: rgb(188,66,141); }
div.DivClassName
{
background-color: #BC428D;
}
.BgClassName
{
background-color: #BC428D;
}
</style>
border-color css
<style>
span { border-color: #BC428D; }
span { border-color: rgb(188,66,141); }
td.TdClassName
{
border-color: #BC428D;
}
.TagClassName
{
border-color: #BC428D;
}
</style>