Shades of Jazzberry Jam #BC074F
Tints of Jazzberry Jam #BC074F
RGB
CMYK
RGB Variations
Color information
#BC074F (or 0xBC074F) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 4F. RGB value is (188,7,79). Sum of RGB (Red+Green+Blue) = 188+7+79=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC074F is #43F8B0. Grayscale: #454545. Windows color (decimal): -4454577 or 5179324. OLE color: 5179324.
HSL color Cylindrical-coordinate representation of color #BC074F: hue angle of 336.13º 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 #BC074F is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 79 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.26 |
| HSL | 336.13º | 0.93% | 0.38% | - |
| HSV(B) | 336.13º | 0.96% | 0.74% | - |
| XYZ | 22.23 | 11.41 | 8.43 | - |
| YUV | 69.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 79 | 0 | 0.96 | 0.58 | 0.26 | 336.13 | 0.93 | 0.38 |
| Hex | BC | 7 | 4F | 0 | 60 | 3A | 1A | 150 | 5D | 26 |
| Octal | 274 | 7 | 117 | 0 | 140 | 72 | 32 | 520 | 135 | 46 |
| Binary | 10111100 | 111 | 1001111 | 0 | 1100000 | 111010 | 11010 | 101010000 | 1011101 | 100110 |
Color Harmonies of #BC074F
Complementary color
Monochromatic Colors of #BC074F
Black with #BC074F
Text Example
Text Example
White with #BC074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC074F; }
p { color: rgb(188,7,79); }
H1.HeaderClassName
{
color: #BC074F;
}
.AnyTagClassName
{
color: #BC074F;
}
</style>
background-color css
<style>
a { background-color: #BC074F; }
a { background-color: rgb(188,7,79); }
div.DivClassName
{
background-color: #BC074F;
}
.BgClassName
{
background-color: #BC074F;
}
</style>
border-color css
<style>
span { border-color: #BC074F; }
span { border-color: rgb(188,7,79); }
td.TdClassName
{
border-color: #BC074F;
}
.TagClassName
{
border-color: #BC074F;
}
</style>