Shades of Jazzberry Jam #BC0457
Tints of Jazzberry Jam #BC0457
RGB
CMYK
RGB Variations
Color information
#BC0457 (or 0xBC0457) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 57. RGB value is (188,4,87). Sum of RGB (Red+Green+Blue) = 188+4+87=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0457 is #43FBA8. Grayscale: #444444. Windows color (decimal): -4455337 or 5702844. OLE color: 5702844.
HSL color Cylindrical-coordinate representation of color #BC0457: hue angle of 332.93º 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 #BC0457 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.26 |
| HSL | 332.93º | 0.96% | 0.38% | - |
| HSV(B) | 332.93º | 0.98% | 0.74% | - |
| XYZ | 22.5 | 11.47 | 10.04 | - |
| YUV | 68.48 | 138.46 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 87 | 0 | 0.98 | 0.54 | 0.26 | 332.93 | 0.96 | 0.38 |
| Hex | BC | 4 | 57 | 0 | 62 | 36 | 1A | 14D | 60 | 26 |
| Octal | 274 | 4 | 127 | 0 | 142 | 66 | 32 | 515 | 140 | 46 |
| Binary | 10111100 | 100 | 1010111 | 0 | 1100010 | 110110 | 11010 | 101001101 | 1100000 | 100110 |
Color Harmonies of #BC0457
Complementary color
Monochromatic Colors of #BC0457
Black with #BC0457
Text Example
Text Example
White with #BC0457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0457; }
p { color: rgb(188,4,87); }
H1.HeaderClassName
{
color: #BC0457;
}
.AnyTagClassName
{
color: #BC0457;
}
</style>
background-color css
<style>
a { background-color: #BC0457; }
a { background-color: rgb(188,4,87); }
div.DivClassName
{
background-color: #BC0457;
}
.BgClassName
{
background-color: #BC0457;
}
</style>
border-color css
<style>
span { border-color: #BC0457; }
span { border-color: rgb(188,4,87); }
td.TdClassName
{
border-color: #BC0457;
}
.TagClassName
{
border-color: #BC0457;
}
</style>