Shades of Jazzberry Jam #BC0E55
Tints of Jazzberry Jam #BC0E55
RGB
CMYK
RGB Variations
Color information
#BC0E55 (or 0xBC0E55) is known color: Jazzberry Jam. HEX triplet: BC, 0E and 55. RGB value is (188,14,85). Sum of RGB (Red+Green+Blue) = 188+14+85=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0E55 is #43F1AA. Grayscale: #4A4A4A. Windows color (decimal): -4452779 or 5574332. OLE color: 5574332.
HSL color Cylindrical-coordinate representation of color #BC0E55: hue angle of 335.52º 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 #BC0E55 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 85 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.26 |
| HSL | 335.52º | 0.86% | 0.4% | - |
| HSV(B) | 335.52º | 0.93% | 0.74% | - |
| XYZ | 22.54 | 11.66 | 9.66 | - |
| YUV | 74.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 85 | 0 | 0.93 | 0.55 | 0.26 | 335.52 | 0.86 | 0.4 |
| Hex | BC | E | 55 | 0 | 5D | 37 | 1A | 150 | 56 | 28 |
| Octal | 274 | 16 | 125 | 0 | 135 | 67 | 32 | 520 | 126 | 50 |
| Binary | 10111100 | 1110 | 1010101 | 0 | 1011101 | 110111 | 11010 | 101010000 | 1010110 | 101000 |
Color Harmonies of #BC0E55
Complementary color
Monochromatic Colors of #BC0E55
Black with #BC0E55
Text Example
Text Example
White with #BC0E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E55; }
p { color: rgb(188,14,85); }
H1.HeaderClassName
{
color: #BC0E55;
}
.AnyTagClassName
{
color: #BC0E55;
}
</style>
background-color css
<style>
a { background-color: #BC0E55; }
a { background-color: rgb(188,14,85); }
div.DivClassName
{
background-color: #BC0E55;
}
.BgClassName
{
background-color: #BC0E55;
}
</style>
border-color css
<style>
span { border-color: #BC0E55; }
span { border-color: rgb(188,14,85); }
td.TdClassName
{
border-color: #BC0E55;
}
.TagClassName
{
border-color: #BC0E55;
}
</style>