Shades of Jazzberry Jam #BC0357
Tints of Jazzberry Jam #BC0357
RGB
CMYK
RGB Variations
Color information
#BC0357 (or 0xBC0357) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 57. RGB value is (188,3,87). Sum of RGB (Red+Green+Blue) = 188+3+87=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0357 is #43FCA8. Grayscale: #434343. Windows color (decimal): -4455593 or 5702588. OLE color: 5702588.
HSL color Cylindrical-coordinate representation of color #BC0357: hue angle of 332.76º 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 #BC0357 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 87 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.26 |
| HSL | 332.76º | 0.97% | 0.37% | - |
| HSV(B) | 332.76º | 0.98% | 0.74% | - |
| XYZ | 22.49 | 11.44 | 10.04 | - |
| YUV | 67.89 | 138.79 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 87 | 0 | 0.98 | 0.54 | 0.26 | 332.76 | 0.97 | 0.37 |
| Hex | BC | 3 | 57 | 0 | 62 | 36 | 1A | 14D | 61 | 25 |
| Octal | 274 | 3 | 127 | 0 | 142 | 66 | 32 | 515 | 141 | 45 |
| Binary | 10111100 | 11 | 1010111 | 0 | 1100010 | 110110 | 11010 | 101001101 | 1100001 | 100101 |
Color Harmonies of #BC0357
Complementary color
Monochromatic Colors of #BC0357
Black with #BC0357
Text Example
Text Example
White with #BC0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0357; }
p { color: rgb(188,3,87); }
H1.HeaderClassName
{
color: #BC0357;
}
.AnyTagClassName
{
color: #BC0357;
}
</style>
background-color css
<style>
a { background-color: #BC0357; }
a { background-color: rgb(188,3,87); }
div.DivClassName
{
background-color: #BC0357;
}
.BgClassName
{
background-color: #BC0357;
}
</style>
border-color css
<style>
span { border-color: #BC0357; }
span { border-color: rgb(188,3,87); }
td.TdClassName
{
border-color: #BC0357;
}
.TagClassName
{
border-color: #BC0357;
}
</style>