Shades of Mulberry #BC409D
Tints of Mulberry #BC409D
RGB
CMYK
RGB Variations
Color information
#BC409D (or 0xBC409D) is known color: Mulberry. HEX triplet: BC, 40 and 9D. RGB value is (188,64,157). Sum of RGB (Red+Green+Blue) = 188+64+157=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC409D is #43BF62. Grayscale: #6F6F6F. Windows color (decimal): -4439907 or 10305724. OLE color: 10305724.
HSL color Cylindrical-coordinate representation of color #BC409D: hue angle of 315º 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 #BC409D is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 157 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.26 |
| HSL | 315º | 0.49% | 0.49% | - |
| HSV(B) | 315º | 0.66% | 0.74% | - |
| XYZ | 28.66 | 16.79 | 33.63 | - |
| YUV | 111.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 157 | 0 | 0.66 | 0.16 | 0.26 | 315 | 0.49 | 0.49 |
| Hex | BC | 40 | 9D | 0 | 42 | 10 | 1A | 13B | 31 | 31 |
| Octal | 274 | 100 | 235 | 0 | 102 | 20 | 32 | 473 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10011101 | 0 | 1000010 | 10000 | 11010 | 100111011 | 110001 | 110001 |
Color Harmonies of #BC409D
Complementary color
Monochromatic Colors of #BC409D
Black with #BC409D
Text Example
Text Example
White with #BC409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC409D; }
p { color: rgb(188,64,157); }
H1.HeaderClassName
{
color: #BC409D;
}
.AnyTagClassName
{
color: #BC409D;
}
</style>
background-color css
<style>
a { background-color: #BC409D; }
a { background-color: rgb(188,64,157); }
div.DivClassName
{
background-color: #BC409D;
}
.BgClassName
{
background-color: #BC409D;
}
</style>
border-color css
<style>
span { border-color: #BC409D; }
span { border-color: rgb(188,64,157); }
td.TdClassName
{
border-color: #BC409D;
}
.TagClassName
{
border-color: #BC409D;
}
</style>