Shades of Jazzberry Jam #BC1B65
Tints of Jazzberry Jam #BC1B65
RGB
CMYK
RGB Variations
Color information
#BC1B65 (or 0xBC1B65) is known color: Jazzberry Jam. HEX triplet: BC, 1B and 65. RGB value is (188,27,101). Sum of RGB (Red+Green+Blue) = 188+27+101=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B65 is #43E49A. Grayscale: #535353. Windows color (decimal): -4449435 or 6626236. OLE color: 6626236.
HSL color Cylindrical-coordinate representation of color #BC1B65: hue angle of 332.42º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B65 is Cyan = 0, Magento = 0.86, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 101 | - |
| CMYK | 0 | 0.86 | 0.46 | 0.26 |
| HSL | 332.42º | 0.75% | 0.42% | - |
| HSV(B) | 332.42º | 0.86% | 0.74% | - |
| XYZ | 23.48 | 12.41 | 13.47 | - |
| YUV | 83.58 | 137.84 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 101 | 0 | 0.86 | 0.46 | 0.26 | 332.42 | 0.75 | 0.42 |
| Hex | BC | 1B | 65 | 0 | 56 | 2E | 1A | 14C | 4B | 2A |
| Octal | 274 | 33 | 145 | 0 | 126 | 56 | 32 | 514 | 113 | 52 |
| Binary | 10111100 | 11011 | 1100101 | 0 | 1010110 | 101110 | 11010 | 101001100 | 1001011 | 101010 |
Color Harmonies of #BC1B65
Complementary color
Monochromatic Colors of #BC1B65
Black with #BC1B65
Text Example
Text Example
White with #BC1B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B65; }
p { color: rgb(188,27,101); }
H1.HeaderClassName
{
color: #BC1B65;
}
.AnyTagClassName
{
color: #BC1B65;
}
</style>
background-color css
<style>
a { background-color: #BC1B65; }
a { background-color: rgb(188,27,101); }
div.DivClassName
{
background-color: #BC1B65;
}
.BgClassName
{
background-color: #BC1B65;
}
</style>
border-color css
<style>
span { border-color: #BC1B65; }
span { border-color: rgb(188,27,101); }
td.TdClassName
{
border-color: #BC1B65;
}
.TagClassName
{
border-color: #BC1B65;
}
</style>