Shades of Jazzberry Jam #BC0E59
Tints of Jazzberry Jam #BC0E59
RGB
CMYK
RGB Variations
Color information
#BC0E59 (or 0xBC0E59) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 59. RGB value is (188,14,89). Sum of RGB (Red+Green+Blue) = 188+14+89=291 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.60% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E59 is #43F1A6. Grayscale: #4A4A4A. Windows color (decimal): -4452775 or 5836476. OLE color: 5836476.
HSL color Cylindrical-coordinate representation of color #BC0E59: hue angle of 334.14º 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 #BC0E59 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 89 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.26 |
| HSL | 334.14º | 0.86% | 0.4% | - |
| HSV(B) | 334.14º | 0.93% | 0.74% | - |
| XYZ | 22.7 | 11.73 | 10.52 | - |
| YUV | 74.58 | 136.15 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 89 | 0 | 0.93 | 0.53 | 0.26 | 334.14 | 0.86 | 0.4 |
| Hex | BC | E | 59 | 0 | 5D | 35 | 1A | 14E | 56 | 28 |
| Octal | 274 | 16 | 131 | 0 | 135 | 65 | 32 | 516 | 126 | 50 |
| Binary | 10111100 | 1110 | 1011001 | 0 | 1011101 | 110101 | 11010 | 101001110 | 1010110 | 101000 |
Color Harmonies of #BC0E59
Complementary color
Monochromatic Colors of #BC0E59
Black with #BC0E59
Text Example
Text Example
White with #BC0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E59; }
p { color: rgb(188,14,89); }
H1.HeaderClassName
{
color: #BC0E59;
}
.AnyTagClassName
{
color: #BC0E59;
}
</style>
background-color css
<style>
a { background-color: #BC0E59; }
a { background-color: rgb(188,14,89); }
div.DivClassName
{
background-color: #BC0E59;
}
.BgClassName
{
background-color: #BC0E59;
}
</style>
border-color css
<style>
span { border-color: #BC0E59; }
span { border-color: rgb(188,14,89); }
td.TdClassName
{
border-color: #BC0E59;
}
.TagClassName
{
border-color: #BC0E59;
}
</style>