Shades of Jazzberry Jam #BC056D
Tints of Jazzberry Jam #BC056D
RGB
CMYK
RGB Variations
Color information
#BC056D (or 0xBC056D) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 6D. RGB value is (188,5,109). Sum of RGB (Red+Green+Blue) = 188+5+109=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC056D is #43FA92. Grayscale: #474747. Windows color (decimal): -4455059 or 7144892. OLE color: 7144892.
HSL color Cylindrical-coordinate representation of color #BC056D: hue angle of 325.9º degrees, saturation: 0.95, 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 #BC056D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 109 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.26 |
| HSL | 325.9º | 0.95% | 0.38% | - |
| HSV(B) | 325.9º | 0.97% | 0.74% | - |
| XYZ | 23.55 | 11.9 | 15.52 | - |
| YUV | 71.57 | 149.13 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 109 | 0 | 0.97 | 0.42 | 0.26 | 325.9 | 0.95 | 0.38 |
| Hex | BC | 5 | 6D | 0 | 61 | 2A | 1A | 146 | 5F | 26 |
| Octal | 274 | 5 | 155 | 0 | 141 | 52 | 32 | 506 | 137 | 46 |
| Binary | 10111100 | 101 | 1101101 | 0 | 1100001 | 101010 | 11010 | 101000110 | 1011111 | 100110 |
Color Harmonies of #BC056D
Complementary color
Monochromatic Colors of #BC056D
Black with #BC056D
Text Example
Text Example
White with #BC056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC056D; }
p { color: rgb(188,5,109); }
H1.HeaderClassName
{
color: #BC056D;
}
.AnyTagClassName
{
color: #BC056D;
}
</style>
background-color css
<style>
a { background-color: #BC056D; }
a { background-color: rgb(188,5,109); }
div.DivClassName
{
background-color: #BC056D;
}
.BgClassName
{
background-color: #BC056D;
}
</style>
border-color css
<style>
span { border-color: #BC056D; }
span { border-color: rgb(188,5,109); }
td.TdClassName
{
border-color: #BC056D;
}
.TagClassName
{
border-color: #BC056D;
}
</style>