Shades of Jazzberry Jam #BC0354
Tints of Jazzberry Jam #BC0354
RGB
CMYK
RGB Variations
Color information
#BC0354 (or 0xBC0354) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 54. RGB value is (188,3,84). Sum of RGB (Red+Green+Blue) = 188+3+84=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0354 is #43FCAB. Grayscale: #434343. Windows color (decimal): -4455596 or 5505980. OLE color: 5505980.
HSL color Cylindrical-coordinate representation of color #BC0354: hue angle of 333.73º 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 #BC0354 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.26 |
| HSL | 333.73º | 0.97% | 0.37% | - |
| HSV(B) | 333.73º | 0.98% | 0.74% | - |
| XYZ | 22.37 | 11.4 | 9.41 | - |
| YUV | 67.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 84 | 0 | 0.98 | 0.55 | 0.26 | 333.73 | 0.97 | 0.37 |
| Hex | BC | 3 | 54 | 0 | 62 | 37 | 1A | 14E | 61 | 25 |
| Octal | 274 | 3 | 124 | 0 | 142 | 67 | 32 | 516 | 141 | 45 |
| Binary | 10111100 | 11 | 1010100 | 0 | 1100010 | 110111 | 11010 | 101001110 | 1100001 | 100101 |
Color Harmonies of #BC0354
Complementary color
Monochromatic Colors of #BC0354
Black with #BC0354
Text Example
Text Example
White with #BC0354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0354; }
p { color: rgb(188,3,84); }
H1.HeaderClassName
{
color: #BC0354;
}
.AnyTagClassName
{
color: #BC0354;
}
</style>
background-color css
<style>
a { background-color: #BC0354; }
a { background-color: rgb(188,3,84); }
div.DivClassName
{
background-color: #BC0354;
}
.BgClassName
{
background-color: #BC0354;
}
</style>
border-color css
<style>
span { border-color: #BC0354; }
span { border-color: rgb(188,3,84); }
td.TdClassName
{
border-color: #BC0354;
}
.TagClassName
{
border-color: #BC0354;
}
</style>