Shades of Jazzberry Jam #BC1D68
Tints of Jazzberry Jam #BC1D68
RGB
CMYK
RGB Variations
Color information
#BC1D68 (or 0xBC1D68) is known color: Jazzberry Jam. HEX triplet: BC, 1D and 68. RGB value is (188,29,104). Sum of RGB (Red+Green+Blue) = 188+29+104=321 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.57% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 104 (41.02% from 255 or 32.40% from 321); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1D68 is #43E297. Grayscale: #545454. Windows color (decimal): -4448920 or 6823356. OLE color: 6823356.
HSL color Cylindrical-coordinate representation of color #BC1D68: hue angle of 331.7º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D68 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 29 | 104 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.26 |
| HSL | 331.7º | 0.73% | 0.43% | - |
| HSV(B) | 331.7º | 0.85% | 0.74% | - |
| XYZ | 23.68 | 12.57 | 14.27 | - |
| YUV | 85.09 | 138.68 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 29 | 104 | 0 | 0.85 | 0.45 | 0.26 | 331.7 | 0.73 | 0.43 |
| Hex | BC | 1D | 68 | 0 | 55 | 2D | 1A | 14C | 49 | 2B |
| Octal | 274 | 35 | 150 | 0 | 125 | 55 | 32 | 514 | 111 | 53 |
| Binary | 10111100 | 11101 | 1101000 | 0 | 1010101 | 101101 | 11010 | 101001100 | 1001001 | 101011 |
Color Harmonies of #BC1D68
Complementary color
Monochromatic Colors of #BC1D68
Black with #BC1D68
Text Example
Text Example
White with #BC1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1D68; }
p { color: rgb(188,29,104); }
H1.HeaderClassName
{
color: #BC1D68;
}
.AnyTagClassName
{
color: #BC1D68;
}
</style>
background-color css
<style>
a { background-color: #BC1D68; }
a { background-color: rgb(188,29,104); }
div.DivClassName
{
background-color: #BC1D68;
}
.BgClassName
{
background-color: #BC1D68;
}
</style>
border-color css
<style>
span { border-color: #BC1D68; }
span { border-color: rgb(188,29,104); }
td.TdClassName
{
border-color: #BC1D68;
}
.TagClassName
{
border-color: #BC1D68;
}
</style>