Shades of Jazzberry Jam #BC0E56
Tints of Jazzberry Jam #BC0E56
RGB
CMYK
RGB Variations
Color information
#BC0E56 (or 0xBC0E56) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 56. RGB value is (188,14,86). Sum of RGB (Red+Green+Blue) = 188+14+86=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E56 is #43F1A9. Grayscale: #4A4A4A. Windows color (decimal): -4452778 or 5639868. OLE color: 5639868.
HSL color Cylindrical-coordinate representation of color #BC0E56: hue angle of 335.17º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E56 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 86 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.26 |
| HSL | 335.17º | 0.86% | 0.4% | - |
| HSV(B) | 335.17º | 0.93% | 0.74% | - |
| XYZ | 22.58 | 11.68 | 9.87 | - |
| YUV | 74.23 | 134.65 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 86 | 0 | 0.93 | 0.54 | 0.26 | 335.17 | 0.86 | 0.4 |
| Hex | BC | E | 56 | 0 | 5D | 36 | 1A | 14F | 56 | 28 |
| Octal | 274 | 16 | 126 | 0 | 135 | 66 | 32 | 517 | 126 | 50 |
| Binary | 10111100 | 1110 | 1010110 | 0 | 1011101 | 110110 | 11010 | 101001111 | 1010110 | 101000 |
Color Harmonies of #BC0E56
Complementary color
Monochromatic Colors of #BC0E56
Black with #BC0E56
Text Example
Text Example
White with #BC0E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E56; }
p { color: rgb(188,14,86); }
H1.HeaderClassName
{
color: #BC0E56;
}
.AnyTagClassName
{
color: #BC0E56;
}
</style>
background-color css
<style>
a { background-color: #BC0E56; }
a { background-color: rgb(188,14,86); }
div.DivClassName
{
background-color: #BC0E56;
}
.BgClassName
{
background-color: #BC0E56;
}
</style>
border-color css
<style>
span { border-color: #BC0E56; }
span { border-color: rgb(188,14,86); }
td.TdClassName
{
border-color: #BC0E56;
}
.TagClassName
{
border-color: #BC0E56;
}
</style>