Shades of Jazzberry Jam #BC0256
Tints of Jazzberry Jam #BC0256
RGB
CMYK
RGB Variations
Color information
#BC0256 (or 0xBC0256) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 56. RGB value is (188,2,86). Sum of RGB (Red+Green+Blue) = 188+2+86=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0256 is #43FDA9. Grayscale: #434343. Windows color (decimal): -4455850 or 5636796. OLE color: 5636796.
HSL color Cylindrical-coordinate representation of color #BC0256: hue angle of 332.9º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0256 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.26 |
| HSL | 332.9º | 0.98% | 0.37% | - |
| HSV(B) | 332.9º | 0.99% | 0.74% | - |
| XYZ | 22.44 | 11.41 | 9.82 | - |
| YUV | 67.19 | 138.62 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 86 | 0 | 0.99 | 0.54 | 0.26 | 332.9 | 0.98 | 0.37 |
| Hex | BC | 2 | 56 | 0 | 63 | 36 | 1A | 14D | 62 | 25 |
| Octal | 274 | 2 | 126 | 0 | 143 | 66 | 32 | 515 | 142 | 45 |
| Binary | 10111100 | 10 | 1010110 | 0 | 1100011 | 110110 | 11010 | 101001101 | 1100010 | 100101 |
Color Harmonies of #BC0256
Complementary color
Monochromatic Colors of #BC0256
Black with #BC0256
Text Example
Text Example
White with #BC0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0256; }
p { color: rgb(188,2,86); }
H1.HeaderClassName
{
color: #BC0256;
}
.AnyTagClassName
{
color: #BC0256;
}
</style>
background-color css
<style>
a { background-color: #BC0256; }
a { background-color: rgb(188,2,86); }
div.DivClassName
{
background-color: #BC0256;
}
.BgClassName
{
background-color: #BC0256;
}
</style>
border-color css
<style>
span { border-color: #BC0256; }
span { border-color: rgb(188,2,86); }
td.TdClassName
{
border-color: #BC0256;
}
.TagClassName
{
border-color: #BC0256;
}
</style>