Shades of Jazzberry Jam #BC066D
Tints of Jazzberry Jam #BC066D
RGB
CMYK
RGB Variations
Color information
#BC066D (or 0xBC066D) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 6D. RGB value is (188,6,109). Sum of RGB (Red+Green+Blue) = 188+6+109=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC066D is #43F992. Grayscale: #474747. Windows color (decimal): -4454803 or 7145148. OLE color: 7145148.
HSL color Cylindrical-coordinate representation of color #BC066D: hue angle of 326.04º degrees, saturation: 0.94, 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 #BC066D is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 109 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.26 |
| HSL | 326.04º | 0.94% | 0.38% | - |
| HSV(B) | 326.04º | 0.97% | 0.74% | - |
| XYZ | 23.56 | 11.93 | 15.53 | - |
| YUV | 72.16 | 148.8 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 109 | 0 | 0.97 | 0.42 | 0.26 | 326.04 | 0.94 | 0.38 |
| Hex | BC | 6 | 6D | 0 | 61 | 2A | 1A | 146 | 5E | 26 |
| Octal | 274 | 6 | 155 | 0 | 141 | 52 | 32 | 506 | 136 | 46 |
| Binary | 10111100 | 110 | 1101101 | 0 | 1100001 | 101010 | 11010 | 101000110 | 1011110 | 100110 |
Color Harmonies of #BC066D
Complementary color
Monochromatic Colors of #BC066D
Black with #BC066D
Text Example
Text Example
White with #BC066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC066D; }
p { color: rgb(188,6,109); }
H1.HeaderClassName
{
color: #BC066D;
}
.AnyTagClassName
{
color: #BC066D;
}
</style>
background-color css
<style>
a { background-color: #BC066D; }
a { background-color: rgb(188,6,109); }
div.DivClassName
{
background-color: #BC066D;
}
.BgClassName
{
background-color: #BC066D;
}
</style>
border-color css
<style>
span { border-color: #BC066D; }
span { border-color: rgb(188,6,109); }
td.TdClassName
{
border-color: #BC066D;
}
.TagClassName
{
border-color: #BC066D;
}
</style>