Shades of Jazzberry Jam #BC1B63
Tints of Jazzberry Jam #BC1B63
RGB
CMYK
RGB Variations
Color information
#BC1B63 (or 0xBC1B63) is known color: Jazzberry Jam. HEX triplet: BC, 1B and 63. RGB value is (188,27,99). Sum of RGB (Red+Green+Blue) = 188+27+99=314 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.87% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1B63 is #43E49C. Grayscale: #535353. Windows color (decimal): -4449437 or 6495164. OLE color: 6495164.
HSL color Cylindrical-coordinate representation of color #BC1B63: hue angle of 333.17º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B63 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 99 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.26 |
| HSL | 333.17º | 0.75% | 0.42% | - |
| HSV(B) | 333.17º | 0.86% | 0.74% | - |
| XYZ | 23.38 | 12.38 | 12.96 | - |
| YUV | 83.35 | 136.84 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 99 | 0 | 0.86 | 0.47 | 0.26 | 333.17 | 0.75 | 0.42 |
| Hex | BC | 1B | 63 | 0 | 56 | 2F | 1A | 14D | 4B | 2A |
| Octal | 274 | 33 | 143 | 0 | 126 | 57 | 32 | 515 | 113 | 52 |
| Binary | 10111100 | 11011 | 1100011 | 0 | 1010110 | 101111 | 11010 | 101001101 | 1001011 | 101010 |
Color Harmonies of #BC1B63
Complementary color
Monochromatic Colors of #BC1B63
Black with #BC1B63
Text Example
Text Example
White with #BC1B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B63; }
p { color: rgb(188,27,99); }
H1.HeaderClassName
{
color: #BC1B63;
}
.AnyTagClassName
{
color: #BC1B63;
}
</style>
background-color css
<style>
a { background-color: #BC1B63; }
a { background-color: rgb(188,27,99); }
div.DivClassName
{
background-color: #BC1B63;
}
.BgClassName
{
background-color: #BC1B63;
}
</style>
border-color css
<style>
span { border-color: #BC1B63; }
span { border-color: rgb(188,27,99); }
td.TdClassName
{
border-color: #BC1B63;
}
.TagClassName
{
border-color: #BC1B63;
}
</style>