Shades of Jazzberry Jam #BC056B
Tints of Jazzberry Jam #BC056B
RGB
CMYK
RGB Variations
Color information
#BC056B (or 0xBC056B) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 6B. RGB value is (188,5,107). Sum of RGB (Red+Green+Blue) = 188+5+107=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC056B is #43FA94. Grayscale: #474747. Windows color (decimal): -4455061 or 7013820. OLE color: 7013820.
HSL color Cylindrical-coordinate representation of color #BC056B: hue angle of 326.56º 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 #BC056B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 107 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.26 |
| HSL | 326.56º | 0.95% | 0.38% | - |
| HSV(B) | 326.56º | 0.97% | 0.74% | - |
| XYZ | 23.45 | 11.86 | 14.96 | - |
| YUV | 71.35 | 148.13 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 107 | 0 | 0.97 | 0.43 | 0.26 | 326.56 | 0.95 | 0.38 |
| Hex | BC | 5 | 6B | 0 | 61 | 2B | 1A | 147 | 5F | 26 |
| Octal | 274 | 5 | 153 | 0 | 141 | 53 | 32 | 507 | 137 | 46 |
| Binary | 10111100 | 101 | 1101011 | 0 | 1100001 | 101011 | 11010 | 101000111 | 1011111 | 100110 |
Color Harmonies of #BC056B
Complementary color
Monochromatic Colors of #BC056B
Black with #BC056B
Text Example
Text Example
White with #BC056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC056B; }
p { color: rgb(188,5,107); }
H1.HeaderClassName
{
color: #BC056B;
}
.AnyTagClassName
{
color: #BC056B;
}
</style>
background-color css
<style>
a { background-color: #BC056B; }
a { background-color: rgb(188,5,107); }
div.DivClassName
{
background-color: #BC056B;
}
.BgClassName
{
background-color: #BC056B;
}
</style>
border-color css
<style>
span { border-color: #BC056B; }
span { border-color: rgb(188,5,107); }
td.TdClassName
{
border-color: #BC056B;
}
.TagClassName
{
border-color: #BC056B;
}
</style>