Shades of Mulberry #BC468C
Tints of Mulberry #BC468C
RGB
CMYK
RGB Variations
Color information
#BC468C (or 0xBC468C) is known color: Mulberry. HEX triplet: BC, 46 and 8C. RGB value is (188,70,140). Sum of RGB (Red+Green+Blue) = 188+70+140=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468C is #43B973. Grayscale: #717171. Windows color (decimal): -4438388 or 9193148. OLE color: 9193148.
HSL color Cylindrical-coordinate representation of color #BC468C: hue angle of 324.41º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC468C is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 140 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.26 |
| HSL | 324.41º | 0.47% | 0.51% | - |
| HSV(B) | 324.41º | 0.63% | 0.74% | - |
| XYZ | 27.66 | 16.97 | 26.63 | - |
| YUV | 113.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 140 | 0 | 0.63 | 0.26 | 0.26 | 324.41 | 0.47 | 0.51 |
| Hex | BC | 46 | 8C | 0 | 3F | 1A | 1A | 144 | 2F | 33 |
| Octal | 274 | 106 | 214 | 0 | 77 | 32 | 32 | 504 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10001100 | 0 | 111111 | 11010 | 11010 | 101000100 | 101111 | 110011 |
Color Harmonies of #BC468C
Complementary color
Monochromatic Colors of #BC468C
Black with #BC468C
Text Example
Text Example
White with #BC468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC468C; }
p { color: rgb(188,70,140); }
H1.HeaderClassName
{
color: #BC468C;
}
.AnyTagClassName
{
color: #BC468C;
}
</style>
background-color css
<style>
a { background-color: #BC468C; }
a { background-color: rgb(188,70,140); }
div.DivClassName
{
background-color: #BC468C;
}
.BgClassName
{
background-color: #BC468C;
}
</style>
border-color css
<style>
span { border-color: #BC468C; }
span { border-color: rgb(188,70,140); }
td.TdClassName
{
border-color: #BC468C;
}
.TagClassName
{
border-color: #BC468C;
}
</style>