Shades of Mulberry #BC439E
Tints of Mulberry #BC439E
RGB
CMYK
RGB Variations
Color information
#BC439E (or 0xBC439E) is known color: Mulberry. HEX triplet: BC, 43 and 9E. RGB value is (188,67,158). Sum of RGB (Red+Green+Blue) = 188+67+158=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC439E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC439E is #43BC61. Grayscale: #717171. Windows color (decimal): -4439138 or 10372028. OLE color: 10372028.
HSL color Cylindrical-coordinate representation of color #BC439E: hue angle of 314.88º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC439E is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 158 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.26 |
| HSL | 314.88º | 0.47% | 0.5% | - |
| HSV(B) | 314.88º | 0.64% | 0.74% | - |
| XYZ | 28.92 | 17.17 | 34.14 | - |
| YUV | 113.55 | 153.09 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 158 | 0 | 0.64 | 0.16 | 0.26 | 314.88 | 0.47 | 0.5 |
| Hex | BC | 43 | 9E | 0 | 40 | 10 | 1A | 13B | 2F | 32 |
| Octal | 274 | 103 | 236 | 0 | 100 | 20 | 32 | 473 | 57 | 62 |
| Binary | 10111100 | 1000011 | 10011110 | 0 | 1000000 | 10000 | 11010 | 100111011 | 101111 | 110010 |
Color Harmonies of #BC439E
Complementary color
Monochromatic Colors of #BC439E
Black with #BC439E
Text Example
Text Example
White with #BC439E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC439E; }
p { color: rgb(188,67,158); }
H1.HeaderClassName
{
color: #BC439E;
}
.AnyTagClassName
{
color: #BC439E;
}
</style>
background-color css
<style>
a { background-color: #BC439E; }
a { background-color: rgb(188,67,158); }
div.DivClassName
{
background-color: #BC439E;
}
.BgClassName
{
background-color: #BC439E;
}
</style>
border-color css
<style>
span { border-color: #BC439E; }
span { border-color: rgb(188,67,158); }
td.TdClassName
{
border-color: #BC439E;
}
.TagClassName
{
border-color: #BC439E;
}
</style>