Shades of Jazzberry Jam #BC0555
Tints of Jazzberry Jam #BC0555
RGB
CMYK
RGB Variations
Color information
#BC0555 (or 0xBC0555) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 55. RGB value is (188,5,85). Sum of RGB (Red+Green+Blue) = 188+5+85=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0555 is #43FAAA. Grayscale: #444444. Windows color (decimal): -4455083 or 5572028. OLE color: 5572028.
HSL color Cylindrical-coordinate representation of color #BC0555: hue angle of 333.77º degrees, saturation: 0.95, 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 #BC0555 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 85 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.26 |
| HSL | 333.77º | 0.95% | 0.38% | - |
| HSV(B) | 333.77º | 0.97% | 0.74% | - |
| XYZ | 22.43 | 11.46 | 9.62 | - |
| YUV | 68.84 | 137.13 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 85 | 0 | 0.97 | 0.55 | 0.26 | 333.77 | 0.95 | 0.38 |
| Hex | BC | 5 | 55 | 0 | 61 | 37 | 1A | 14E | 5F | 26 |
| Octal | 274 | 5 | 125 | 0 | 141 | 67 | 32 | 516 | 137 | 46 |
| Binary | 10111100 | 101 | 1010101 | 0 | 1100001 | 110111 | 11010 | 101001110 | 1011111 | 100110 |
Color Harmonies of #BC0555
Complementary color
Monochromatic Colors of #BC0555
Black with #BC0555
Text Example
Text Example
White with #BC0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0555; }
p { color: rgb(188,5,85); }
H1.HeaderClassName
{
color: #BC0555;
}
.AnyTagClassName
{
color: #BC0555;
}
</style>
background-color css
<style>
a { background-color: #BC0555; }
a { background-color: rgb(188,5,85); }
div.DivClassName
{
background-color: #BC0555;
}
.BgClassName
{
background-color: #BC0555;
}
</style>
border-color css
<style>
span { border-color: #BC0555; }
span { border-color: rgb(188,5,85); }
td.TdClassName
{
border-color: #BC0555;
}
.TagClassName
{
border-color: #BC0555;
}
</style>