Shades of Jazzberry Jam #BC1759
Tints of Jazzberry Jam #BC1759
RGB
CMYK
RGB Variations
Color information
#BC1759 (or 0xBC1759) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 59. RGB value is (188,23,89). Sum of RGB (Red+Green+Blue) = 188+23+89=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1759 is #43E8A6. Grayscale: #4F4F4F. Windows color (decimal): -4450471 or 5838780. OLE color: 5838780.
HSL color Cylindrical-coordinate representation of color #BC1759: hue angle of 336º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1759 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 89 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.26 |
| HSL | 336º | 0.78% | 0.41% | - |
| HSV(B) | 336º | 0.88% | 0.74% | - |
| XYZ | 22.85 | 12.03 | 10.57 | - |
| YUV | 79.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 89 | 0 | 0.88 | 0.53 | 0.26 | 336 | 0.78 | 0.41 |
| Hex | BC | 17 | 59 | 0 | 58 | 35 | 1A | 150 | 4E | 29 |
| Octal | 274 | 27 | 131 | 0 | 130 | 65 | 32 | 520 | 116 | 51 |
| Binary | 10111100 | 10111 | 1011001 | 0 | 1011000 | 110101 | 11010 | 101010000 | 1001110 | 101001 |
Color Harmonies of #BC1759
Complementary color
Monochromatic Colors of #BC1759
Black with #BC1759
Text Example
Text Example
White with #BC1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1759; }
p { color: rgb(188,23,89); }
H1.HeaderClassName
{
color: #BC1759;
}
.AnyTagClassName
{
color: #BC1759;
}
</style>
background-color css
<style>
a { background-color: #BC1759; }
a { background-color: rgb(188,23,89); }
div.DivClassName
{
background-color: #BC1759;
}
.BgClassName
{
background-color: #BC1759;
}
</style>
border-color css
<style>
span { border-color: #BC1759; }
span { border-color: rgb(188,23,89); }
td.TdClassName
{
border-color: #BC1759;
}
.TagClassName
{
border-color: #BC1759;
}
</style>