Shades of Jazzberry Jam #BC1867
Tints of Jazzberry Jam #BC1867
RGB
CMYK
RGB Variations
Color information
#BC1867 (or 0xBC1867) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 67. RGB value is (188,24,103). Sum of RGB (Red+Green+Blue) = 188+24+103=315 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.68% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1867 is #43E798. Grayscale: #515151. Windows color (decimal): -4450201 or 6756540. OLE color: 6756540.
HSL color Cylindrical-coordinate representation of color #BC1867: hue angle of 331.1º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1867 is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 103 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.26 |
| HSL | 331.1º | 0.77% | 0.42% | - |
| HSV(B) | 331.1º | 0.87% | 0.74% | - |
| XYZ | 23.51 | 12.32 | 13.97 | - |
| YUV | 82.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 103 | 0 | 0.87 | 0.45 | 0.26 | 331.1 | 0.77 | 0.42 |
| Hex | BC | 18 | 67 | 0 | 57 | 2D | 1A | 14B | 4D | 2A |
| Octal | 274 | 30 | 147 | 0 | 127 | 55 | 32 | 513 | 115 | 52 |
| Binary | 10111100 | 11000 | 1100111 | 0 | 1010111 | 101101 | 11010 | 101001011 | 1001101 | 101010 |
Color Harmonies of #BC1867
Complementary color
Monochromatic Colors of #BC1867
Black with #BC1867
Text Example
Text Example
White with #BC1867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1867; }
p { color: rgb(188,24,103); }
H1.HeaderClassName
{
color: #BC1867;
}
.AnyTagClassName
{
color: #BC1867;
}
</style>
background-color css
<style>
a { background-color: #BC1867; }
a { background-color: rgb(188,24,103); }
div.DivClassName
{
background-color: #BC1867;
}
.BgClassName
{
background-color: #BC1867;
}
</style>
border-color css
<style>
span { border-color: #BC1867; }
span { border-color: rgb(188,24,103); }
td.TdClassName
{
border-color: #BC1867;
}
.TagClassName
{
border-color: #BC1867;
}
</style>