Shades of Jazzberry Jam #BC155F
Tints of Jazzberry Jam #BC155F
RGB
CMYK
RGB Variations
Color information
#BC155F (or 0xBC155F) is known color: Jazzberry Jam. HEX triplet: BC, 15 and 5F. RGB value is (188,21,95). Sum of RGB (Red+Green+Blue) = 188+21+95=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC155F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC155F is #43EAA0. Grayscale: #4F4F4F. Windows color (decimal): -4450977 or 6231484. OLE color: 6231484.
HSL color Cylindrical-coordinate representation of color #BC155F: hue angle of 333.41º 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 #BC155F is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 95 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.26 |
| HSL | 333.41º | 0.8% | 0.41% | - |
| HSV(B) | 333.41º | 0.89% | 0.74% | - |
| XYZ | 23.07 | 12.05 | 11.94 | - |
| YUV | 79.37 | 136.83 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 95 | 0 | 0.89 | 0.49 | 0.26 | 333.41 | 0.8 | 0.41 |
| Hex | BC | 15 | 5F | 0 | 59 | 31 | 1A | 14D | 50 | 29 |
| Octal | 274 | 25 | 137 | 0 | 131 | 61 | 32 | 515 | 120 | 51 |
| Binary | 10111100 | 10101 | 1011111 | 0 | 1011001 | 110001 | 11010 | 101001101 | 1010000 | 101001 |
Color Harmonies of #BC155F
Complementary color
Monochromatic Colors of #BC155F
Black with #BC155F
Text Example
Text Example
White with #BC155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC155F; }
p { color: rgb(188,21,95); }
H1.HeaderClassName
{
color: #BC155F;
}
.AnyTagClassName
{
color: #BC155F;
}
</style>
background-color css
<style>
a { background-color: #BC155F; }
a { background-color: rgb(188,21,95); }
div.DivClassName
{
background-color: #BC155F;
}
.BgClassName
{
background-color: #BC155F;
}
</style>
border-color css
<style>
span { border-color: #BC155F; }
span { border-color: rgb(188,21,95); }
td.TdClassName
{
border-color: #BC155F;
}
.TagClassName
{
border-color: #BC155F;
}
</style>