Shades of Jazzberry Jam #BC1157
Tints of Jazzberry Jam #BC1157
RGB
CMYK
RGB Variations
Color information
#BC1157 (or 0xBC1157) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 57. RGB value is (188,17,87). Sum of RGB (Red+Green+Blue) = 188+17+87=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1157 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1157 is #43EEA8. Grayscale: #4C4C4C. Windows color (decimal): -4452009 or 5706172. OLE color: 5706172.
HSL color Cylindrical-coordinate representation of color #BC1157: hue angle of 335.44º 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 #BC1157 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 87 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.26 |
| HSL | 335.44º | 0.83% | 0.4% | - |
| HSV(B) | 335.44º | 0.91% | 0.74% | - |
| XYZ | 22.66 | 11.78 | 10.1 | - |
| YUV | 76.11 | 134.15 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 87 | 0 | 0.91 | 0.54 | 0.26 | 335.44 | 0.83 | 0.4 |
| Hex | BC | 11 | 57 | 0 | 5B | 36 | 1A | 14F | 53 | 28 |
| Octal | 274 | 21 | 127 | 0 | 133 | 66 | 32 | 517 | 123 | 50 |
| Binary | 10111100 | 10001 | 1010111 | 0 | 1011011 | 110110 | 11010 | 101001111 | 1010011 | 101000 |
Color Harmonies of #BC1157
Complementary color
Monochromatic Colors of #BC1157
Black with #BC1157
Text Example
Text Example
White with #BC1157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1157; }
p { color: rgb(188,17,87); }
H1.HeaderClassName
{
color: #BC1157;
}
.AnyTagClassName
{
color: #BC1157;
}
</style>
background-color css
<style>
a { background-color: #BC1157; }
a { background-color: rgb(188,17,87); }
div.DivClassName
{
background-color: #BC1157;
}
.BgClassName
{
background-color: #BC1157;
}
</style>
border-color css
<style>
span { border-color: #BC1157; }
span { border-color: rgb(188,17,87); }
td.TdClassName
{
border-color: #BC1157;
}
.TagClassName
{
border-color: #BC1157;
}
</style>