Shades of Mulberry #BC609E
Tints of Mulberry #BC609E
RGB
CMYK
RGB Variations
Color information
#BC609E (or 0xBC609E) is known color: Mulberry. HEX triplet: BC, 60 and 9E. RGB value is (188,96,158). Sum of RGB (Red+Green+Blue) = 188+96+158=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC609E is #439F61. Grayscale: #828282. Windows color (decimal): -4431714 or 10379452. OLE color: 10379452.
HSL color Cylindrical-coordinate representation of color #BC609E: hue angle of 319.57º 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 #BC609E is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 158 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.26 |
| HSL | 319.57º | 0.41% | 0.56% | - |
| HSV(B) | 319.57º | 0.49% | 0.74% | - |
| XYZ | 31.09 | 21.53 | 34.86 | - |
| YUV | 130.58 | 143.48 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 158 | 0 | 0.49 | 0.16 | 0.26 | 319.57 | 0.41 | 0.56 |
| Hex | BC | 60 | 9E | 0 | 31 | 10 | 1A | 140 | 29 | 38 |
| Octal | 274 | 140 | 236 | 0 | 61 | 20 | 32 | 500 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10011110 | 0 | 110001 | 10000 | 11010 | 101000000 | 101001 | 111000 |
Color Harmonies of #BC609E
Complementary color
Monochromatic Colors of #BC609E
Black with #BC609E
Text Example
Text Example
White with #BC609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC609E; }
p { color: rgb(188,96,158); }
H1.HeaderClassName
{
color: #BC609E;
}
.AnyTagClassName
{
color: #BC609E;
}
</style>
background-color css
<style>
a { background-color: #BC609E; }
a { background-color: rgb(188,96,158); }
div.DivClassName
{
background-color: #BC609E;
}
.BgClassName
{
background-color: #BC609E;
}
</style>
border-color css
<style>
span { border-color: #BC609E; }
span { border-color: rgb(188,96,158); }
td.TdClassName
{
border-color: #BC609E;
}
.TagClassName
{
border-color: #BC609E;
}
</style>