Shades of Jazzberry Jam #BC0361
Tints of Jazzberry Jam #BC0361
RGB
CMYK
RGB Variations
Color information
#BC0361 (or 0xBC0361) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 61. RGB value is (188,3,97). Sum of RGB (Red+Green+Blue) = 188+3+97=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0361 is #43FC9E. Grayscale: #444444. Windows color (decimal): -4455583 or 6357948. OLE color: 6357948.
HSL color Cylindrical-coordinate representation of color #BC0361: hue angle of 329.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0361 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 97 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.26 |
| HSL | 329.51º | 0.97% | 0.37% | - |
| HSV(B) | 329.51º | 0.98% | 0.74% | - |
| XYZ | 22.93 | 11.62 | 12.34 | - |
| YUV | 69.03 | 143.79 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 97 | 0 | 0.98 | 0.48 | 0.26 | 329.51 | 0.97 | 0.37 |
| Hex | BC | 3 | 61 | 0 | 62 | 30 | 1A | 14A | 61 | 25 |
| Octal | 274 | 3 | 141 | 0 | 142 | 60 | 32 | 512 | 141 | 45 |
| Binary | 10111100 | 11 | 1100001 | 0 | 1100010 | 110000 | 11010 | 101001010 | 1100001 | 100101 |
Color Harmonies of #BC0361
Complementary color
Monochromatic Colors of #BC0361
Black with #BC0361
Text Example
Text Example
White with #BC0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0361; }
p { color: rgb(188,3,97); }
H1.HeaderClassName
{
color: #BC0361;
}
.AnyTagClassName
{
color: #BC0361;
}
</style>
background-color css
<style>
a { background-color: #BC0361; }
a { background-color: rgb(188,3,97); }
div.DivClassName
{
background-color: #BC0361;
}
.BgClassName
{
background-color: #BC0361;
}
</style>
border-color css
<style>
span { border-color: #BC0361; }
span { border-color: rgb(188,3,97); }
td.TdClassName
{
border-color: #BC0361;
}
.TagClassName
{
border-color: #BC0361;
}
</style>