Shades of Jazzberry Jam #BC2266
Tints of Jazzberry Jam #BC2266
RGB
CMYK
RGB Variations
Color information
#BC2266 (or 0xBC2266) is known color: Jazzberry Jam. HEX triplet: BC, 22 and 66. RGB value is (188,34,102). Sum of RGB (Red+Green+Blue) = 188+34+102=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2266 is #43DD99. Grayscale: #575757. Windows color (decimal): -4447642 or 6693564. OLE color: 6693564.
HSL color Cylindrical-coordinate representation of color #BC2266: hue angle of 333.51º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2266 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 102 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.26 |
| HSL | 333.51º | 0.69% | 0.44% | - |
| HSV(B) | 333.51º | 0.82% | 0.74% | - |
| XYZ | 23.71 | 12.79 | 13.79 | - |
| YUV | 87.8 | 136.02 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 102 | 0 | 0.82 | 0.46 | 0.26 | 333.51 | 0.69 | 0.44 |
| Hex | BC | 22 | 66 | 0 | 52 | 2E | 1A | 14E | 45 | 2C |
| Octal | 274 | 42 | 146 | 0 | 122 | 56 | 32 | 516 | 105 | 54 |
| Binary | 10111100 | 100010 | 1100110 | 0 | 1010010 | 101110 | 11010 | 101001110 | 1000101 | 101100 |
Color Harmonies of #BC2266
Complementary color
Monochromatic Colors of #BC2266
Black with #BC2266
Text Example
Text Example
White with #BC2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2266; }
p { color: rgb(188,34,102); }
H1.HeaderClassName
{
color: #BC2266;
}
.AnyTagClassName
{
color: #BC2266;
}
</style>
background-color css
<style>
a { background-color: #BC2266; }
a { background-color: rgb(188,34,102); }
div.DivClassName
{
background-color: #BC2266;
}
.BgClassName
{
background-color: #BC2266;
}
</style>
border-color css
<style>
span { border-color: #BC2266; }
span { border-color: rgb(188,34,102); }
td.TdClassName
{
border-color: #BC2266;
}
.TagClassName
{
border-color: #BC2266;
}
</style>