Shades of Jazzberry Jam #BC0162
Tints of Jazzberry Jam #BC0162
RGB
CMYK
RGB Variations
Color information
#BC0162 (or 0xBC0162) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 62. RGB value is (188,1,98). Sum of RGB (Red+Green+Blue) = 188+1+98=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0162 is #43FE9D. Grayscale: #434343. Windows color (decimal): -4456094 or 6422972. OLE color: 6422972.
HSL color Cylindrical-coordinate representation of color #BC0162: hue angle of 328.88º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0162 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 98 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.26 |
| HSL | 328.88º | 0.99% | 0.37% | - |
| HSV(B) | 328.88º | 0.99% | 0.74% | - |
| XYZ | 22.95 | 11.59 | 12.58 | - |
| YUV | 67.97 | 144.95 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 98 | 0 | 0.99 | 0.48 | 0.26 | 328.88 | 0.99 | 0.37 |
| Hex | BC | 1 | 62 | 0 | 63 | 30 | 1A | 149 | 63 | 25 |
| Octal | 274 | 1 | 142 | 0 | 143 | 60 | 32 | 511 | 143 | 45 |
| Binary | 10111100 | 1 | 1100010 | 0 | 1100011 | 110000 | 11010 | 101001001 | 1100011 | 100101 |
Color Harmonies of #BC0162
Complementary color
Monochromatic Colors of #BC0162
Black with #BC0162
Text Example
Text Example
White with #BC0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0162; }
p { color: rgb(188,1,98); }
H1.HeaderClassName
{
color: #BC0162;
}
.AnyTagClassName
{
color: #BC0162;
}
</style>
background-color css
<style>
a { background-color: #BC0162; }
a { background-color: rgb(188,1,98); }
div.DivClassName
{
background-color: #BC0162;
}
.BgClassName
{
background-color: #BC0162;
}
</style>
border-color css
<style>
span { border-color: #BC0162; }
span { border-color: rgb(188,1,98); }
td.TdClassName
{
border-color: #BC0162;
}
.TagClassName
{
border-color: #BC0162;
}
</style>