Shades of Jazzberry Jam #BC1558
Tints of Jazzberry Jam #BC1558
RGB
CMYK
RGB Variations
Color information
#BC1558 (or 0xBC1558) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 58. RGB value is (188,21,88). Sum of RGB (Red+Green+Blue) = 188+21+88=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1558 is #43EAA7. Grayscale: #4E4E4E. Windows color (decimal): -4450984 or 5772732. OLE color: 5772732.
HSL color Cylindrical-coordinate representation of color #BC1558: hue angle of 335.93º 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 #BC1558 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 88 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.26 |
| HSL | 335.93º | 0.8% | 0.41% | - |
| HSV(B) | 335.93º | 0.89% | 0.74% | - |
| XYZ | 22.77 | 11.93 | 10.34 | - |
| YUV | 78.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 88 | 0 | 0.89 | 0.53 | 0.26 | 335.93 | 0.8 | 0.41 |
| Hex | BC | 15 | 58 | 0 | 59 | 35 | 1A | 150 | 50 | 29 |
| Octal | 274 | 25 | 130 | 0 | 131 | 65 | 32 | 520 | 120 | 51 |
| Binary | 10111100 | 10101 | 1011000 | 0 | 1011001 | 110101 | 11010 | 101010000 | 1010000 | 101001 |
Color Harmonies of #BC1558
Complementary color
Monochromatic Colors of #BC1558
Black with #BC1558
Text Example
Text Example
White with #BC1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1558; }
p { color: rgb(188,21,88); }
H1.HeaderClassName
{
color: #BC1558;
}
.AnyTagClassName
{
color: #BC1558;
}
</style>
background-color css
<style>
a { background-color: #BC1558; }
a { background-color: rgb(188,21,88); }
div.DivClassName
{
background-color: #BC1558;
}
.BgClassName
{
background-color: #BC1558;
}
</style>
border-color css
<style>
span { border-color: #BC1558; }
span { border-color: rgb(188,21,88); }
td.TdClassName
{
border-color: #BC1558;
}
.TagClassName
{
border-color: #BC1558;
}
</style>