Shades of Mulberry #BC409E
Tints of Mulberry #BC409E
RGB
CMYK
RGB Variations
Color information
#BC409E (or 0xBC409E) is known color: Mulberry. HEX triplet: BC, 40 and 9E. RGB value is (188,64,158). Sum of RGB (Red+Green+Blue) = 188+64+158=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC409E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC409E is #43BF61. Grayscale: #6F6F6F. Windows color (decimal): -4439906 or 10371260. OLE color: 10371260.
HSL color Cylindrical-coordinate representation of color #BC409E: hue angle of 314.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC409E is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 158 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.26 |
| HSL | 314.52º | 0.49% | 0.49% | - |
| HSV(B) | 314.52º | 0.66% | 0.74% | - |
| XYZ | 28.74 | 16.83 | 34.08 | - |
| YUV | 111.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 158 | 0 | 0.66 | 0.16 | 0.26 | 314.52 | 0.49 | 0.49 |
| Hex | BC | 40 | 9E | 0 | 42 | 10 | 1A | 13B | 31 | 31 |
| Octal | 274 | 100 | 236 | 0 | 102 | 20 | 32 | 473 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10011110 | 0 | 1000010 | 10000 | 11010 | 100111011 | 110001 | 110001 |
Color Harmonies of #BC409E
Complementary color
Monochromatic Colors of #BC409E
Black with #BC409E
Text Example
Text Example
White with #BC409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC409E; }
p { color: rgb(188,64,158); }
H1.HeaderClassName
{
color: #BC409E;
}
.AnyTagClassName
{
color: #BC409E;
}
</style>
background-color css
<style>
a { background-color: #BC409E; }
a { background-color: rgb(188,64,158); }
div.DivClassName
{
background-color: #BC409E;
}
.BgClassName
{
background-color: #BC409E;
}
</style>
border-color css
<style>
span { border-color: #BC409E; }
span { border-color: rgb(188,64,158); }
td.TdClassName
{
border-color: #BC409E;
}
.TagClassName
{
border-color: #BC409E;
}
</style>