Shades of Jazzberry Jam #BC1152
Tints of Jazzberry Jam #BC1152
RGB
CMYK
RGB Variations
Color information
#BC1152 (or 0xBC1152) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 52. RGB value is (188,17,82). Sum of RGB (Red+Green+Blue) = 188+17+82=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1152 is #43EEAD. Grayscale: #4B4B4B. Windows color (decimal): -4452014 or 5378492. OLE color: 5378492.
HSL color Cylindrical-coordinate representation of color #BC1152: hue angle of 337.19º degrees, saturation: 0.83, 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 #BC1152 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 82 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.26 |
| HSL | 337.19º | 0.83% | 0.4% | - |
| HSV(B) | 337.19º | 0.91% | 0.74% | - |
| XYZ | 22.46 | 11.7 | 9.06 | - |
| YUV | 75.54 | 131.65 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 82 | 0 | 0.91 | 0.56 | 0.26 | 337.19 | 0.83 | 0.4 |
| Hex | BC | 11 | 52 | 0 | 5B | 38 | 1A | 151 | 53 | 28 |
| Octal | 274 | 21 | 122 | 0 | 133 | 70 | 32 | 521 | 123 | 50 |
| Binary | 10111100 | 10001 | 1010010 | 0 | 1011011 | 111000 | 11010 | 101010001 | 1010011 | 101000 |
Color Harmonies of #BC1152
Complementary color
Monochromatic Colors of #BC1152
Black with #BC1152
Text Example
Text Example
White with #BC1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1152; }
p { color: rgb(188,17,82); }
H1.HeaderClassName
{
color: #BC1152;
}
.AnyTagClassName
{
color: #BC1152;
}
</style>
background-color css
<style>
a { background-color: #BC1152; }
a { background-color: rgb(188,17,82); }
div.DivClassName
{
background-color: #BC1152;
}
.BgClassName
{
background-color: #BC1152;
}
</style>
border-color css
<style>
span { border-color: #BC1152; }
span { border-color: rgb(188,17,82); }
td.TdClassName
{
border-color: #BC1152;
}
.TagClassName
{
border-color: #BC1152;
}
</style>