Shades of Mulberry #BC619F
Tints of Mulberry #BC619F
RGB
CMYK
RGB Variations
Color information
#BC619F (or 0xBC619F) is known color: Mulberry. HEX triplet: BC, 61 and 9F. RGB value is (188,97,159). Sum of RGB (Red+Green+Blue) = 188+97+159=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 97 (38.28% from 255 or 21.85% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC619F is #439E60. Grayscale: #838383. Windows color (decimal): -4431457 or 10445244. OLE color: 10445244.
HSL color Cylindrical-coordinate representation of color #BC619F: hue angle of 319.12º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC619F is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 97 | 159 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.26 |
| HSL | 319.12º | 0.4% | 0.56% | - |
| HSV(B) | 319.12º | 0.48% | 0.74% | - |
| XYZ | 31.27 | 21.74 | 35.35 | - |
| YUV | 131.28 | 143.65 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 97 | 159 | 0 | 0.48 | 0.15 | 0.26 | 319.12 | 0.4 | 0.56 |
| Hex | BC | 61 | 9F | 0 | 30 | F | 1A | 13F | 28 | 38 |
| Octal | 274 | 141 | 237 | 0 | 60 | 17 | 32 | 477 | 50 | 70 |
| Binary | 10111100 | 1100001 | 10011111 | 0 | 110000 | 1111 | 11010 | 100111111 | 101000 | 111000 |
Color Harmonies of #BC619F
Complementary color
Monochromatic Colors of #BC619F
Black with #BC619F
Text Example
Text Example
White with #BC619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC619F; }
p { color: rgb(188,97,159); }
H1.HeaderClassName
{
color: #BC619F;
}
.AnyTagClassName
{
color: #BC619F;
}
</style>
background-color css
<style>
a { background-color: #BC619F; }
a { background-color: rgb(188,97,159); }
div.DivClassName
{
background-color: #BC619F;
}
.BgClassName
{
background-color: #BC619F;
}
</style>
border-color css
<style>
span { border-color: #BC619F; }
span { border-color: rgb(188,97,159); }
td.TdClassName
{
border-color: #BC619F;
}
.TagClassName
{
border-color: #BC619F;
}
</style>