Shades of Mulberry #BC609D
Tints of Mulberry #BC609D
RGB
CMYK
RGB Variations
Color information
#BC609D (or 0xBC609D) is known color: Mulberry. HEX triplet: BC, 60 and 9D. RGB value is (188,96,157). Sum of RGB (Red+Green+Blue) = 188+96+157=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC609D is #439F62. Grayscale: #828282. Windows color (decimal): -4431715 or 10313916. OLE color: 10313916.
HSL color Cylindrical-coordinate representation of color #BC609D: hue angle of 320.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC609D is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 157 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.26 |
| HSL | 320.22º | 0.41% | 0.56% | - |
| HSV(B) | 320.22º | 0.49% | 0.74% | - |
| XYZ | 31.01 | 21.49 | 34.41 | - |
| YUV | 130.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 157 | 0 | 0.49 | 0.16 | 0.26 | 320.22 | 0.41 | 0.56 |
| Hex | BC | 60 | 9D | 0 | 31 | 10 | 1A | 140 | 29 | 38 |
| Octal | 274 | 140 | 235 | 0 | 61 | 20 | 32 | 500 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10011101 | 0 | 110001 | 10000 | 11010 | 101000000 | 101001 | 111000 |
Color Harmonies of #BC609D
Complementary color
Monochromatic Colors of #BC609D
Black with #BC609D
Text Example
Text Example
White with #BC609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC609D; }
p { color: rgb(188,96,157); }
H1.HeaderClassName
{
color: #BC609D;
}
.AnyTagClassName
{
color: #BC609D;
}
</style>
background-color css
<style>
a { background-color: #BC609D; }
a { background-color: rgb(188,96,157); }
div.DivClassName
{
background-color: #BC609D;
}
.BgClassName
{
background-color: #BC609D;
}
</style>
border-color css
<style>
span { border-color: #BC609D; }
span { border-color: rgb(188,96,157); }
td.TdClassName
{
border-color: #BC609D;
}
.TagClassName
{
border-color: #BC609D;
}
</style>