Shades of Jazzberry Jam #BC0C6D
Tints of Jazzberry Jam #BC0C6D
RGB
CMYK
RGB Variations
Color information
#BC0C6D (or 0xBC0C6D) is known color: Jazzberry Jam. HEX triplet: BC, 0C and 6D. RGB value is (188,12,109). Sum of RGB (Red+Green+Blue) = 188+12+109=309 (40% of max value = 765). Red value is 188 (73.83% from 255 or 60.84% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0C6D is #43F392. Grayscale: #4B4B4B. Windows color (decimal): -4453267 or 7146684. OLE color: 7146684.
HSL color Cylindrical-coordinate representation of color #BC0C6D: hue angle of 326.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C6D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 109 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.26 |
| HSL | 326.93º | 0.88% | 0.39% | - |
| HSV(B) | 326.93º | 0.94% | 0.74% | - |
| XYZ | 23.63 | 12.06 | 15.55 | - |
| YUV | 75.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 109 | 0 | 0.94 | 0.42 | 0.26 | 326.93 | 0.88 | 0.39 |
| Hex | BC | C | 6D | 0 | 5E | 2A | 1A | 147 | 58 | 27 |
| Octal | 274 | 14 | 155 | 0 | 136 | 52 | 32 | 507 | 130 | 47 |
| Binary | 10111100 | 1100 | 1101101 | 0 | 1011110 | 101010 | 11010 | 101000111 | 1011000 | 100111 |
Color Harmonies of #BC0C6D
Complementary color
Monochromatic Colors of #BC0C6D
Black with #BC0C6D
Text Example
Text Example
White with #BC0C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C6D; }
p { color: rgb(188,12,109); }
H1.HeaderClassName
{
color: #BC0C6D;
}
.AnyTagClassName
{
color: #BC0C6D;
}
</style>
background-color css
<style>
a { background-color: #BC0C6D; }
a { background-color: rgb(188,12,109); }
div.DivClassName
{
background-color: #BC0C6D;
}
.BgClassName
{
background-color: #BC0C6D;
}
</style>
border-color css
<style>
span { border-color: #BC0C6D; }
span { border-color: rgb(188,12,109); }
td.TdClassName
{
border-color: #BC0C6D;
}
.TagClassName
{
border-color: #BC0C6D;
}
</style>