Shades of Jazzberry Jam #BC0560
Tints of Jazzberry Jam #BC0560
RGB
CMYK
RGB Variations
Color information
#BC0560 (or 0xBC0560) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 60. RGB value is (188,5,96). Sum of RGB (Red+Green+Blue) = 188+5+96=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 5 (2.34% from 255 or 1.73% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0560 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0560 is #43FA9F. Grayscale: #454545. Windows color (decimal): -4455072 or 6292924. OLE color: 6292924.
HSL color Cylindrical-coordinate representation of color #BC0560: hue angle of 330.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0560 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 96 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.26 |
| HSL | 330.16º | 0.95% | 0.38% | - |
| HSV(B) | 330.16º | 0.97% | 0.74% | - |
| XYZ | 22.9 | 11.64 | 12.11 | - |
| YUV | 70.09 | 142.63 | 212.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 96 | 0 | 0.97 | 0.49 | 0.26 | 330.16 | 0.95 | 0.38 |
| Hex | BC | 5 | 60 | 0 | 61 | 31 | 1A | 14A | 5F | 26 |
| Octal | 274 | 5 | 140 | 0 | 141 | 61 | 32 | 512 | 137 | 46 |
| Binary | 10111100 | 101 | 1100000 | 0 | 1100001 | 110001 | 11010 | 101001010 | 1011111 | 100110 |
Color Harmonies of #BC0560
Complementary color
Monochromatic Colors of #BC0560
Black with #BC0560
Text Example
Text Example
White with #BC0560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0560; }
p { color: rgb(188,5,96); }
H1.HeaderClassName
{
color: #BC0560;
}
.AnyTagClassName
{
color: #BC0560;
}
</style>
background-color css
<style>
a { background-color: #BC0560; }
a { background-color: rgb(188,5,96); }
div.DivClassName
{
background-color: #BC0560;
}
.BgClassName
{
background-color: #BC0560;
}
</style>
border-color css
<style>
span { border-color: #BC0560; }
span { border-color: rgb(188,5,96); }
td.TdClassName
{
border-color: #BC0560;
}
.TagClassName
{
border-color: #BC0560;
}
</style>