Shades of Jazzberry Jam #BC006A
Tints of Jazzberry Jam #BC006A
RGB
CMYK
RGB Variations
Color information
#BC006A (or 0xBC006A) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 6A. RGB value is (188,0,106). Sum of RGB (Red+Green+Blue) = 188+0+106=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC006A is #43FF95. Grayscale: #444444. Windows color (decimal): -4456342 or 6947004. OLE color: 6947004.
HSL color Cylindrical-coordinate representation of color #BC006A: hue angle of 326.17º 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 #BC006A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.44 | 0.26 |
| HSL | 326.17º | 1% | 0.37% | - |
| HSV(B) | 326.17º | 1% | 0.74% | - |
| XYZ | 23.34 | 11.73 | 14.67 | - |
| YUV | 68.3 | 149.28 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 106 | 0 | 1 | 0.44 | 0.26 | 326.17 | 1 | 0.37 |
| Hex | BC | 0 | 6A | 0 | 64 | 2C | 1A | 146 | 64 | 25 |
| Octal | 274 | 0 | 152 | 0 | 144 | 54 | 32 | 506 | 144 | 45 |
| Binary | 10111100 | 0 | 1101010 | 0 | 1100100 | 101100 | 11010 | 101000110 | 1100100 | 100101 |
Color Harmonies of #BC006A
Complementary color
Monochromatic Colors of #BC006A
Black with #BC006A
Text Example
Text Example
White with #BC006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC006A; }
p { color: rgb(188,0,106); }
H1.HeaderClassName
{
color: #BC006A;
}
.AnyTagClassName
{
color: #BC006A;
}
</style>
background-color css
<style>
a { background-color: #BC006A; }
a { background-color: rgb(188,0,106); }
div.DivClassName
{
background-color: #BC006A;
}
.BgClassName
{
background-color: #BC006A;
}
</style>
border-color css
<style>
span { border-color: #BC006A; }
span { border-color: rgb(188,0,106); }
td.TdClassName
{
border-color: #BC006A;
}
.TagClassName
{
border-color: #BC006A;
}
</style>