Shades of Mulberry #BC608F
Tints of Mulberry #BC608F
RGB
CMYK
RGB Variations
Color information
#BC608F (or 0xBC608F) is known color: Mulberry. HEX triplet: BC, 60 and 8F. RGB value is (188,96,143). Sum of RGB (Red+Green+Blue) = 188+96+143=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC608F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC608F is #439F70. Grayscale: #808080. Windows color (decimal): -4431729 or 9396412. OLE color: 9396412.
HSL color Cylindrical-coordinate representation of color #BC608F: hue angle of 329.35º 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 #BC608F is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 143 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.26 |
| HSL | 329.35º | 0.41% | 0.56% | - |
| HSV(B) | 329.35º | 0.49% | 0.74% | - |
| XYZ | 29.88 | 21.04 | 28.47 | - |
| YUV | 128.87 | 135.98 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 143 | 0 | 0.49 | 0.24 | 0.26 | 329.35 | 0.41 | 0.56 |
| Hex | BC | 60 | 8F | 0 | 31 | 18 | 1A | 149 | 29 | 38 |
| Octal | 274 | 140 | 217 | 0 | 61 | 30 | 32 | 511 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10001111 | 0 | 110001 | 11000 | 11010 | 101001001 | 101001 | 111000 |
Color Harmonies of #BC608F
Complementary color
Monochromatic Colors of #BC608F
Black with #BC608F
Text Example
Text Example
White with #BC608F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC608F; }
p { color: rgb(188,96,143); }
H1.HeaderClassName
{
color: #BC608F;
}
.AnyTagClassName
{
color: #BC608F;
}
</style>
background-color css
<style>
a { background-color: #BC608F; }
a { background-color: rgb(188,96,143); }
div.DivClassName
{
background-color: #BC608F;
}
.BgClassName
{
background-color: #BC608F;
}
</style>
border-color css
<style>
span { border-color: #BC608F; }
span { border-color: rgb(188,96,143); }
td.TdClassName
{
border-color: #BC608F;
}
.TagClassName
{
border-color: #BC608F;
}
</style>