Shades of Jazzberry Jam #BC1368
Tints of Jazzberry Jam #BC1368
RGB
CMYK
RGB Variations
Color information
#BC1368 (or 0xBC1368) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 68. RGB value is (188,19,104). Sum of RGB (Red+Green+Blue) = 188+19+104=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1368 is #43EC97. Grayscale: #4F4F4F. Windows color (decimal): -4451480 or 6820796. OLE color: 6820796.
HSL color Cylindrical-coordinate representation of color #BC1368: hue angle of 329.82º 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 #BC1368 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 104 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.26 |
| HSL | 329.82º | 0.82% | 0.41% | - |
| HSV(B) | 329.82º | 0.9% | 0.74% | - |
| XYZ | 23.47 | 12.16 | 14.21 | - |
| YUV | 79.22 | 141.99 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 104 | 0 | 0.90 | 0.45 | 0.26 | 329.82 | 0.82 | 0.41 |
| Hex | BC | 13 | 68 | 0 | 5A | 2D | 1A | 14A | 52 | 29 |
| Octal | 274 | 23 | 150 | 0 | 132 | 55 | 32 | 512 | 122 | 51 |
| Binary | 10111100 | 10011 | 1101000 | 0 | 1011010 | 101101 | 11010 | 101001010 | 1010010 | 101001 |
Color Harmonies of #BC1368
Complementary color
Monochromatic Colors of #BC1368
Black with #BC1368
Text Example
Text Example
White with #BC1368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1368; }
p { color: rgb(188,19,104); }
H1.HeaderClassName
{
color: #BC1368;
}
.AnyTagClassName
{
color: #BC1368;
}
</style>
background-color css
<style>
a { background-color: #BC1368; }
a { background-color: rgb(188,19,104); }
div.DivClassName
{
background-color: #BC1368;
}
.BgClassName
{
background-color: #BC1368;
}
</style>
border-color css
<style>
span { border-color: #BC1368; }
span { border-color: rgb(188,19,104); }
td.TdClassName
{
border-color: #BC1368;
}
.TagClassName
{
border-color: #BC1368;
}
</style>