Shades of Jazzberry Jam #BC056F
Tints of Jazzberry Jam #BC056F
RGB
CMYK
RGB Variations
Color information
#BC056F (or 0xBC056F) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 6F. RGB value is (188,5,111). Sum of RGB (Red+Green+Blue) = 188+5+111=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC056F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC056F is #43FA90. Grayscale: #474747. Windows color (decimal): -4455057 or 7275964. OLE color: 7275964.
HSL color Cylindrical-coordinate representation of color #BC056F: hue angle of 325.25º 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 #BC056F is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 111 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.26 |
| HSL | 325.25º | 0.95% | 0.38% | - |
| HSV(B) | 325.25º | 0.97% | 0.74% | - |
| XYZ | 23.66 | 11.95 | 16.1 | - |
| YUV | 71.8 | 150.13 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 111 | 0 | 0.97 | 0.41 | 0.26 | 325.25 | 0.95 | 0.38 |
| Hex | BC | 5 | 6F | 0 | 61 | 29 | 1A | 145 | 5F | 26 |
| Octal | 274 | 5 | 157 | 0 | 141 | 51 | 32 | 505 | 137 | 46 |
| Binary | 10111100 | 101 | 1101111 | 0 | 1100001 | 101001 | 11010 | 101000101 | 1011111 | 100110 |
Color Harmonies of #BC056F
Complementary color
Monochromatic Colors of #BC056F
Black with #BC056F
Text Example
Text Example
White with #BC056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC056F; }
p { color: rgb(188,5,111); }
H1.HeaderClassName
{
color: #BC056F;
}
.AnyTagClassName
{
color: #BC056F;
}
</style>
background-color css
<style>
a { background-color: #BC056F; }
a { background-color: rgb(188,5,111); }
div.DivClassName
{
background-color: #BC056F;
}
.BgClassName
{
background-color: #BC056F;
}
</style>
border-color css
<style>
span { border-color: #BC056F; }
span { border-color: rgb(188,5,111); }
td.TdClassName
{
border-color: #BC056F;
}
.TagClassName
{
border-color: #BC056F;
}
</style>