Shades of Jazzberry Jam #BC175A
Tints of Jazzberry Jam #BC175A
RGB
CMYK
RGB Variations
Color information
#BC175A (or 0xBC175A) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 5A. RGB value is (188,23,90). Sum of RGB (Red+Green+Blue) = 188+23+90=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC175A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC175A is #43E8A5. Grayscale: #4F4F4F. Windows color (decimal): -4450470 or 5904316. OLE color: 5904316.
HSL color Cylindrical-coordinate representation of color #BC175A: hue angle of 335.64º 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 #BC175A is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 90 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.26 |
| HSL | 335.64º | 0.78% | 0.41% | - |
| HSV(B) | 335.64º | 0.88% | 0.74% | - |
| XYZ | 22.89 | 12.04 | 10.79 | - |
| YUV | 79.97 | 133.66 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 90 | 0 | 0.88 | 0.52 | 0.26 | 335.64 | 0.78 | 0.41 |
| Hex | BC | 17 | 5A | 0 | 58 | 34 | 1A | 150 | 4E | 29 |
| Octal | 274 | 27 | 132 | 0 | 130 | 64 | 32 | 520 | 116 | 51 |
| Binary | 10111100 | 10111 | 1011010 | 0 | 1011000 | 110100 | 11010 | 101010000 | 1001110 | 101001 |
Color Harmonies of #BC175A
Complementary color
Monochromatic Colors of #BC175A
Black with #BC175A
Text Example
Text Example
White with #BC175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC175A; }
p { color: rgb(188,23,90); }
H1.HeaderClassName
{
color: #BC175A;
}
.AnyTagClassName
{
color: #BC175A;
}
</style>
background-color css
<style>
a { background-color: #BC175A; }
a { background-color: rgb(188,23,90); }
div.DivClassName
{
background-color: #BC175A;
}
.BgClassName
{
background-color: #BC175A;
}
</style>
border-color css
<style>
span { border-color: #BC175A; }
span { border-color: rgb(188,23,90); }
td.TdClassName
{
border-color: #BC175A;
}
.TagClassName
{
border-color: #BC175A;
}
</style>