Shades of Jazzberry Jam #BC0651
Tints of Jazzberry Jam #BC0651
RGB
CMYK
RGB Variations
Color information
#BC0651 (or 0xBC0651) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 51. RGB value is (188,6,81). Sum of RGB (Red+Green+Blue) = 188+6+81=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0651 is #43F9AE. Grayscale: #444444. Windows color (decimal): -4454831 or 5310140. OLE color: 5310140.
HSL color Cylindrical-coordinate representation of color #BC0651: hue angle of 335.27º degrees, saturation: 0.94, 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 #BC0651 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.26 |
| HSL | 335.27º | 0.94% | 0.38% | - |
| HSV(B) | 335.27º | 0.97% | 0.74% | - |
| XYZ | 22.29 | 11.42 | 8.81 | - |
| YUV | 68.97 | 134.8 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 81 | 0 | 0.97 | 0.57 | 0.26 | 335.27 | 0.94 | 0.38 |
| Hex | BC | 6 | 51 | 0 | 61 | 39 | 1A | 14F | 5E | 26 |
| Octal | 274 | 6 | 121 | 0 | 141 | 71 | 32 | 517 | 136 | 46 |
| Binary | 10111100 | 110 | 1010001 | 0 | 1100001 | 111001 | 11010 | 101001111 | 1011110 | 100110 |
Color Harmonies of #BC0651
Complementary color
Monochromatic Colors of #BC0651
Black with #BC0651
Text Example
Text Example
White with #BC0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0651; }
p { color: rgb(188,6,81); }
H1.HeaderClassName
{
color: #BC0651;
}
.AnyTagClassName
{
color: #BC0651;
}
</style>
background-color css
<style>
a { background-color: #BC0651; }
a { background-color: rgb(188,6,81); }
div.DivClassName
{
background-color: #BC0651;
}
.BgClassName
{
background-color: #BC0651;
}
</style>
border-color css
<style>
span { border-color: #BC0651; }
span { border-color: rgb(188,6,81); }
td.TdClassName
{
border-color: #BC0651;
}
.TagClassName
{
border-color: #BC0651;
}
</style>