Shades of Mulberry #BC469C
Tints of Mulberry #BC469C
RGB
CMYK
RGB Variations
Color information
#BC469C (or 0xBC469C) is known color: Mulberry. HEX triplet: BC, 46 and 9C. RGB value is (188,70,156). Sum of RGB (Red+Green+Blue) = 188+70+156=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC469C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC469C is #43B963. Grayscale: #727272. Windows color (decimal): -4438372 or 10241724. OLE color: 10241724.
HSL color Cylindrical-coordinate representation of color #BC469C: hue angle of 316.27º 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 #BC469C is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 156 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.26 |
| HSL | 316.27º | 0.47% | 0.51% | - |
| HSV(B) | 316.27º | 0.63% | 0.74% | - |
| XYZ | 28.93 | 17.47 | 33.3 | - |
| YUV | 115.09 | 151.09 | 180.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 156 | 0 | 0.63 | 0.17 | 0.26 | 316.27 | 0.47 | 0.51 |
| Hex | BC | 46 | 9C | 0 | 3F | 11 | 1A | 13C | 2F | 33 |
| Octal | 274 | 106 | 234 | 0 | 77 | 21 | 32 | 474 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10011100 | 0 | 111111 | 10001 | 11010 | 100111100 | 101111 | 110011 |
Color Harmonies of #BC469C
Complementary color
Monochromatic Colors of #BC469C
Black with #BC469C
Text Example
Text Example
White with #BC469C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC469C; }
p { color: rgb(188,70,156); }
H1.HeaderClassName
{
color: #BC469C;
}
.AnyTagClassName
{
color: #BC469C;
}
</style>
background-color css
<style>
a { background-color: #BC469C; }
a { background-color: rgb(188,70,156); }
div.DivClassName
{
background-color: #BC469C;
}
.BgClassName
{
background-color: #BC469C;
}
</style>
border-color css
<style>
span { border-color: #BC469C; }
span { border-color: rgb(188,70,156); }
td.TdClassName
{
border-color: #BC469C;
}
.TagClassName
{
border-color: #BC469C;
}
</style>