Shades of Jazzberry Jam #BC075F
Tints of Jazzberry Jam #BC075F
RGB
CMYK
RGB Variations
Color information
#BC075F (or 0xBC075F) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 5F. RGB value is (188,7,95). Sum of RGB (Red+Green+Blue) = 188+7+95=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC075F is #43F8A0. Grayscale: #464646. Windows color (decimal): -4454561 or 6227900. OLE color: 6227900.
HSL color Cylindrical-coordinate representation of color #BC075F: hue angle of 330.83º 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 #BC075F is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 95 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.26 |
| HSL | 330.83º | 0.93% | 0.38% | - |
| HSV(B) | 330.83º | 0.96% | 0.74% | - |
| XYZ | 22.88 | 11.67 | 11.87 | - |
| YUV | 71.15 | 141.47 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 95 | 0 | 0.96 | 0.49 | 0.26 | 330.83 | 0.93 | 0.38 |
| Hex | BC | 7 | 5F | 0 | 60 | 31 | 1A | 14B | 5D | 26 |
| Octal | 274 | 7 | 137 | 0 | 140 | 61 | 32 | 513 | 135 | 46 |
| Binary | 10111100 | 111 | 1011111 | 0 | 1100000 | 110001 | 11010 | 101001011 | 1011101 | 100110 |
Color Harmonies of #BC075F
Complementary color
Monochromatic Colors of #BC075F
Black with #BC075F
Text Example
Text Example
White with #BC075F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC075F; }
p { color: rgb(188,7,95); }
H1.HeaderClassName
{
color: #BC075F;
}
.AnyTagClassName
{
color: #BC075F;
}
</style>
background-color css
<style>
a { background-color: #BC075F; }
a { background-color: rgb(188,7,95); }
div.DivClassName
{
background-color: #BC075F;
}
.BgClassName
{
background-color: #BC075F;
}
</style>
border-color css
<style>
span { border-color: #BC075F; }
span { border-color: rgb(188,7,95); }
td.TdClassName
{
border-color: #BC075F;
}
.TagClassName
{
border-color: #BC075F;
}
</style>