Shades of Jazzberry Jam #BC1466
Tints of Jazzberry Jam #BC1466
RGB
CMYK
RGB Variations
Color information
#BC1466 (or 0xBC1466) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 66. RGB value is (188,20,102). Sum of RGB (Red+Green+Blue) = 188+20+102=310 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.65% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1466 is #43EB99. Grayscale: #4F4F4F. Windows color (decimal): -4451226 or 6689980. OLE color: 6689980.
HSL color Cylindrical-coordinate representation of color #BC1466: hue angle of 330.71º 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 #BC1466 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 102 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.26 |
| HSL | 330.71º | 0.81% | 0.41% | - |
| HSV(B) | 330.71º | 0.89% | 0.74% | - |
| XYZ | 23.39 | 12.15 | 13.68 | - |
| YUV | 79.58 | 140.66 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 102 | 0 | 0.89 | 0.46 | 0.26 | 330.71 | 0.81 | 0.41 |
| Hex | BC | 14 | 66 | 0 | 59 | 2E | 1A | 14B | 51 | 29 |
| Octal | 274 | 24 | 146 | 0 | 131 | 56 | 32 | 513 | 121 | 51 |
| Binary | 10111100 | 10100 | 1100110 | 0 | 1011001 | 101110 | 11010 | 101001011 | 1010001 | 101001 |
Color Harmonies of #BC1466
Complementary color
Monochromatic Colors of #BC1466
Black with #BC1466
Text Example
Text Example
White with #BC1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1466; }
p { color: rgb(188,20,102); }
H1.HeaderClassName
{
color: #BC1466;
}
.AnyTagClassName
{
color: #BC1466;
}
</style>
background-color css
<style>
a { background-color: #BC1466; }
a { background-color: rgb(188,20,102); }
div.DivClassName
{
background-color: #BC1466;
}
.BgClassName
{
background-color: #BC1466;
}
</style>
border-color css
<style>
span { border-color: #BC1466; }
span { border-color: rgb(188,20,102); }
td.TdClassName
{
border-color: #BC1466;
}
.TagClassName
{
border-color: #BC1466;
}
</style>