Shades of Jazzberry Jam #BC044E
Tints of Jazzberry Jam #BC044E
RGB
CMYK
RGB Variations
Color information
#BC044E (or 0xBC044E) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 4E. RGB value is (188,4,78). Sum of RGB (Red+Green+Blue) = 188+4+78=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC044E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC044E is #43FBB1. Grayscale: #434343. Windows color (decimal): -4455346 or 5113020. OLE color: 5113020.
HSL color Cylindrical-coordinate representation of color #BC044E: hue angle of 335.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC044E is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 78 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.26 |
| HSL | 335.87º | 0.96% | 0.38% | - |
| HSV(B) | 335.87º | 0.98% | 0.74% | - |
| XYZ | 22.16 | 11.33 | 8.23 | - |
| YUV | 67.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 78 | 0 | 0.98 | 0.59 | 0.26 | 335.87 | 0.96 | 0.38 |
| Hex | BC | 4 | 4E | 0 | 62 | 3B | 1A | 150 | 60 | 26 |
| Octal | 274 | 4 | 116 | 0 | 142 | 73 | 32 | 520 | 140 | 46 |
| Binary | 10111100 | 100 | 1001110 | 0 | 1100010 | 111011 | 11010 | 101010000 | 1100000 | 100110 |
Color Harmonies of #BC044E
Complementary color
Monochromatic Colors of #BC044E
Black with #BC044E
Text Example
Text Example
White with #BC044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC044E; }
p { color: rgb(188,4,78); }
H1.HeaderClassName
{
color: #BC044E;
}
.AnyTagClassName
{
color: #BC044E;
}
</style>
background-color css
<style>
a { background-color: #BC044E; }
a { background-color: rgb(188,4,78); }
div.DivClassName
{
background-color: #BC044E;
}
.BgClassName
{
background-color: #BC044E;
}
</style>
border-color css
<style>
span { border-color: #BC044E; }
span { border-color: rgb(188,4,78); }
td.TdClassName
{
border-color: #BC044E;
}
.TagClassName
{
border-color: #BC044E;
}
</style>