Shades of Jazzberry Jam #BC1967
Tints of Jazzberry Jam #BC1967
RGB
CMYK
RGB Variations
Color information
#BC1967 (or 0xBC1967) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 67. RGB value is (188,25,103). Sum of RGB (Red+Green+Blue) = 188+25+103=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 103 (40.62% from 255 or 32.59% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1967 is #43E698. Grayscale: #525252. Windows color (decimal): -4449945 or 6756796. OLE color: 6756796.
HSL color Cylindrical-coordinate representation of color #BC1967: hue angle of 331.29º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1967 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 103 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.26 |
| HSL | 331.29º | 0.77% | 0.42% | - |
| HSV(B) | 331.29º | 0.87% | 0.74% | - |
| XYZ | 23.53 | 12.37 | 13.98 | - |
| YUV | 82.63 | 139.5 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 103 | 0 | 0.87 | 0.45 | 0.26 | 331.29 | 0.77 | 0.42 |
| Hex | BC | 19 | 67 | 0 | 57 | 2D | 1A | 14B | 4D | 2A |
| Octal | 274 | 31 | 147 | 0 | 127 | 55 | 32 | 513 | 115 | 52 |
| Binary | 10111100 | 11001 | 1100111 | 0 | 1010111 | 101101 | 11010 | 101001011 | 1001101 | 101010 |
Color Harmonies of #BC1967
Complementary color
Monochromatic Colors of #BC1967
Black with #BC1967
Text Example
Text Example
White with #BC1967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1967; }
p { color: rgb(188,25,103); }
H1.HeaderClassName
{
color: #BC1967;
}
.AnyTagClassName
{
color: #BC1967;
}
</style>
background-color css
<style>
a { background-color: #BC1967; }
a { background-color: rgb(188,25,103); }
div.DivClassName
{
background-color: #BC1967;
}
.BgClassName
{
background-color: #BC1967;
}
</style>
border-color css
<style>
span { border-color: #BC1967; }
span { border-color: rgb(188,25,103); }
td.TdClassName
{
border-color: #BC1967;
}
.TagClassName
{
border-color: #BC1967;
}
</style>