Shades of Jazzberry Jam #BC196B
Tints of Jazzberry Jam #BC196B
RGB
CMYK
RGB Variations
Color information
#BC196B (or 0xBC196B) is known color: Jazzberry Jam. HEX triplet: BC, 19 and 6B. RGB value is (188,25,107). Sum of RGB (Red+Green+Blue) = 188+25+107=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 25 (10.16% from 255 or 7.81% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC196B is #43E694. Grayscale: #525252. Windows color (decimal): -4449941 or 7018940. OLE color: 7018940.
HSL color Cylindrical-coordinate representation of color #BC196B: hue angle of 329.82º 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 #BC196B is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 107 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.26 |
| HSL | 329.82º | 0.77% | 0.42% | - |
| HSV(B) | 329.82º | 0.87% | 0.74% | - |
| XYZ | 23.74 | 12.45 | 15.06 | - |
| YUV | 83.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 107 | 0 | 0.87 | 0.43 | 0.26 | 329.82 | 0.77 | 0.42 |
| Hex | BC | 19 | 6B | 0 | 57 | 2B | 1A | 14A | 4D | 2A |
| Octal | 274 | 31 | 153 | 0 | 127 | 53 | 32 | 512 | 115 | 52 |
| Binary | 10111100 | 11001 | 1101011 | 0 | 1010111 | 101011 | 11010 | 101001010 | 1001101 | 101010 |
Color Harmonies of #BC196B
Complementary color
Monochromatic Colors of #BC196B
Black with #BC196B
Text Example
Text Example
White with #BC196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC196B; }
p { color: rgb(188,25,107); }
H1.HeaderClassName
{
color: #BC196B;
}
.AnyTagClassName
{
color: #BC196B;
}
</style>
background-color css
<style>
a { background-color: #BC196B; }
a { background-color: rgb(188,25,107); }
div.DivClassName
{
background-color: #BC196B;
}
.BgClassName
{
background-color: #BC196B;
}
</style>
border-color css
<style>
span { border-color: #BC196B; }
span { border-color: rgb(188,25,107); }
td.TdClassName
{
border-color: #BC196B;
}
.TagClassName
{
border-color: #BC196B;
}
</style>