Shades of Jazzberry Jam #BC0061
Tints of Jazzberry Jam #BC0061
RGB
CMYK
RGB Variations
Color information
#BC0061 (or 0xBC0061) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 61. RGB value is (188,0,97). Sum of RGB (Red+Green+Blue) = 188+0+97=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0061 is #43FF9E. Grayscale: #434343. Windows color (decimal): -4456351 or 6357180. OLE color: 6357180.
HSL color Cylindrical-coordinate representation of color #BC0061: hue angle of 329.04º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0061 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.48 | 0.26 |
| HSL | 329.04º | 1% | 0.37% | - |
| HSV(B) | 329.04º | 1% | 0.74% | - |
| XYZ | 22.9 | 11.55 | 12.33 | - |
| YUV | 67.27 | 144.78 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 97 | 0 | 1 | 0.48 | 0.26 | 329.04 | 1 | 0.37 |
| Hex | BC | 0 | 61 | 0 | 64 | 30 | 1A | 149 | 64 | 25 |
| Octal | 274 | 0 | 141 | 0 | 144 | 60 | 32 | 511 | 144 | 45 |
| Binary | 10111100 | 0 | 1100001 | 0 | 1100100 | 110000 | 11010 | 101001001 | 1100100 | 100101 |
Color Harmonies of #BC0061
Complementary color
Monochromatic Colors of #BC0061
Black with #BC0061
Text Example
Text Example
White with #BC0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0061; }
p { color: rgb(188,0,97); }
H1.HeaderClassName
{
color: #BC0061;
}
.AnyTagClassName
{
color: #BC0061;
}
</style>
background-color css
<style>
a { background-color: #BC0061; }
a { background-color: rgb(188,0,97); }
div.DivClassName
{
background-color: #BC0061;
}
.BgClassName
{
background-color: #BC0061;
}
</style>
border-color css
<style>
span { border-color: #BC0061; }
span { border-color: rgb(188,0,97); }
td.TdClassName
{
border-color: #BC0061;
}
.TagClassName
{
border-color: #BC0061;
}
</style>