Shades of Jazzberry Jam #BC0554
Tints of Jazzberry Jam #BC0554
RGB
CMYK
RGB Variations
Color information
#BC0554 (or 0xBC0554) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 54. RGB value is (188,5,84). Sum of RGB (Red+Green+Blue) = 188+5+84=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0554 is #43FAAB. Grayscale: #444444. Windows color (decimal): -4455084 or 5506492. OLE color: 5506492.
HSL color Cylindrical-coordinate representation of color #BC0554: hue angle of 334.1º 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 #BC0554 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 84 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.26 |
| HSL | 334.1º | 0.95% | 0.38% | - |
| HSV(B) | 334.1º | 0.97% | 0.74% | - |
| XYZ | 22.39 | 11.44 | 9.42 | - |
| YUV | 68.72 | 136.63 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 84 | 0 | 0.97 | 0.55 | 0.26 | 334.1 | 0.95 | 0.38 |
| Hex | BC | 5 | 54 | 0 | 61 | 37 | 1A | 14E | 5F | 26 |
| Octal | 274 | 5 | 124 | 0 | 141 | 67 | 32 | 516 | 137 | 46 |
| Binary | 10111100 | 101 | 1010100 | 0 | 1100001 | 110111 | 11010 | 101001110 | 1011111 | 100110 |
Color Harmonies of #BC0554
Complementary color
Monochromatic Colors of #BC0554
Black with #BC0554
Text Example
Text Example
White with #BC0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0554; }
p { color: rgb(188,5,84); }
H1.HeaderClassName
{
color: #BC0554;
}
.AnyTagClassName
{
color: #BC0554;
}
</style>
background-color css
<style>
a { background-color: #BC0554; }
a { background-color: rgb(188,5,84); }
div.DivClassName
{
background-color: #BC0554;
}
.BgClassName
{
background-color: #BC0554;
}
</style>
border-color css
<style>
span { border-color: #BC0554; }
span { border-color: rgb(188,5,84); }
td.TdClassName
{
border-color: #BC0554;
}
.TagClassName
{
border-color: #BC0554;
}
</style>