Shades of Jazzberry Jam #BC044F
Tints of Jazzberry Jam #BC044F
RGB
CMYK
RGB Variations
Color information
#BC044F (or 0xBC044F) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 4F. RGB value is (188,4,79). Sum of RGB (Red+Green+Blue) = 188+4+79=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC044F is #43FBB0. Grayscale: #434343. Windows color (decimal): -4455345 or 5178556. OLE color: 5178556.
HSL color Cylindrical-coordinate representation of color #BC044F: hue angle of 335.54º 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 #BC044F is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.26 |
| HSL | 335.54º | 0.96% | 0.38% | - |
| HSV(B) | 335.54º | 0.98% | 0.74% | - |
| XYZ | 22.19 | 11.34 | 8.42 | - |
| YUV | 67.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 79 | 0 | 0.98 | 0.58 | 0.26 | 335.54 | 0.96 | 0.38 |
| Hex | BC | 4 | 4F | 0 | 62 | 3A | 1A | 150 | 60 | 26 |
| Octal | 274 | 4 | 117 | 0 | 142 | 72 | 32 | 520 | 140 | 46 |
| Binary | 10111100 | 100 | 1001111 | 0 | 1100010 | 111010 | 11010 | 101010000 | 1100000 | 100110 |
Color Harmonies of #BC044F
Complementary color
Monochromatic Colors of #BC044F
Black with #BC044F
Text Example
Text Example
White with #BC044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC044F; }
p { color: rgb(188,4,79); }
H1.HeaderClassName
{
color: #BC044F;
}
.AnyTagClassName
{
color: #BC044F;
}
</style>
background-color css
<style>
a { background-color: #BC044F; }
a { background-color: rgb(188,4,79); }
div.DivClassName
{
background-color: #BC044F;
}
.BgClassName
{
background-color: #BC044F;
}
</style>
border-color css
<style>
span { border-color: #BC044F; }
span { border-color: rgb(188,4,79); }
td.TdClassName
{
border-color: #BC044F;
}
.TagClassName
{
border-color: #BC044F;
}
</style>