Shades of Jazzberry Jam #BC1159
Tints of Jazzberry Jam #BC1159
RGB
CMYK
RGB Variations
Color information
#BC1159 (or 0xBC1159) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 59. RGB value is (188,17,89). Sum of RGB (Red+Green+Blue) = 188+17+89=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1159 is #43EEA6. Grayscale: #4C4C4C. Windows color (decimal): -4452007 or 5837244. OLE color: 5837244.
HSL color Cylindrical-coordinate representation of color #BC1159: hue angle of 334.74º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1159 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 89 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.26 |
| HSL | 334.74º | 0.83% | 0.4% | - |
| HSV(B) | 334.74º | 0.91% | 0.74% | - |
| XYZ | 22.74 | 11.81 | 10.53 | - |
| YUV | 76.34 | 135.15 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 89 | 0 | 0.91 | 0.53 | 0.26 | 334.74 | 0.83 | 0.4 |
| Hex | BC | 11 | 59 | 0 | 5B | 35 | 1A | 14F | 53 | 28 |
| Octal | 274 | 21 | 131 | 0 | 133 | 65 | 32 | 517 | 123 | 50 |
| Binary | 10111100 | 10001 | 1011001 | 0 | 1011011 | 110101 | 11010 | 101001111 | 1010011 | 101000 |
Color Harmonies of #BC1159
Complementary color
Monochromatic Colors of #BC1159
Black with #BC1159
Text Example
Text Example
White with #BC1159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1159; }
p { color: rgb(188,17,89); }
H1.HeaderClassName
{
color: #BC1159;
}
.AnyTagClassName
{
color: #BC1159;
}
</style>
background-color css
<style>
a { background-color: #BC1159; }
a { background-color: rgb(188,17,89); }
div.DivClassName
{
background-color: #BC1159;
}
.BgClassName
{
background-color: #BC1159;
}
</style>
border-color css
<style>
span { border-color: #BC1159; }
span { border-color: rgb(188,17,89); }
td.TdClassName
{
border-color: #BC1159;
}
.TagClassName
{
border-color: #BC1159;
}
</style>