Shades of Jazzberry Jam #BC0059
Tints of Jazzberry Jam #BC0059
RGB
CMYK
RGB Variations
Color information
#BC0059 (or 0xBC0059) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 59. RGB value is (188,0,89). Sum of RGB (Red+Green+Blue) = 188+0+89=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0059 is #43FFA6. Grayscale: #424242. Windows color (decimal): -4456359 or 5832892. OLE color: 5832892.
HSL color Cylindrical-coordinate representation of color #BC0059: hue angle of 331.6º 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 #BC0059 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.53 | 0.26 |
| HSL | 331.6º | 1% | 0.37% | - |
| HSV(B) | 331.6º | 1% | 0.74% | - |
| XYZ | 22.54 | 11.41 | 10.47 | - |
| YUV | 66.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 89 | 0 | 1 | 0.53 | 0.26 | 331.6 | 1 | 0.37 |
| Hex | BC | 0 | 59 | 0 | 64 | 35 | 1A | 14C | 64 | 25 |
| Octal | 274 | 0 | 131 | 0 | 144 | 65 | 32 | 514 | 144 | 45 |
| Binary | 10111100 | 0 | 1011001 | 0 | 1100100 | 110101 | 11010 | 101001100 | 1100100 | 100101 |
Color Harmonies of #BC0059
Complementary color
Monochromatic Colors of #BC0059
Black with #BC0059
Text Example
Text Example
White with #BC0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0059; }
p { color: rgb(188,0,89); }
H1.HeaderClassName
{
color: #BC0059;
}
.AnyTagClassName
{
color: #BC0059;
}
</style>
background-color css
<style>
a { background-color: #BC0059; }
a { background-color: rgb(188,0,89); }
div.DivClassName
{
background-color: #BC0059;
}
.BgClassName
{
background-color: #BC0059;
}
</style>
border-color css
<style>
span { border-color: #BC0059; }
span { border-color: rgb(188,0,89); }
td.TdClassName
{
border-color: #BC0059;
}
.TagClassName
{
border-color: #BC0059;
}
</style>