Shades of Mulberry #BC469E
Tints of Mulberry #BC469E
RGB
CMYK
RGB Variations
Color information
#BC469E (or 0xBC469E) is known color: Mulberry. HEX triplet: BC, 46 and 9E. RGB value is (188,70,158). Sum of RGB (Red+Green+Blue) = 188+70+158=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC469E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC469E is #43B961. Grayscale: #737373. Windows color (decimal): -4438370 or 10372796. OLE color: 10372796.
HSL color Cylindrical-coordinate representation of color #BC469E: hue angle of 315.25º 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 #BC469E is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 70 | 158 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.26 |
| HSL | 315.25º | 0.47% | 0.51% | - |
| HSV(B) | 315.25º | 0.63% | 0.74% | - |
| XYZ | 29.1 | 17.54 | 34.2 | - |
| YUV | 115.31 | 152.09 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 70 | 158 | 0 | 0.63 | 0.16 | 0.26 | 315.25 | 0.47 | 0.51 |
| Hex | BC | 46 | 9E | 0 | 3F | 10 | 1A | 13B | 2F | 33 |
| Octal | 274 | 106 | 236 | 0 | 77 | 20 | 32 | 473 | 57 | 63 |
| Binary | 10111100 | 1000110 | 10011110 | 0 | 111111 | 10000 | 11010 | 100111011 | 101111 | 110011 |
Color Harmonies of #BC469E
Complementary color
Monochromatic Colors of #BC469E
Black with #BC469E
Text Example
Text Example
White with #BC469E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC469E; }
p { color: rgb(188,70,158); }
H1.HeaderClassName
{
color: #BC469E;
}
.AnyTagClassName
{
color: #BC469E;
}
</style>
background-color css
<style>
a { background-color: #BC469E; }
a { background-color: rgb(188,70,158); }
div.DivClassName
{
background-color: #BC469E;
}
.BgClassName
{
background-color: #BC469E;
}
</style>
border-color css
<style>
span { border-color: #BC469E; }
span { border-color: rgb(188,70,158); }
td.TdClassName
{
border-color: #BC469E;
}
.TagClassName
{
border-color: #BC469E;
}
</style>