Shades of Jazzberry Jam #BC0070
Tints of Jazzberry Jam #BC0070
RGB
CMYK
RGB Variations
Color information
#BC0070 (or 0xBC0070) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 70. RGB value is (188,0,112). Sum of RGB (Red+Green+Blue) = 188+0+112=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0070 is #43FF8F. Grayscale: #444444. Windows color (decimal): -4456336 or 7340220. OLE color: 7340220.
HSL color Cylindrical-coordinate representation of color #BC0070: hue angle of 324.26º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC0070 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.40 | 0.26 |
| HSL | 324.26º | 1% | 0.37% | - |
| HSV(B) | 324.26º | 1% | 0.74% | - |
| XYZ | 23.66 | 11.86 | 16.37 | - |
| YUV | 68.98 | 152.28 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 112 | 0 | 1 | 0.40 | 0.26 | 324.26 | 1 | 0.37 |
| Hex | BC | 0 | 70 | 0 | 64 | 28 | 1A | 144 | 64 | 25 |
| Octal | 274 | 0 | 160 | 0 | 144 | 50 | 32 | 504 | 144 | 45 |
| Binary | 10111100 | 0 | 1110000 | 0 | 1100100 | 101000 | 11010 | 101000100 | 1100100 | 100101 |
Color Harmonies of #BC0070
Complementary color
Monochromatic Colors of #BC0070
Black with #BC0070
Text Example
Text Example
White with #BC0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0070; }
p { color: rgb(188,0,112); }
H1.HeaderClassName
{
color: #BC0070;
}
.AnyTagClassName
{
color: #BC0070;
}
</style>
background-color css
<style>
a { background-color: #BC0070; }
a { background-color: rgb(188,0,112); }
div.DivClassName
{
background-color: #BC0070;
}
.BgClassName
{
background-color: #BC0070;
}
</style>
border-color css
<style>
span { border-color: #BC0070; }
span { border-color: rgb(188,0,112); }
td.TdClassName
{
border-color: #BC0070;
}
.TagClassName
{
border-color: #BC0070;
}
</style>