Shades of Jazzberry Jam #BC175C
Tints of Jazzberry Jam #BC175C
RGB
CMYK
RGB Variations
Color information
#BC175C (or 0xBC175C) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 5C. RGB value is (188,23,92). Sum of RGB (Red+Green+Blue) = 188+23+92=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 23 (9.38% from 255 or 7.59% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC175C is #43E8A3. Grayscale: #505050. Windows color (decimal): -4450468 or 6035388. OLE color: 6035388.
HSL color Cylindrical-coordinate representation of color #BC175C: hue angle of 334.91º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC175C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 92 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.26 |
| HSL | 334.91º | 0.78% | 0.41% | - |
| HSV(B) | 334.91º | 0.88% | 0.74% | - |
| XYZ | 22.98 | 12.08 | 11.25 | - |
| YUV | 80.2 | 134.66 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 92 | 0 | 0.88 | 0.51 | 0.26 | 334.91 | 0.78 | 0.41 |
| Hex | BC | 17 | 5C | 0 | 58 | 33 | 1A | 14F | 4E | 29 |
| Octal | 274 | 27 | 134 | 0 | 130 | 63 | 32 | 517 | 116 | 51 |
| Binary | 10111100 | 10111 | 1011100 | 0 | 1011000 | 110011 | 11010 | 101001111 | 1001110 | 101001 |
Color Harmonies of #BC175C
Complementary color
Monochromatic Colors of #BC175C
Black with #BC175C
Text Example
Text Example
White with #BC175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC175C; }
p { color: rgb(188,23,92); }
H1.HeaderClassName
{
color: #BC175C;
}
.AnyTagClassName
{
color: #BC175C;
}
</style>
background-color css
<style>
a { background-color: #BC175C; }
a { background-color: rgb(188,23,92); }
div.DivClassName
{
background-color: #BC175C;
}
.BgClassName
{
background-color: #BC175C;
}
</style>
border-color css
<style>
span { border-color: #BC175C; }
span { border-color: rgb(188,23,92); }
td.TdClassName
{
border-color: #BC175C;
}
.TagClassName
{
border-color: #BC175C;
}
</style>