Shades of Jazzberry Jam #BC1468
Tints of Jazzberry Jam #BC1468
RGB
CMYK
RGB Variations
Color information
#BC1468 (or 0xBC1468) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 68. RGB value is (188,20,104). Sum of RGB (Red+Green+Blue) = 188+20+104=312 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.26% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1468 is #43EB97. Grayscale: #4F4F4F. Windows color (decimal): -4451224 or 6821052. OLE color: 6821052.
HSL color Cylindrical-coordinate representation of color #BC1468: hue angle of 330º 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 #BC1468 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 104 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.26 |
| HSL | 330º | 0.81% | 0.41% | - |
| HSV(B) | 330º | 0.89% | 0.74% | - |
| XYZ | 23.49 | 12.19 | 14.21 | - |
| YUV | 79.81 | 141.66 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 104 | 0 | 0.89 | 0.45 | 0.26 | 330 | 0.81 | 0.41 |
| Hex | BC | 14 | 68 | 0 | 59 | 2D | 1A | 14A | 51 | 29 |
| Octal | 274 | 24 | 150 | 0 | 131 | 55 | 32 | 512 | 121 | 51 |
| Binary | 10111100 | 10100 | 1101000 | 0 | 1011001 | 101101 | 11010 | 101001010 | 1010001 | 101001 |
Color Harmonies of #BC1468
Complementary color
Monochromatic Colors of #BC1468
Black with #BC1468
Text Example
Text Example
White with #BC1468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1468; }
p { color: rgb(188,20,104); }
H1.HeaderClassName
{
color: #BC1468;
}
.AnyTagClassName
{
color: #BC1468;
}
</style>
background-color css
<style>
a { background-color: #BC1468; }
a { background-color: rgb(188,20,104); }
div.DivClassName
{
background-color: #BC1468;
}
.BgClassName
{
background-color: #BC1468;
}
</style>
border-color css
<style>
span { border-color: #BC1468; }
span { border-color: rgb(188,20,104); }
td.TdClassName
{
border-color: #BC1468;
}
.TagClassName
{
border-color: #BC1468;
}
</style>