Shades of Jazzberry Jam #BC1668
Tints of Jazzberry Jam #BC1668
RGB
CMYK
RGB Variations
Color information
#BC1668 (or 0xBC1668) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 68. RGB value is (188,22,104). Sum of RGB (Red+Green+Blue) = 188+22+104=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1668 is #43E997. Grayscale: #505050. Windows color (decimal): -4450712 or 6821564. OLE color: 6821564.
HSL color Cylindrical-coordinate representation of color #BC1668: hue angle of 330.36º degrees, saturation: 0.79, 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 #BC1668 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 104 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.26 |
| HSL | 330.36º | 0.79% | 0.41% | - |
| HSV(B) | 330.36º | 0.88% | 0.74% | - |
| XYZ | 23.52 | 12.26 | 14.22 | - |
| YUV | 80.98 | 141 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 104 | 0 | 0.88 | 0.45 | 0.26 | 330.36 | 0.79 | 0.41 |
| Hex | BC | 16 | 68 | 0 | 58 | 2D | 1A | 14A | 4F | 29 |
| Octal | 274 | 26 | 150 | 0 | 130 | 55 | 32 | 512 | 117 | 51 |
| Binary | 10111100 | 10110 | 1101000 | 0 | 1011000 | 101101 | 11010 | 101001010 | 1001111 | 101001 |
Color Harmonies of #BC1668
Complementary color
Monochromatic Colors of #BC1668
Black with #BC1668
Text Example
Text Example
White with #BC1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1668; }
p { color: rgb(188,22,104); }
H1.HeaderClassName
{
color: #BC1668;
}
.AnyTagClassName
{
color: #BC1668;
}
</style>
background-color css
<style>
a { background-color: #BC1668; }
a { background-color: rgb(188,22,104); }
div.DivClassName
{
background-color: #BC1668;
}
.BgClassName
{
background-color: #BC1668;
}
</style>
border-color css
<style>
span { border-color: #BC1668; }
span { border-color: rgb(188,22,104); }
td.TdClassName
{
border-color: #BC1668;
}
.TagClassName
{
border-color: #BC1668;
}
</style>