Shades of Jazzberry Jam #BC1763
Tints of Jazzberry Jam #BC1763
RGB
CMYK
RGB Variations
Color information
#BC1763 (or 0xBC1763) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 63. RGB value is (188,23,99). Sum of RGB (Red+Green+Blue) = 188+23+99=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1763 is #43E89C. Grayscale: #505050. Windows color (decimal): -4450461 or 6494140. OLE color: 6494140.
HSL color Cylindrical-coordinate representation of color #BC1763: hue angle of 332.36º 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 #BC1763 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 99 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.26 |
| HSL | 332.36º | 0.78% | 0.41% | - |
| HSV(B) | 332.36º | 0.88% | 0.74% | - |
| XYZ | 23.3 | 12.21 | 12.93 | - |
| YUV | 81 | 138.16 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 99 | 0 | 0.88 | 0.47 | 0.26 | 332.36 | 0.78 | 0.41 |
| Hex | BC | 17 | 63 | 0 | 58 | 2F | 1A | 14C | 4E | 29 |
| Octal | 274 | 27 | 143 | 0 | 130 | 57 | 32 | 514 | 116 | 51 |
| Binary | 10111100 | 10111 | 1100011 | 0 | 1011000 | 101111 | 11010 | 101001100 | 1001110 | 101001 |
Color Harmonies of #BC1763
Complementary color
Monochromatic Colors of #BC1763
Black with #BC1763
Text Example
Text Example
White with #BC1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1763; }
p { color: rgb(188,23,99); }
H1.HeaderClassName
{
color: #BC1763;
}
.AnyTagClassName
{
color: #BC1763;
}
</style>
background-color css
<style>
a { background-color: #BC1763; }
a { background-color: rgb(188,23,99); }
div.DivClassName
{
background-color: #BC1763;
}
.BgClassName
{
background-color: #BC1763;
}
</style>
border-color css
<style>
span { border-color: #BC1763; }
span { border-color: rgb(188,23,99); }
td.TdClassName
{
border-color: #BC1763;
}
.TagClassName
{
border-color: #BC1763;
}
</style>