Shades of Jazzberry Jam #BC1962
Tints of Jazzberry Jam #BC1962
RGB
CMYK
RGB Variations
Color information
#BC1962 (or 0xBC1962) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 62. RGB value is (188,25,98). Sum of RGB (Red+Green+Blue) = 188+25+98=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1962 is #43E69D. Grayscale: #515151. Windows color (decimal): -4449950 or 6429116. OLE color: 6429116.
HSL color Cylindrical-coordinate representation of color #BC1962: hue angle of 333.13º 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 #BC1962 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 98 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.26 |
| HSL | 333.13º | 0.77% | 0.42% | - |
| HSV(B) | 333.13º | 0.87% | 0.74% | - |
| XYZ | 23.29 | 12.27 | 12.7 | - |
| YUV | 82.06 | 137 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 98 | 0 | 0.87 | 0.48 | 0.26 | 333.13 | 0.77 | 0.42 |
| Hex | BC | 19 | 62 | 0 | 57 | 30 | 1A | 14D | 4D | 2A |
| Octal | 274 | 31 | 142 | 0 | 127 | 60 | 32 | 515 | 115 | 52 |
| Binary | 10111100 | 11001 | 1100010 | 0 | 1010111 | 110000 | 11010 | 101001101 | 1001101 | 101010 |
Color Harmonies of #BC1962
Complementary color
Monochromatic Colors of #BC1962
Black with #BC1962
Text Example
Text Example
White with #BC1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1962; }
p { color: rgb(188,25,98); }
H1.HeaderClassName
{
color: #BC1962;
}
.AnyTagClassName
{
color: #BC1962;
}
</style>
background-color css
<style>
a { background-color: #BC1962; }
a { background-color: rgb(188,25,98); }
div.DivClassName
{
background-color: #BC1962;
}
.BgClassName
{
background-color: #BC1962;
}
</style>
border-color css
<style>
span { border-color: #BC1962; }
span { border-color: rgb(188,25,98); }
td.TdClassName
{
border-color: #BC1962;
}
.TagClassName
{
border-color: #BC1962;
}
</style>