Shades of Jazzberry Jam #BC175D
Tints of Jazzberry Jam #BC175D
RGB
CMYK
RGB Variations
Color information
#BC175D (or 0xBC175D) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 5D. RGB value is (188,23,93). Sum of RGB (Red+Green+Blue) = 188+23+93=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC175D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC175D is #43E8A2. Grayscale: #505050. Windows color (decimal): -4450467 or 6100924. OLE color: 6100924.
HSL color Cylindrical-coordinate representation of color #BC175D: hue angle of 334.55º 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 #BC175D is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 93 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.26 |
| HSL | 334.55º | 0.78% | 0.41% | - |
| HSV(B) | 334.55º | 0.88% | 0.74% | - |
| XYZ | 23.02 | 12.09 | 11.48 | - |
| YUV | 80.32 | 135.16 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 93 | 0 | 0.88 | 0.51 | 0.26 | 334.55 | 0.78 | 0.41 |
| Hex | BC | 17 | 5D | 0 | 58 | 33 | 1A | 14F | 4E | 29 |
| Octal | 274 | 27 | 135 | 0 | 130 | 63 | 32 | 517 | 116 | 51 |
| Binary | 10111100 | 10111 | 1011101 | 0 | 1011000 | 110011 | 11010 | 101001111 | 1001110 | 101001 |
Color Harmonies of #BC175D
Complementary color
Monochromatic Colors of #BC175D
Black with #BC175D
Text Example
Text Example
White with #BC175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC175D; }
p { color: rgb(188,23,93); }
H1.HeaderClassName
{
color: #BC175D;
}
.AnyTagClassName
{
color: #BC175D;
}
</style>
background-color css
<style>
a { background-color: #BC175D; }
a { background-color: rgb(188,23,93); }
div.DivClassName
{
background-color: #BC175D;
}
.BgClassName
{
background-color: #BC175D;
}
</style>
border-color css
<style>
span { border-color: #BC175D; }
span { border-color: rgb(188,23,93); }
td.TdClassName
{
border-color: #BC175D;
}
.TagClassName
{
border-color: #BC175D;
}
</style>