Shades of Jazzberry Jam #BC1554
Tints of Jazzberry Jam #BC1554
RGB
CMYK
RGB Variations
Color information
#BC1554 (or 0xBC1554) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 54. RGB value is (188,21,84). Sum of RGB (Red+Green+Blue) = 188+21+84=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1554 is #43EAAB. Grayscale: #4E4E4E. Windows color (decimal): -4450988 or 5510588. OLE color: 5510588.
HSL color Cylindrical-coordinate representation of color #BC1554: hue angle of 337.37º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1554 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 84 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.26 |
| HSL | 337.37º | 0.8% | 0.41% | - |
| HSV(B) | 337.37º | 0.89% | 0.74% | - |
| XYZ | 22.61 | 11.87 | 9.49 | - |
| YUV | 78.12 | 131.33 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 84 | 0 | 0.89 | 0.55 | 0.26 | 337.37 | 0.8 | 0.41 |
| Hex | BC | 15 | 54 | 0 | 59 | 37 | 1A | 151 | 50 | 29 |
| Octal | 274 | 25 | 124 | 0 | 131 | 67 | 32 | 521 | 120 | 51 |
| Binary | 10111100 | 10101 | 1010100 | 0 | 1011001 | 110111 | 11010 | 101010001 | 1010000 | 101001 |
Color Harmonies of #BC1554
Complementary color
Monochromatic Colors of #BC1554
Black with #BC1554
Text Example
Text Example
White with #BC1554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1554; }
p { color: rgb(188,21,84); }
H1.HeaderClassName
{
color: #BC1554;
}
.AnyTagClassName
{
color: #BC1554;
}
</style>
background-color css
<style>
a { background-color: #BC1554; }
a { background-color: rgb(188,21,84); }
div.DivClassName
{
background-color: #BC1554;
}
.BgClassName
{
background-color: #BC1554;
}
</style>
border-color css
<style>
span { border-color: #BC1554; }
span { border-color: rgb(188,21,84); }
td.TdClassName
{
border-color: #BC1554;
}
.TagClassName
{
border-color: #BC1554;
}
</style>