Shades of Jazzberry Jam #BC0167
Tints of Jazzberry Jam #BC0167
RGB
CMYK
RGB Variations
Color information
#BC0167 (or 0xBC0167) is known color: Jazzberry Jam. HEX triplet: BC, 01 and 67. RGB value is (188,1,103). Sum of RGB (Red+Green+Blue) = 188+1+103=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0167 is #43FE98. Grayscale: #444444. Windows color (decimal): -4456089 or 6750652. OLE color: 6750652.
HSL color Cylindrical-coordinate representation of color #BC0167: hue angle of 327.27º 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 #BC0167 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 103 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.26 |
| HSL | 327.27º | 0.99% | 0.37% | - |
| HSV(B) | 327.27º | 0.99% | 0.74% | - |
| XYZ | 23.2 | 11.69 | 13.87 | - |
| YUV | 68.54 | 147.45 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 103 | 0 | 0.99 | 0.45 | 0.26 | 327.27 | 0.99 | 0.37 |
| Hex | BC | 1 | 67 | 0 | 63 | 2D | 1A | 147 | 63 | 25 |
| Octal | 274 | 1 | 147 | 0 | 143 | 55 | 32 | 507 | 143 | 45 |
| Binary | 10111100 | 1 | 1100111 | 0 | 1100011 | 101101 | 11010 | 101000111 | 1100011 | 100101 |
Color Harmonies of #BC0167
Complementary color
Monochromatic Colors of #BC0167
Black with #BC0167
Text Example
Text Example
White with #BC0167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0167; }
p { color: rgb(188,1,103); }
H1.HeaderClassName
{
color: #BC0167;
}
.AnyTagClassName
{
color: #BC0167;
}
</style>
background-color css
<style>
a { background-color: #BC0167; }
a { background-color: rgb(188,1,103); }
div.DivClassName
{
background-color: #BC0167;
}
.BgClassName
{
background-color: #BC0167;
}
</style>
border-color css
<style>
span { border-color: #BC0167; }
span { border-color: rgb(188,1,103); }
td.TdClassName
{
border-color: #BC0167;
}
.TagClassName
{
border-color: #BC0167;
}
</style>