Shades of Jazzberry Jam #BC0551
Tints of Jazzberry Jam #BC0551
RGB
CMYK
RGB Variations
Color information
#BC0551 (or 0xBC0551) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 51. RGB value is (188,5,81). Sum of RGB (Red+Green+Blue) = 188+5+81=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0551 is #43FAAE. Grayscale: #444444. Windows color (decimal): -4455087 or 5309884. OLE color: 5309884.
HSL color Cylindrical-coordinate representation of color #BC0551: hue angle of 335.08º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0551 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.26 |
| HSL | 335.08º | 0.95% | 0.38% | - |
| HSV(B) | 335.08º | 0.97% | 0.74% | - |
| XYZ | 22.28 | 11.39 | 8.81 | - |
| YUV | 68.38 | 135.13 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 81 | 0 | 0.97 | 0.57 | 0.26 | 335.08 | 0.95 | 0.38 |
| Hex | BC | 5 | 51 | 0 | 61 | 39 | 1A | 14F | 5F | 26 |
| Octal | 274 | 5 | 121 | 0 | 141 | 71 | 32 | 517 | 137 | 46 |
| Binary | 10111100 | 101 | 1010001 | 0 | 1100001 | 111001 | 11010 | 101001111 | 1011111 | 100110 |
Color Harmonies of #BC0551
Complementary color
Monochromatic Colors of #BC0551
Black with #BC0551
Text Example
Text Example
White with #BC0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0551; }
p { color: rgb(188,5,81); }
H1.HeaderClassName
{
color: #BC0551;
}
.AnyTagClassName
{
color: #BC0551;
}
</style>
background-color css
<style>
a { background-color: #BC0551; }
a { background-color: rgb(188,5,81); }
div.DivClassName
{
background-color: #BC0551;
}
.BgClassName
{
background-color: #BC0551;
}
</style>
border-color css
<style>
span { border-color: #BC0551; }
span { border-color: rgb(188,5,81); }
td.TdClassName
{
border-color: #BC0551;
}
.TagClassName
{
border-color: #BC0551;
}
</style>