Shades of Jazzberry Jam #BC1758
Tints of Jazzberry Jam #BC1758
RGB
CMYK
RGB Variations
Color information
#BC1758 (or 0xBC1758) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 58. RGB value is (188,23,88). Sum of RGB (Red+Green+Blue) = 188+23+88=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1758 is #43E8A7. Grayscale: #4F4F4F. Windows color (decimal): -4450472 or 5773244. OLE color: 5773244.
HSL color Cylindrical-coordinate representation of color #BC1758: hue angle of 336.36º 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 #BC1758 is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 88 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.26 |
| HSL | 336.36º | 0.78% | 0.41% | - |
| HSV(B) | 336.36º | 0.88% | 0.74% | - |
| XYZ | 22.81 | 12.01 | 10.35 | - |
| YUV | 79.75 | 132.66 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 88 | 0 | 0.88 | 0.53 | 0.26 | 336.36 | 0.78 | 0.41 |
| Hex | BC | 17 | 58 | 0 | 58 | 35 | 1A | 150 | 4E | 29 |
| Octal | 274 | 27 | 130 | 0 | 130 | 65 | 32 | 520 | 116 | 51 |
| Binary | 10111100 | 10111 | 1011000 | 0 | 1011000 | 110101 | 11010 | 101010000 | 1001110 | 101001 |
Color Harmonies of #BC1758
Complementary color
Monochromatic Colors of #BC1758
Black with #BC1758
Text Example
Text Example
White with #BC1758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1758; }
p { color: rgb(188,23,88); }
H1.HeaderClassName
{
color: #BC1758;
}
.AnyTagClassName
{
color: #BC1758;
}
</style>
background-color css
<style>
a { background-color: #BC1758; }
a { background-color: rgb(188,23,88); }
div.DivClassName
{
background-color: #BC1758;
}
.BgClassName
{
background-color: #BC1758;
}
</style>
border-color css
<style>
span { border-color: #BC1758; }
span { border-color: rgb(188,23,88); }
td.TdClassName
{
border-color: #BC1758;
}
.TagClassName
{
border-color: #BC1758;
}
</style>