Shades of Jazzberry Jam #BC0764
Tints of Jazzberry Jam #BC0764
RGB
CMYK
RGB Variations
Color information
#BC0764 (or 0xBC0764) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 64. RGB value is (188,7,100). Sum of RGB (Red+Green+Blue) = 188+7+100=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0764 is #43F89B. Grayscale: #474747. Windows color (decimal): -4454556 or 6555580. OLE color: 6555580.
HSL color Cylindrical-coordinate representation of color #BC0764: hue angle of 329.17º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0764 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 100 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.26 |
| HSL | 329.17º | 0.93% | 0.38% | - |
| HSV(B) | 329.17º | 0.96% | 0.74% | - |
| XYZ | 23.12 | 11.76 | 13.11 | - |
| YUV | 71.72 | 143.97 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 100 | 0 | 0.96 | 0.47 | 0.26 | 329.17 | 0.93 | 0.38 |
| Hex | BC | 7 | 64 | 0 | 60 | 2F | 1A | 149 | 5D | 26 |
| Octal | 274 | 7 | 144 | 0 | 140 | 57 | 32 | 511 | 135 | 46 |
| Binary | 10111100 | 111 | 1100100 | 0 | 1100000 | 101111 | 11010 | 101001001 | 1011101 | 100110 |
Color Harmonies of #BC0764
Complementary color
Monochromatic Colors of #BC0764
Black with #BC0764
Text Example
Text Example
White with #BC0764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0764; }
p { color: rgb(188,7,100); }
H1.HeaderClassName
{
color: #BC0764;
}
.AnyTagClassName
{
color: #BC0764;
}
</style>
background-color css
<style>
a { background-color: #BC0764; }
a { background-color: rgb(188,7,100); }
div.DivClassName
{
background-color: #BC0764;
}
.BgClassName
{
background-color: #BC0764;
}
</style>
border-color css
<style>
span { border-color: #BC0764; }
span { border-color: rgb(188,7,100); }
td.TdClassName
{
border-color: #BC0764;
}
.TagClassName
{
border-color: #BC0764;
}
</style>