Shades of Jazzberry Jam #BC0B60
Tints of Jazzberry Jam #BC0B60
RGB
CMYK
RGB Variations
Color information
#BC0B60 (or 0xBC0B60) is known color: Jazzberry Jam. HEX triplet: BC, 0B and 60. RGB value is (188,11,96). Sum of RGB (Red+Green+Blue) = 188+11+96=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B60 is #43F49F. Grayscale: #494949. Windows color (decimal): -4453536 or 6294460. OLE color: 6294460.
HSL color Cylindrical-coordinate representation of color #BC0B60: hue angle of 331.19º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B60 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 96 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.26 |
| HSL | 331.19º | 0.89% | 0.39% | - |
| HSV(B) | 331.19º | 0.94% | 0.74% | - |
| XYZ | 22.97 | 11.78 | 12.13 | - |
| YUV | 73.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 96 | 0 | 0.94 | 0.49 | 0.26 | 331.19 | 0.89 | 0.39 |
| Hex | BC | B | 60 | 0 | 5E | 31 | 1A | 14B | 59 | 27 |
| Octal | 274 | 13 | 140 | 0 | 136 | 61 | 32 | 513 | 131 | 47 |
| Binary | 10111100 | 1011 | 1100000 | 0 | 1011110 | 110001 | 11010 | 101001011 | 1011001 | 100111 |
Color Harmonies of #BC0B60
Complementary color
Monochromatic Colors of #BC0B60
Black with #BC0B60
Text Example
Text Example
White with #BC0B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B60; }
p { color: rgb(188,11,96); }
H1.HeaderClassName
{
color: #BC0B60;
}
.AnyTagClassName
{
color: #BC0B60;
}
</style>
background-color css
<style>
a { background-color: #BC0B60; }
a { background-color: rgb(188,11,96); }
div.DivClassName
{
background-color: #BC0B60;
}
.BgClassName
{
background-color: #BC0B60;
}
</style>
border-color css
<style>
span { border-color: #BC0B60; }
span { border-color: rgb(188,11,96); }
td.TdClassName
{
border-color: #BC0B60;
}
.TagClassName
{
border-color: #BC0B60;
}
</style>