Shades of Jazzberry Jam #BC1358
Tints of Jazzberry Jam #BC1358
RGB
CMYK
RGB Variations
Color information
#BC1358 (or 0xBC1358) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 58. RGB value is (188,19,88). Sum of RGB (Red+Green+Blue) = 188+19+88=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1358 is #43ECA7. Grayscale: #4D4D4D. Windows color (decimal): -4451496 or 5772220. OLE color: 5772220.
HSL color Cylindrical-coordinate representation of color #BC1358: hue angle of 335.5º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1358 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 88 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.26 |
| HSL | 335.5º | 0.82% | 0.41% | - |
| HSV(B) | 335.5º | 0.9% | 0.74% | - |
| XYZ | 22.73 | 11.86 | 10.32 | - |
| YUV | 77.4 | 133.99 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 88 | 0 | 0.90 | 0.53 | 0.26 | 335.5 | 0.82 | 0.41 |
| Hex | BC | 13 | 58 | 0 | 5A | 35 | 1A | 150 | 52 | 29 |
| Octal | 274 | 23 | 130 | 0 | 132 | 65 | 32 | 520 | 122 | 51 |
| Binary | 10111100 | 10011 | 1011000 | 0 | 1011010 | 110101 | 11010 | 101010000 | 1010010 | 101001 |
Color Harmonies of #BC1358
Complementary color
Monochromatic Colors of #BC1358
Black with #BC1358
Text Example
Text Example
White with #BC1358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1358; }
p { color: rgb(188,19,88); }
H1.HeaderClassName
{
color: #BC1358;
}
.AnyTagClassName
{
color: #BC1358;
}
</style>
background-color css
<style>
a { background-color: #BC1358; }
a { background-color: rgb(188,19,88); }
div.DivClassName
{
background-color: #BC1358;
}
.BgClassName
{
background-color: #BC1358;
}
</style>
border-color css
<style>
span { border-color: #BC1358; }
span { border-color: rgb(188,19,88); }
td.TdClassName
{
border-color: #BC1358;
}
.TagClassName
{
border-color: #BC1358;
}
</style>