Shades of Jazzberry Jam #BC0567
Tints of Jazzberry Jam #BC0567
RGB
CMYK
RGB Variations
Color information
#BC0567 (or 0xBC0567) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 67. RGB value is (188,5,103). Sum of RGB (Red+Green+Blue) = 188+5+103=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0567 is #43FA98. Grayscale: #464646. Windows color (decimal): -4455065 or 6751676. OLE color: 6751676.
HSL color Cylindrical-coordinate representation of color #BC0567: hue angle of 327.87º 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 #BC0567 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 103 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.26 |
| HSL | 327.87º | 0.95% | 0.38% | - |
| HSV(B) | 327.87º | 0.97% | 0.74% | - |
| XYZ | 23.24 | 11.78 | 13.88 | - |
| YUV | 70.89 | 146.13 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 103 | 0 | 0.97 | 0.45 | 0.26 | 327.87 | 0.95 | 0.38 |
| Hex | BC | 5 | 67 | 0 | 61 | 2D | 1A | 148 | 5F | 26 |
| Octal | 274 | 5 | 147 | 0 | 141 | 55 | 32 | 510 | 137 | 46 |
| Binary | 10111100 | 101 | 1100111 | 0 | 1100001 | 101101 | 11010 | 101001000 | 1011111 | 100110 |
Color Harmonies of #BC0567
Complementary color
Monochromatic Colors of #BC0567
Black with #BC0567
Text Example
Text Example
White with #BC0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0567; }
p { color: rgb(188,5,103); }
H1.HeaderClassName
{
color: #BC0567;
}
.AnyTagClassName
{
color: #BC0567;
}
</style>
background-color css
<style>
a { background-color: #BC0567; }
a { background-color: rgb(188,5,103); }
div.DivClassName
{
background-color: #BC0567;
}
.BgClassName
{
background-color: #BC0567;
}
</style>
border-color css
<style>
span { border-color: #BC0567; }
span { border-color: rgb(188,5,103); }
td.TdClassName
{
border-color: #BC0567;
}
.TagClassName
{
border-color: #BC0567;
}
</style>