Shades of Jazzberry Jam #BC1054
Tints of Jazzberry Jam #BC1054
RGB
CMYK
RGB Variations
Color information
#BC1054 (or 0xBC1054) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 54. RGB value is (188,16,84). Sum of RGB (Red+Green+Blue) = 188+16+84=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1054 is #43EFAB. Grayscale: #4B4B4B. Windows color (decimal): -4452268 or 5509308. OLE color: 5509308.
HSL color Cylindrical-coordinate representation of color #BC1054: hue angle of 336.28º 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 #BC1054 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 84 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.26 |
| HSL | 336.28º | 0.84% | 0.4% | - |
| HSV(B) | 336.28º | 0.91% | 0.74% | - |
| XYZ | 22.52 | 11.7 | 9.46 | - |
| YUV | 75.18 | 132.98 | 208.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 84 | 0 | 0.91 | 0.55 | 0.26 | 336.28 | 0.84 | 0.4 |
| Hex | BC | 10 | 54 | 0 | 5B | 37 | 1A | 150 | 54 | 28 |
| Octal | 274 | 20 | 124 | 0 | 133 | 67 | 32 | 520 | 124 | 50 |
| Binary | 10111100 | 10000 | 1010100 | 0 | 1011011 | 110111 | 11010 | 101010000 | 1010100 | 101000 |
Color Harmonies of #BC1054
Complementary color
Monochromatic Colors of #BC1054
Black with #BC1054
Text Example
Text Example
White with #BC1054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1054; }
p { color: rgb(188,16,84); }
H1.HeaderClassName
{
color: #BC1054;
}
.AnyTagClassName
{
color: #BC1054;
}
</style>
background-color css
<style>
a { background-color: #BC1054; }
a { background-color: rgb(188,16,84); }
div.DivClassName
{
background-color: #BC1054;
}
.BgClassName
{
background-color: #BC1054;
}
</style>
border-color css
<style>
span { border-color: #BC1054; }
span { border-color: rgb(188,16,84); }
td.TdClassName
{
border-color: #BC1054;
}
.TagClassName
{
border-color: #BC1054;
}
</style>