Shades of Jazzberry Jam #BC065F
Tints of Jazzberry Jam #BC065F
RGB
CMYK
RGB Variations
Color information
#BC065F (or 0xBC065F) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 5F. RGB value is (188,6,95). Sum of RGB (Red+Green+Blue) = 188+6+95=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC065F is #43F9A0. Grayscale: #464646. Windows color (decimal): -4454817 or 6227644. OLE color: 6227644.
HSL color Cylindrical-coordinate representation of color #BC065F: hue angle of 330.66º 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 #BC065F is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 95 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.26 |
| HSL | 330.66º | 0.94% | 0.38% | - |
| HSV(B) | 330.66º | 0.97% | 0.74% | - |
| XYZ | 22.87 | 11.65 | 11.87 | - |
| YUV | 70.56 | 141.8 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 95 | 0 | 0.97 | 0.49 | 0.26 | 330.66 | 0.94 | 0.38 |
| Hex | BC | 6 | 5F | 0 | 61 | 31 | 1A | 14B | 5E | 26 |
| Octal | 274 | 6 | 137 | 0 | 141 | 61 | 32 | 513 | 136 | 46 |
| Binary | 10111100 | 110 | 1011111 | 0 | 1100001 | 110001 | 11010 | 101001011 | 1011110 | 100110 |
Color Harmonies of #BC065F
Complementary color
Monochromatic Colors of #BC065F
Black with #BC065F
Text Example
Text Example
White with #BC065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC065F; }
p { color: rgb(188,6,95); }
H1.HeaderClassName
{
color: #BC065F;
}
.AnyTagClassName
{
color: #BC065F;
}
</style>
background-color css
<style>
a { background-color: #BC065F; }
a { background-color: rgb(188,6,95); }
div.DivClassName
{
background-color: #BC065F;
}
.BgClassName
{
background-color: #BC065F;
}
</style>
border-color css
<style>
span { border-color: #BC065F; }
span { border-color: rgb(188,6,95); }
td.TdClassName
{
border-color: #BC065F;
}
.TagClassName
{
border-color: #BC065F;
}
</style>