Shades of Jazzberry Jam #BC1861
Tints of Jazzberry Jam #BC1861
RGB
CMYK
RGB Variations
Color information
#BC1861 (or 0xBC1861) is known color: Jazzberry Jam. HEX triplet: BC, 18 and 61. RGB value is (188,24,97). Sum of RGB (Red+Green+Blue) = 188+24+97=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1861 is #43E79E. Grayscale: #515151. Windows color (decimal): -4450207 or 6363324. OLE color: 6363324.
HSL color Cylindrical-coordinate representation of color #BC1861: hue angle of 333.29º 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 #BC1861 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 97 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.26 |
| HSL | 333.29º | 0.77% | 0.42% | - |
| HSV(B) | 333.29º | 0.87% | 0.74% | - |
| XYZ | 23.22 | 12.21 | 12.44 | - |
| YUV | 81.36 | 136.83 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 97 | 0 | 0.87 | 0.48 | 0.26 | 333.29 | 0.77 | 0.42 |
| Hex | BC | 18 | 61 | 0 | 57 | 30 | 1A | 14D | 4D | 2A |
| Octal | 274 | 30 | 141 | 0 | 127 | 60 | 32 | 515 | 115 | 52 |
| Binary | 10111100 | 11000 | 1100001 | 0 | 1010111 | 110000 | 11010 | 101001101 | 1001101 | 101010 |
Color Harmonies of #BC1861
Complementary color
Monochromatic Colors of #BC1861
Black with #BC1861
Text Example
Text Example
White with #BC1861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1861; }
p { color: rgb(188,24,97); }
H1.HeaderClassName
{
color: #BC1861;
}
.AnyTagClassName
{
color: #BC1861;
}
</style>
background-color css
<style>
a { background-color: #BC1861; }
a { background-color: rgb(188,24,97); }
div.DivClassName
{
background-color: #BC1861;
}
.BgClassName
{
background-color: #BC1861;
}
</style>
border-color css
<style>
span { border-color: #BC1861; }
span { border-color: rgb(188,24,97); }
td.TdClassName
{
border-color: #BC1861;
}
.TagClassName
{
border-color: #BC1861;
}
</style>