Shades of Jazzberry Jam #BC0455
Tints of Jazzberry Jam #BC0455
RGB
CMYK
RGB Variations
Color information
#BC0455 (or 0xBC0455) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 55. RGB value is (188,4,85). Sum of RGB (Red+Green+Blue) = 188+4+85=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0455 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0455 is #43FBAA. Grayscale: #444444. Windows color (decimal): -4455339 or 5571772. OLE color: 5571772.
HSL color Cylindrical-coordinate representation of color #BC0455: hue angle of 333.59º 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 #BC0455 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 85 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.26 |
| HSL | 333.59º | 0.96% | 0.38% | - |
| HSV(B) | 333.59º | 0.98% | 0.74% | - |
| XYZ | 22.42 | 11.43 | 9.62 | - |
| YUV | 68.25 | 137.46 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 85 | 0 | 0.98 | 0.55 | 0.26 | 333.59 | 0.96 | 0.38 |
| Hex | BC | 4 | 55 | 0 | 62 | 37 | 1A | 14E | 60 | 26 |
| Octal | 274 | 4 | 125 | 0 | 142 | 67 | 32 | 516 | 140 | 46 |
| Binary | 10111100 | 100 | 1010101 | 0 | 1100010 | 110111 | 11010 | 101001110 | 1100000 | 100110 |
Color Harmonies of #BC0455
Complementary color
Monochromatic Colors of #BC0455
Black with #BC0455
Text Example
Text Example
White with #BC0455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0455; }
p { color: rgb(188,4,85); }
H1.HeaderClassName
{
color: #BC0455;
}
.AnyTagClassName
{
color: #BC0455;
}
</style>
background-color css
<style>
a { background-color: #BC0455; }
a { background-color: rgb(188,4,85); }
div.DivClassName
{
background-color: #BC0455;
}
.BgClassName
{
background-color: #BC0455;
}
</style>
border-color css
<style>
span { border-color: #BC0455; }
span { border-color: rgb(188,4,85); }
td.TdClassName
{
border-color: #BC0455;
}
.TagClassName
{
border-color: #BC0455;
}
</style>