Shades of Jazzberry Jam #BC1167
Tints of Jazzberry Jam #BC1167
RGB
CMYK
RGB Variations
Color information
#BC1167 (or 0xBC1167) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 67. RGB value is (188,17,103). Sum of RGB (Red+Green+Blue) = 188+17+103=308 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.04% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1167 is #43EE98. Grayscale: #4D4D4D. Windows color (decimal): -4451993 or 6754748. OLE color: 6754748.
HSL color Cylindrical-coordinate representation of color #BC1167: hue angle of 329.82º 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 #BC1167 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 103 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.26 |
| HSL | 329.82º | 0.83% | 0.4% | - |
| HSV(B) | 329.82º | 0.91% | 0.74% | - |
| XYZ | 23.39 | 12.07 | 13.93 | - |
| YUV | 77.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 103 | 0 | 0.91 | 0.45 | 0.26 | 329.82 | 0.83 | 0.4 |
| Hex | BC | 11 | 67 | 0 | 5B | 2D | 1A | 14A | 53 | 28 |
| Octal | 274 | 21 | 147 | 0 | 133 | 55 | 32 | 512 | 123 | 50 |
| Binary | 10111100 | 10001 | 1100111 | 0 | 1011011 | 101101 | 11010 | 101001010 | 1010011 | 101000 |
Color Harmonies of #BC1167
Complementary color
Monochromatic Colors of #BC1167
Black with #BC1167
Text Example
Text Example
White with #BC1167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1167; }
p { color: rgb(188,17,103); }
H1.HeaderClassName
{
color: #BC1167;
}
.AnyTagClassName
{
color: #BC1167;
}
</style>
background-color css
<style>
a { background-color: #BC1167; }
a { background-color: rgb(188,17,103); }
div.DivClassName
{
background-color: #BC1167;
}
.BgClassName
{
background-color: #BC1167;
}
</style>
border-color css
<style>
span { border-color: #BC1167; }
span { border-color: rgb(188,17,103); }
td.TdClassName
{
border-color: #BC1167;
}
.TagClassName
{
border-color: #BC1167;
}
</style>