Shades of Jazzberry Jam #BC155B
Tints of Jazzberry Jam #BC155B
RGB
CMYK
RGB Variations
Color information
#BC155B (or 0xBC155B) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 5B. RGB value is (188,21,91). Sum of RGB (Red+Green+Blue) = 188+21+91=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC155B is #43EAA4. Grayscale: #4E4E4E. Windows color (decimal): -4450981 or 5969340. OLE color: 5969340.
HSL color Cylindrical-coordinate representation of color #BC155B: hue angle of 334.85º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC155B is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 91 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.26 |
| HSL | 334.85º | 0.8% | 0.41% | - |
| HSV(B) | 334.85º | 0.89% | 0.74% | - |
| XYZ | 22.9 | 11.98 | 11 | - |
| YUV | 78.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 91 | 0 | 0.89 | 0.52 | 0.26 | 334.85 | 0.8 | 0.41 |
| Hex | BC | 15 | 5B | 0 | 59 | 34 | 1A | 14F | 50 | 29 |
| Octal | 274 | 25 | 133 | 0 | 131 | 64 | 32 | 517 | 120 | 51 |
| Binary | 10111100 | 10101 | 1011011 | 0 | 1011001 | 110100 | 11010 | 101001111 | 1010000 | 101001 |
Color Harmonies of #BC155B
Complementary color
Monochromatic Colors of #BC155B
Black with #BC155B
Text Example
Text Example
White with #BC155B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC155B; }
p { color: rgb(188,21,91); }
H1.HeaderClassName
{
color: #BC155B;
}
.AnyTagClassName
{
color: #BC155B;
}
</style>
background-color css
<style>
a { background-color: #BC155B; }
a { background-color: rgb(188,21,91); }
div.DivClassName
{
background-color: #BC155B;
}
.BgClassName
{
background-color: #BC155B;
}
</style>
border-color css
<style>
span { border-color: #BC155B; }
span { border-color: rgb(188,21,91); }
td.TdClassName
{
border-color: #BC155B;
}
.TagClassName
{
border-color: #BC155B;
}
</style>