Shades of Jazzberry Jam #BC1050
Tints of Jazzberry Jam #BC1050
RGB
CMYK
RGB Variations
Color information
#BC1050 (or 0xBC1050) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 50. RGB value is (188,16,80). Sum of RGB (Red+Green+Blue) = 188+16+80=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1050 is #43EFAF. Grayscale: #4A4A4A. Windows color (decimal): -4452272 or 5247164. OLE color: 5247164.
HSL color Cylindrical-coordinate representation of color #BC1050: hue angle of 337.67º 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 #BC1050 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 80 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.26 |
| HSL | 337.67º | 0.84% | 0.4% | - |
| HSV(B) | 337.67º | 0.91% | 0.74% | - |
| XYZ | 22.37 | 11.64 | 8.66 | - |
| YUV | 74.72 | 130.98 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 80 | 0 | 0.91 | 0.57 | 0.26 | 337.67 | 0.84 | 0.4 |
| Hex | BC | 10 | 50 | 0 | 5B | 39 | 1A | 152 | 54 | 28 |
| Octal | 274 | 20 | 120 | 0 | 133 | 71 | 32 | 522 | 124 | 50 |
| Binary | 10111100 | 10000 | 1010000 | 0 | 1011011 | 111001 | 11010 | 101010010 | 1010100 | 101000 |
Color Harmonies of #BC1050
Complementary color
Monochromatic Colors of #BC1050
Black with #BC1050
Text Example
Text Example
White with #BC1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1050; }
p { color: rgb(188,16,80); }
H1.HeaderClassName
{
color: #BC1050;
}
.AnyTagClassName
{
color: #BC1050;
}
</style>
background-color css
<style>
a { background-color: #BC1050; }
a { background-color: rgb(188,16,80); }
div.DivClassName
{
background-color: #BC1050;
}
.BgClassName
{
background-color: #BC1050;
}
</style>
border-color css
<style>
span { border-color: #BC1050; }
span { border-color: rgb(188,16,80); }
td.TdClassName
{
border-color: #BC1050;
}
.TagClassName
{
border-color: #BC1050;
}
</style>