Shades of Jazzberry Jam #BC1064
Tints of Jazzberry Jam #BC1064
RGB
CMYK
RGB Variations
Color information
#BC1064 (or 0xBC1064) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 64. RGB value is (188,16,100). Sum of RGB (Red+Green+Blue) = 188+16+100=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1064 is #43EF9B. Grayscale: #4C4C4C. Windows color (decimal): -4452252 or 6557884. OLE color: 6557884.
HSL color Cylindrical-coordinate representation of color #BC1064: hue angle of 330.7º degrees, saturation: 0.84, 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 #BC1064 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 100 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.26 |
| HSL | 330.7º | 0.84% | 0.4% | - |
| HSV(B) | 330.7º | 0.91% | 0.74% | - |
| XYZ | 23.22 | 11.98 | 13.15 | - |
| YUV | 77 | 140.98 | 207.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 100 | 0 | 0.91 | 0.47 | 0.26 | 330.7 | 0.84 | 0.4 |
| Hex | BC | 10 | 64 | 0 | 5B | 2F | 1A | 14B | 54 | 28 |
| Octal | 274 | 20 | 144 | 0 | 133 | 57 | 32 | 513 | 124 | 50 |
| Binary | 10111100 | 10000 | 1100100 | 0 | 1011011 | 101111 | 11010 | 101001011 | 1010100 | 101000 |
Color Harmonies of #BC1064
Complementary color
Monochromatic Colors of #BC1064
Black with #BC1064
Text Example
Text Example
White with #BC1064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1064; }
p { color: rgb(188,16,100); }
H1.HeaderClassName
{
color: #BC1064;
}
.AnyTagClassName
{
color: #BC1064;
}
</style>
background-color css
<style>
a { background-color: #BC1064; }
a { background-color: rgb(188,16,100); }
div.DivClassName
{
background-color: #BC1064;
}
.BgClassName
{
background-color: #BC1064;
}
</style>
border-color css
<style>
span { border-color: #BC1064; }
span { border-color: rgb(188,16,100); }
td.TdClassName
{
border-color: #BC1064;
}
.TagClassName
{
border-color: #BC1064;
}
</style>