Shades of Mulberry #BC409B
Tints of Mulberry #BC409B
RGB
CMYK
RGB Variations
Color information
#BC409B (or 0xBC409B) is known color: Mulberry. HEX triplet: BC, 40 and 9B. RGB value is (188,64,155). Sum of RGB (Red+Green+Blue) = 188+64+155=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC409B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC409B is #43BF64. Grayscale: #6F6F6F. Windows color (decimal): -4439909 or 10174652. OLE color: 10174652.
HSL color Cylindrical-coordinate representation of color #BC409B: hue angle of 315.97º 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 #BC409B is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 64 | 155 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.26 |
| HSL | 315.97º | 0.49% | 0.49% | - |
| HSV(B) | 315.97º | 0.66% | 0.74% | - |
| XYZ | 28.49 | 16.72 | 32.74 | - |
| YUV | 111.45 | 152.58 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 64 | 155 | 0 | 0.66 | 0.18 | 0.26 | 315.97 | 0.49 | 0.49 |
| Hex | BC | 40 | 9B | 0 | 42 | 12 | 1A | 13C | 31 | 31 |
| Octal | 274 | 100 | 233 | 0 | 102 | 22 | 32 | 474 | 61 | 61 |
| Binary | 10111100 | 1000000 | 10011011 | 0 | 1000010 | 10010 | 11010 | 100111100 | 110001 | 110001 |
Color Harmonies of #BC409B
Complementary color
Monochromatic Colors of #BC409B
Black with #BC409B
Text Example
Text Example
White with #BC409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC409B; }
p { color: rgb(188,64,155); }
H1.HeaderClassName
{
color: #BC409B;
}
.AnyTagClassName
{
color: #BC409B;
}
</style>
background-color css
<style>
a { background-color: #BC409B; }
a { background-color: rgb(188,64,155); }
div.DivClassName
{
background-color: #BC409B;
}
.BgClassName
{
background-color: #BC409B;
}
</style>
border-color css
<style>
span { border-color: #BC409B; }
span { border-color: rgb(188,64,155); }
td.TdClassName
{
border-color: #BC409B;
}
.TagClassName
{
border-color: #BC409B;
}
</style>