Shades of Jazzberry Jam #BC0568
Tints of Jazzberry Jam #BC0568
RGB
CMYK
RGB Variations
Color information
#BC0568 (or 0xBC0568) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 68. RGB value is (188,5,104). Sum of RGB (Red+Green+Blue) = 188+5+104=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0568 is #43FA97. Grayscale: #464646. Windows color (decimal): -4455064 or 6817212. OLE color: 6817212.
HSL color Cylindrical-coordinate representation of color #BC0568: hue angle of 327.54º 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 #BC0568 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 104 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.26 |
| HSL | 327.54º | 0.95% | 0.38% | - |
| HSV(B) | 327.54º | 0.97% | 0.74% | - |
| XYZ | 23.29 | 11.8 | 14.15 | - |
| YUV | 71 | 146.63 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 104 | 0 | 0.97 | 0.45 | 0.26 | 327.54 | 0.95 | 0.38 |
| Hex | BC | 5 | 68 | 0 | 61 | 2D | 1A | 148 | 5F | 26 |
| Octal | 274 | 5 | 150 | 0 | 141 | 55 | 32 | 510 | 137 | 46 |
| Binary | 10111100 | 101 | 1101000 | 0 | 1100001 | 101101 | 11010 | 101001000 | 1011111 | 100110 |
Color Harmonies of #BC0568
Complementary color
Monochromatic Colors of #BC0568
Black with #BC0568
Text Example
Text Example
White with #BC0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0568; }
p { color: rgb(188,5,104); }
H1.HeaderClassName
{
color: #BC0568;
}
.AnyTagClassName
{
color: #BC0568;
}
</style>
background-color css
<style>
a { background-color: #BC0568; }
a { background-color: rgb(188,5,104); }
div.DivClassName
{
background-color: #BC0568;
}
.BgClassName
{
background-color: #BC0568;
}
</style>
border-color css
<style>
span { border-color: #BC0568; }
span { border-color: rgb(188,5,104); }
td.TdClassName
{
border-color: #BC0568;
}
.TagClassName
{
border-color: #BC0568;
}
</style>