Shades of Jazzberry Jam #BC1155
Tints of Jazzberry Jam #BC1155
RGB
CMYK
RGB Variations
Color information
#BC1155 (or 0xBC1155) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 55. RGB value is (188,17,85). Sum of RGB (Red+Green+Blue) = 188+17+85=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1155 is #43EEAA. Grayscale: #4B4B4B. Windows color (decimal): -4452011 or 5575100. OLE color: 5575100.
HSL color Cylindrical-coordinate representation of color #BC1155: hue angle of 336.14º 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 #BC1155 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 85 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.26 |
| HSL | 336.14º | 0.83% | 0.4% | - |
| HSV(B) | 336.14º | 0.91% | 0.74% | - |
| XYZ | 22.58 | 11.75 | 9.67 | - |
| YUV | 75.88 | 133.15 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 85 | 0 | 0.91 | 0.55 | 0.26 | 336.14 | 0.83 | 0.4 |
| Hex | BC | 11 | 55 | 0 | 5B | 37 | 1A | 150 | 53 | 28 |
| Octal | 274 | 21 | 125 | 0 | 133 | 67 | 32 | 520 | 123 | 50 |
| Binary | 10111100 | 10001 | 1010101 | 0 | 1011011 | 110111 | 11010 | 101010000 | 1010011 | 101000 |
Color Harmonies of #BC1155
Complementary color
Monochromatic Colors of #BC1155
Black with #BC1155
Text Example
Text Example
White with #BC1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1155; }
p { color: rgb(188,17,85); }
H1.HeaderClassName
{
color: #BC1155;
}
.AnyTagClassName
{
color: #BC1155;
}
</style>
background-color css
<style>
a { background-color: #BC1155; }
a { background-color: rgb(188,17,85); }
div.DivClassName
{
background-color: #BC1155;
}
.BgClassName
{
background-color: #BC1155;
}
</style>
border-color css
<style>
span { border-color: #BC1155; }
span { border-color: rgb(188,17,85); }
td.TdClassName
{
border-color: #BC1155;
}
.TagClassName
{
border-color: #BC1155;
}
</style>