Shades of Jazzberry Jam #BC0562
Tints of Jazzberry Jam #BC0562
RGB
CMYK
RGB Variations
Color information
#BC0562 (or 0xBC0562) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 62. RGB value is (188,5,98). Sum of RGB (Red+Green+Blue) = 188+5+98=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0562 is #43FA9D. Grayscale: #464646. Windows color (decimal): -4455070 or 6423996. OLE color: 6423996.
HSL color Cylindrical-coordinate representation of color #BC0562: hue angle of 329.51º 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 #BC0562 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 98 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.26 |
| HSL | 329.51º | 0.95% | 0.38% | - |
| HSV(B) | 329.51º | 0.97% | 0.74% | - |
| XYZ | 23 | 11.68 | 12.6 | - |
| YUV | 70.32 | 143.63 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 98 | 0 | 0.97 | 0.48 | 0.26 | 329.51 | 0.95 | 0.38 |
| Hex | BC | 5 | 62 | 0 | 61 | 30 | 1A | 14A | 5F | 26 |
| Octal | 274 | 5 | 142 | 0 | 141 | 60 | 32 | 512 | 137 | 46 |
| Binary | 10111100 | 101 | 1100010 | 0 | 1100001 | 110000 | 11010 | 101001010 | 1011111 | 100110 |
Color Harmonies of #BC0562
Complementary color
Monochromatic Colors of #BC0562
Black with #BC0562
Text Example
Text Example
White with #BC0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0562; }
p { color: rgb(188,5,98); }
H1.HeaderClassName
{
color: #BC0562;
}
.AnyTagClassName
{
color: #BC0562;
}
</style>
background-color css
<style>
a { background-color: #BC0562; }
a { background-color: rgb(188,5,98); }
div.DivClassName
{
background-color: #BC0562;
}
.BgClassName
{
background-color: #BC0562;
}
</style>
border-color css
<style>
span { border-color: #BC0562; }
span { border-color: rgb(188,5,98); }
td.TdClassName
{
border-color: #BC0562;
}
.TagClassName
{
border-color: #BC0562;
}
</style>