Shades of Jazzberry Jam #BC056C
Tints of Jazzberry Jam #BC056C
RGB
CMYK
RGB Variations
Color information
#BC056C (or 0xBC056C) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 6C. RGB value is (188,5,108). Sum of RGB (Red+Green+Blue) = 188+5+108=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC056C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC056C is #43FA93. Grayscale: #474747. Windows color (decimal): -4455060 or 7079356. OLE color: 7079356.
HSL color Cylindrical-coordinate representation of color #BC056C: hue angle of 326.23º 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 #BC056C is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 108 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.26 |
| HSL | 326.23º | 0.95% | 0.38% | - |
| HSV(B) | 326.23º | 0.97% | 0.74% | - |
| XYZ | 23.5 | 11.88 | 15.24 | - |
| YUV | 71.46 | 148.63 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 108 | 0 | 0.97 | 0.43 | 0.26 | 326.23 | 0.95 | 0.38 |
| Hex | BC | 5 | 6C | 0 | 61 | 2B | 1A | 146 | 5F | 26 |
| Octal | 274 | 5 | 154 | 0 | 141 | 53 | 32 | 506 | 137 | 46 |
| Binary | 10111100 | 101 | 1101100 | 0 | 1100001 | 101011 | 11010 | 101000110 | 1011111 | 100110 |
Color Harmonies of #BC056C
Complementary color
Monochromatic Colors of #BC056C
Black with #BC056C
Text Example
Text Example
White with #BC056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC056C; }
p { color: rgb(188,5,108); }
H1.HeaderClassName
{
color: #BC056C;
}
.AnyTagClassName
{
color: #BC056C;
}
</style>
background-color css
<style>
a { background-color: #BC056C; }
a { background-color: rgb(188,5,108); }
div.DivClassName
{
background-color: #BC056C;
}
.BgClassName
{
background-color: #BC056C;
}
</style>
border-color css
<style>
span { border-color: #BC056C; }
span { border-color: rgb(188,5,108); }
td.TdClassName
{
border-color: #BC056C;
}
.TagClassName
{
border-color: #BC056C;
}
</style>