Shades of Jazzberry Jam #BC076C
Tints of Jazzberry Jam #BC076C
RGB
CMYK
RGB Variations
Color information
#BC076C (or 0xBC076C) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 6C. RGB value is (188,7,108). Sum of RGB (Red+Green+Blue) = 188+7+108=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC076C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC076C is #43F893. Grayscale: #484848. Windows color (decimal): -4454548 or 7079868. OLE color: 7079868.
HSL color Cylindrical-coordinate representation of color #BC076C: hue angle of 326.52º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC076C is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 108 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.26 |
| HSL | 326.52º | 0.93% | 0.38% | - |
| HSV(B) | 326.52º | 0.96% | 0.74% | - |
| XYZ | 23.52 | 11.93 | 15.25 | - |
| YUV | 72.63 | 147.97 | 210.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 108 | 0 | 0.96 | 0.43 | 0.26 | 326.52 | 0.93 | 0.38 |
| Hex | BC | 7 | 6C | 0 | 60 | 2B | 1A | 147 | 5D | 26 |
| Octal | 274 | 7 | 154 | 0 | 140 | 53 | 32 | 507 | 135 | 46 |
| Binary | 10111100 | 111 | 1101100 | 0 | 1100000 | 101011 | 11010 | 101000111 | 1011101 | 100110 |
Color Harmonies of #BC076C
Complementary color
Monochromatic Colors of #BC076C
Black with #BC076C
Text Example
Text Example
White with #BC076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC076C; }
p { color: rgb(188,7,108); }
H1.HeaderClassName
{
color: #BC076C;
}
.AnyTagClassName
{
color: #BC076C;
}
</style>
background-color css
<style>
a { background-color: #BC076C; }
a { background-color: rgb(188,7,108); }
div.DivClassName
{
background-color: #BC076C;
}
.BgClassName
{
background-color: #BC076C;
}
</style>
border-color css
<style>
span { border-color: #BC076C; }
span { border-color: rgb(188,7,108); }
td.TdClassName
{
border-color: #BC076C;
}
.TagClassName
{
border-color: #BC076C;
}
</style>