Shades of Jazzberry Jam #BC1965
Tints of Jazzberry Jam #BC1965
RGB
CMYK
RGB Variations
Color information
#BC1965 (or 0xBC1965) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 65. RGB value is (188,25,101). Sum of RGB (Red+Green+Blue) = 188+25+101=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1965 is #43E69A. Grayscale: #525252. Windows color (decimal): -4449947 or 6625724. OLE color: 6625724.
HSL color Cylindrical-coordinate representation of color #BC1965: hue angle of 332.02º 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 #BC1965 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 101 | - |
| CMYK | 0 | 0.87 | 0.46 | 0.26 |
| HSL | 332.02º | 0.77% | 0.42% | - |
| HSV(B) | 332.02º | 0.87% | 0.74% | - |
| XYZ | 23.44 | 12.33 | 13.46 | - |
| YUV | 82.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 101 | 0 | 0.87 | 0.46 | 0.26 | 332.02 | 0.77 | 0.42 |
| Hex | BC | 19 | 65 | 0 | 57 | 2E | 1A | 14C | 4D | 2A |
| Octal | 274 | 31 | 145 | 0 | 127 | 56 | 32 | 514 | 115 | 52 |
| Binary | 10111100 | 11001 | 1100101 | 0 | 1010111 | 101110 | 11010 | 101001100 | 1001101 | 101010 |
Color Harmonies of #BC1965
Complementary color
Monochromatic Colors of #BC1965
Black with #BC1965
Text Example
Text Example
White with #BC1965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1965; }
p { color: rgb(188,25,101); }
H1.HeaderClassName
{
color: #BC1965;
}
.AnyTagClassName
{
color: #BC1965;
}
</style>
background-color css
<style>
a { background-color: #BC1965; }
a { background-color: rgb(188,25,101); }
div.DivClassName
{
background-color: #BC1965;
}
.BgClassName
{
background-color: #BC1965;
}
</style>
border-color css
<style>
span { border-color: #BC1965; }
span { border-color: rgb(188,25,101); }
td.TdClassName
{
border-color: #BC1965;
}
.TagClassName
{
border-color: #BC1965;
}
</style>