Shades of Jazzberry Jam #BC0650
Tints of Jazzberry Jam #BC0650
RGB
CMYK
RGB Variations
Color information
#BC0650 (or 0xBC0650) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 50. RGB value is (188,6,80). Sum of RGB (Red+Green+Blue) = 188+6+80=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0650 is #43F9AF. Grayscale: #444444. Windows color (decimal): -4454832 or 5244604. OLE color: 5244604.
HSL color Cylindrical-coordinate representation of color #BC0650: hue angle of 335.6º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0650 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 80 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.26 |
| HSL | 335.6º | 0.94% | 0.38% | - |
| HSV(B) | 335.6º | 0.97% | 0.74% | - |
| XYZ | 22.25 | 11.4 | 8.62 | - |
| YUV | 68.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 80 | 0 | 0.97 | 0.57 | 0.26 | 335.6 | 0.94 | 0.38 |
| Hex | BC | 6 | 50 | 0 | 61 | 39 | 1A | 150 | 5E | 26 |
| Octal | 274 | 6 | 120 | 0 | 141 | 71 | 32 | 520 | 136 | 46 |
| Binary | 10111100 | 110 | 1010000 | 0 | 1100001 | 111001 | 11010 | 101010000 | 1011110 | 100110 |
Color Harmonies of #BC0650
Complementary color
Monochromatic Colors of #BC0650
Black with #BC0650
Text Example
Text Example
White with #BC0650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0650; }
p { color: rgb(188,6,80); }
H1.HeaderClassName
{
color: #BC0650;
}
.AnyTagClassName
{
color: #BC0650;
}
</style>
background-color css
<style>
a { background-color: #BC0650; }
a { background-color: rgb(188,6,80); }
div.DivClassName
{
background-color: #BC0650;
}
.BgClassName
{
background-color: #BC0650;
}
</style>
border-color css
<style>
span { border-color: #BC0650; }
span { border-color: rgb(188,6,80); }
td.TdClassName
{
border-color: #BC0650;
}
.TagClassName
{
border-color: #BC0650;
}
</style>