Shades of Jazzberry Jam #BC1158
Tints of Jazzberry Jam #BC1158
RGB
CMYK
RGB Variations
Color information
#BC1158 (or 0xBC1158) is known color: Jazzberry Jam. HEX triplet: BC, 11 and 58. RGB value is (188,17,88). Sum of RGB (Red+Green+Blue) = 188+17+88=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1158 is #43EEA7. Grayscale: #4C4C4C. Windows color (decimal): -4452008 or 5771708. OLE color: 5771708.
HSL color Cylindrical-coordinate representation of color #BC1158: hue angle of 335.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1158 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 88 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.26 |
| HSL | 335.09º | 0.83% | 0.4% | - |
| HSV(B) | 335.09º | 0.91% | 0.74% | - |
| XYZ | 22.7 | 11.8 | 10.31 | - |
| YUV | 76.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 88 | 0 | 0.91 | 0.53 | 0.26 | 335.09 | 0.83 | 0.4 |
| Hex | BC | 11 | 58 | 0 | 5B | 35 | 1A | 14F | 53 | 28 |
| Octal | 274 | 21 | 130 | 0 | 133 | 65 | 32 | 517 | 123 | 50 |
| Binary | 10111100 | 10001 | 1011000 | 0 | 1011011 | 110101 | 11010 | 101001111 | 1010011 | 101000 |
Color Harmonies of #BC1158
Complementary color
Monochromatic Colors of #BC1158
Black with #BC1158
Text Example
Text Example
White with #BC1158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1158; }
p { color: rgb(188,17,88); }
H1.HeaderClassName
{
color: #BC1158;
}
.AnyTagClassName
{
color: #BC1158;
}
</style>
background-color css
<style>
a { background-color: #BC1158; }
a { background-color: rgb(188,17,88); }
div.DivClassName
{
background-color: #BC1158;
}
.BgClassName
{
background-color: #BC1158;
}
</style>
border-color css
<style>
span { border-color: #BC1158; }
span { border-color: rgb(188,17,88); }
td.TdClassName
{
border-color: #BC1158;
}
.TagClassName
{
border-color: #BC1158;
}
</style>