Shades of Mulberry #BC409C
Tints of Mulberry #BC409C
RGB
CMYK
RGB Variations
Color information
#BC409C (or 0xBC409C) is known color: Mulberry. HEX triplet: BC, 40 and 9C. RGB value is (188,64,156). Sum of RGB (Red+Green+Blue) = 188+64+156=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC409C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC409C is #43BF63. Grayscale: #6F6F6F. Windows color (decimal): -4439908 or 10240188. OLE color: 10240188.
HSL color Cylindrical-coordinate representation of color #BC409C: hue angle of 315.48º 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 #BC409C is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 156 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.26 |
| HSL | 315.48º | 0.49% | 0.49% | - |
| HSV(B) | 315.48º | 0.66% | 0.74% | - |
| XYZ | 28.57 | 16.76 | 33.18 | - |
| YUV | 111.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 156 | 0 | 0.66 | 0.17 | 0.26 | 315.48 | 0.49 | 0.49 |
| Hex | BC | 40 | 9C | 0 | 42 | 11 | 1A | 13B | 31 | 31 |
| Octal | 274 | 100 | 234 | 0 | 102 | 21 | 32 | 473 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10011100 | 0 | 1000010 | 10001 | 11010 | 100111011 | 110001 | 110001 |
Color Harmonies of #BC409C
Complementary color
Monochromatic Colors of #BC409C
Black with #BC409C
Text Example
Text Example
White with #BC409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC409C; }
p { color: rgb(188,64,156); }
H1.HeaderClassName
{
color: #BC409C;
}
.AnyTagClassName
{
color: #BC409C;
}
</style>
background-color css
<style>
a { background-color: #BC409C; }
a { background-color: rgb(188,64,156); }
div.DivClassName
{
background-color: #BC409C;
}
.BgClassName
{
background-color: #BC409C;
}
</style>
border-color css
<style>
span { border-color: #BC409C; }
span { border-color: rgb(188,64,156); }
td.TdClassName
{
border-color: #BC409C;
}
.TagClassName
{
border-color: #BC409C;
}
</style>