Shades of Mulberry #BC468E
Tints of Mulberry #BC468E
RGB
CMYK
RGB Variations
Color information
#BC468E (or 0xBC468E) is known color: Mulberry. HEX triplet: BC, 46 and 8E. RGB value is (188,70,142). Sum of RGB (Red+Green+Blue) = 188+70+142=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC468E is #43B971. Grayscale: #717171. Windows color (decimal): -4438386 or 9324220. OLE color: 9324220.
HSL color Cylindrical-coordinate representation of color #BC468E: hue angle of 323.39º 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 #BC468E is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 142 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.26 |
| HSL | 323.39º | 0.47% | 0.51% | - |
| HSV(B) | 323.39º | 0.63% | 0.74% | - |
| XYZ | 27.81 | 17.02 | 27.41 | - |
| YUV | 113.49 | 144.09 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 142 | 0 | 0.63 | 0.24 | 0.26 | 323.39 | 0.47 | 0.51 |
| Hex | BC | 46 | 8E | 0 | 3F | 18 | 1A | 143 | 2F | 33 |
| Octal | 274 | 106 | 216 | 0 | 77 | 30 | 32 | 503 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10001110 | 0 | 111111 | 11000 | 11010 | 101000011 | 101111 | 110011 |
Color Harmonies of #BC468E
Complementary color
Monochromatic Colors of #BC468E
Black with #BC468E
Text Example
Text Example
White with #BC468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC468E; }
p { color: rgb(188,70,142); }
H1.HeaderClassName
{
color: #BC468E;
}
.AnyTagClassName
{
color: #BC468E;
}
</style>
background-color css
<style>
a { background-color: #BC468E; }
a { background-color: rgb(188,70,142); }
div.DivClassName
{
background-color: #BC468E;
}
.BgClassName
{
background-color: #BC468E;
}
</style>
border-color css
<style>
span { border-color: #BC468E; }
span { border-color: rgb(188,70,142); }
td.TdClassName
{
border-color: #BC468E;
}
.TagClassName
{
border-color: #BC468E;
}
</style>