Shades of Jazzberry Jam #BC1453
Tints of Jazzberry Jam #BC1453
RGB
CMYK
RGB Variations
Color information
#BC1453 (or 0xBC1453) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 53. RGB value is (188,20,83). Sum of RGB (Red+Green+Blue) = 188+20+83=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1453 is #43EBAC. Grayscale: #4D4D4D. Windows color (decimal): -4451245 or 5444796. OLE color: 5444796.
HSL color Cylindrical-coordinate representation of color #BC1453: hue angle of 337.5º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1453 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 83 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.26 |
| HSL | 337.5º | 0.81% | 0.41% | - |
| HSV(B) | 337.5º | 0.89% | 0.74% | - |
| XYZ | 22.55 | 11.82 | 9.28 | - |
| YUV | 77.41 | 131.16 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 83 | 0 | 0.89 | 0.56 | 0.26 | 337.5 | 0.81 | 0.41 |
| Hex | BC | 14 | 53 | 0 | 59 | 38 | 1A | 152 | 51 | 29 |
| Octal | 274 | 24 | 123 | 0 | 131 | 70 | 32 | 522 | 121 | 51 |
| Binary | 10111100 | 10100 | 1010011 | 0 | 1011001 | 111000 | 11010 | 101010010 | 1010001 | 101001 |
Color Harmonies of #BC1453
Complementary color
Monochromatic Colors of #BC1453
Black with #BC1453
Text Example
Text Example
White with #BC1453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1453; }
p { color: rgb(188,20,83); }
H1.HeaderClassName
{
color: #BC1453;
}
.AnyTagClassName
{
color: #BC1453;
}
</style>
background-color css
<style>
a { background-color: #BC1453; }
a { background-color: rgb(188,20,83); }
div.DivClassName
{
background-color: #BC1453;
}
.BgClassName
{
background-color: #BC1453;
}
</style>
border-color css
<style>
span { border-color: #BC1453; }
span { border-color: rgb(188,20,83); }
td.TdClassName
{
border-color: #BC1453;
}
.TagClassName
{
border-color: #BC1453;
}
</style>