Shades of Jazzberry Jam #BC0659
Tints of Jazzberry Jam #BC0659
RGB
CMYK
RGB Variations
Color information
#BC0659 (or 0xBC0659) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 59. RGB value is (188,6,89). Sum of RGB (Red+Green+Blue) = 188+6+89=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0659 is #43F9A6. Grayscale: #454545. Windows color (decimal): -4454823 or 5834428. OLE color: 5834428.
HSL color Cylindrical-coordinate representation of color #BC0659: hue angle of 332.64º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0659 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.26 |
| HSL | 332.64º | 0.94% | 0.38% | - |
| HSV(B) | 332.64º | 0.97% | 0.74% | - |
| XYZ | 22.61 | 11.54 | 10.49 | - |
| YUV | 69.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 89 | 0 | 0.97 | 0.53 | 0.26 | 332.64 | 0.94 | 0.38 |
| Hex | BC | 6 | 59 | 0 | 61 | 35 | 1A | 14D | 5E | 26 |
| Octal | 274 | 6 | 131 | 0 | 141 | 65 | 32 | 515 | 136 | 46 |
| Binary | 10111100 | 110 | 1011001 | 0 | 1100001 | 110101 | 11010 | 101001101 | 1011110 | 100110 |
Color Harmonies of #BC0659
Complementary color
Monochromatic Colors of #BC0659
Black with #BC0659
Text Example
Text Example
White with #BC0659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0659; }
p { color: rgb(188,6,89); }
H1.HeaderClassName
{
color: #BC0659;
}
.AnyTagClassName
{
color: #BC0659;
}
</style>
background-color css
<style>
a { background-color: #BC0659; }
a { background-color: rgb(188,6,89); }
div.DivClassName
{
background-color: #BC0659;
}
.BgClassName
{
background-color: #BC0659;
}
</style>
border-color css
<style>
span { border-color: #BC0659; }
span { border-color: rgb(188,6,89); }
td.TdClassName
{
border-color: #BC0659;
}
.TagClassName
{
border-color: #BC0659;
}
</style>