Shades of Jazzberry Jam #BC0147
Tints of Jazzberry Jam #BC0147
RGB
CMYK
RGB Variations
Color information
#BC0147 (or 0xBC0147) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 47. RGB value is (188,1,71). Sum of RGB (Red+Green+Blue) = 188+1+71=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0147 is #43FEB8. Grayscale: #404040. Windows color (decimal): -4456121 or 4653500. OLE color: 4653500.
HSL color Cylindrical-coordinate representation of color #BC0147: hue angle of 337.54º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0147 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.26 |
| HSL | 337.54º | 0.99% | 0.37% | - |
| HSV(B) | 337.54º | 0.99% | 0.74% | - |
| XYZ | 21.89 | 11.17 | 6.96 | - |
| YUV | 64.89 | 131.45 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 71 | 0 | 0.99 | 0.62 | 0.26 | 337.54 | 0.99 | 0.37 |
| Hex | BC | 1 | 47 | 0 | 63 | 3E | 1A | 152 | 63 | 25 |
| Octal | 274 | 1 | 107 | 0 | 143 | 76 | 32 | 522 | 143 | 45 |
| Binary | 10111100 | 1 | 1000111 | 0 | 1100011 | 111110 | 11010 | 101010010 | 1100011 | 100101 |
Color Harmonies of #BC0147
Complementary color
Monochromatic Colors of #BC0147
Black with #BC0147
Text Example
Text Example
White with #BC0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0147; }
p { color: rgb(188,1,71); }
H1.HeaderClassName
{
color: #BC0147;
}
.AnyTagClassName
{
color: #BC0147;
}
</style>
background-color css
<style>
a { background-color: #BC0147; }
a { background-color: rgb(188,1,71); }
div.DivClassName
{
background-color: #BC0147;
}
.BgClassName
{
background-color: #BC0147;
}
</style>
border-color css
<style>
span { border-color: #BC0147; }
span { border-color: rgb(188,1,71); }
td.TdClassName
{
border-color: #BC0147;
}
.TagClassName
{
border-color: #BC0147;
}
</style>