Shades of Jazzberry Jam #BC0669
Tints of Jazzberry Jam #BC0669
RGB
CMYK
RGB Variations
Color information
#BC0669 (or 0xBC0669) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 69. RGB value is (188,6,105). Sum of RGB (Red+Green+Blue) = 188+6+105=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0669 is #43F996. Grayscale: #474747. Windows color (decimal): -4454807 or 6883004. OLE color: 6883004.
HSL color Cylindrical-coordinate representation of color #BC0669: hue angle of 327.36º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0669 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.26 |
| HSL | 327.36º | 0.94% | 0.38% | - |
| HSV(B) | 327.36º | 0.97% | 0.74% | - |
| XYZ | 23.35 | 11.84 | 14.42 | - |
| YUV | 71.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 105 | 0 | 0.97 | 0.44 | 0.26 | 327.36 | 0.94 | 0.38 |
| Hex | BC | 6 | 69 | 0 | 61 | 2C | 1A | 147 | 5E | 26 |
| Octal | 274 | 6 | 151 | 0 | 141 | 54 | 32 | 507 | 136 | 46 |
| Binary | 10111100 | 110 | 1101001 | 0 | 1100001 | 101100 | 11010 | 101000111 | 1011110 | 100110 |
Color Harmonies of #BC0669
Complementary color
Monochromatic Colors of #BC0669
Black with #BC0669
Text Example
Text Example
White with #BC0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0669; }
p { color: rgb(188,6,105); }
H1.HeaderClassName
{
color: #BC0669;
}
.AnyTagClassName
{
color: #BC0669;
}
</style>
background-color css
<style>
a { background-color: #BC0669; }
a { background-color: rgb(188,6,105); }
div.DivClassName
{
background-color: #BC0669;
}
.BgClassName
{
background-color: #BC0669;
}
</style>
border-color css
<style>
span { border-color: #BC0669; }
span { border-color: rgb(188,6,105); }
td.TdClassName
{
border-color: #BC0669;
}
.TagClassName
{
border-color: #BC0669;
}
</style>