Shades of Jazzberry Jam #BC066B
Tints of Jazzberry Jam #BC066B
RGB
CMYK
RGB Variations
Color information
#BC066B (or 0xBC066B) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 6B. RGB value is (188,6,107). Sum of RGB (Red+Green+Blue) = 188+6+107=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC066B is #43F994. Grayscale: #474747. Windows color (decimal): -4454805 or 7014076. OLE color: 7014076.
HSL color Cylindrical-coordinate representation of color #BC066B: hue angle of 326.7º 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 #BC066B is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 107 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.26 |
| HSL | 326.7º | 0.94% | 0.38% | - |
| HSV(B) | 326.7º | 0.97% | 0.74% | - |
| XYZ | 23.46 | 11.88 | 14.97 | - |
| YUV | 71.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 107 | 0 | 0.97 | 0.43 | 0.26 | 326.7 | 0.94 | 0.38 |
| Hex | BC | 6 | 6B | 0 | 61 | 2B | 1A | 147 | 5E | 26 |
| Octal | 274 | 6 | 153 | 0 | 141 | 53 | 32 | 507 | 136 | 46 |
| Binary | 10111100 | 110 | 1101011 | 0 | 1100001 | 101011 | 11010 | 101000111 | 1011110 | 100110 |
Color Harmonies of #BC066B
Complementary color
Monochromatic Colors of #BC066B
Black with #BC066B
Text Example
Text Example
White with #BC066B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC066B; }
p { color: rgb(188,6,107); }
H1.HeaderClassName
{
color: #BC066B;
}
.AnyTagClassName
{
color: #BC066B;
}
</style>
background-color css
<style>
a { background-color: #BC066B; }
a { background-color: rgb(188,6,107); }
div.DivClassName
{
background-color: #BC066B;
}
.BgClassName
{
background-color: #BC066B;
}
</style>
border-color css
<style>
span { border-color: #BC066B; }
span { border-color: rgb(188,6,107); }
td.TdClassName
{
border-color: #BC066B;
}
.TagClassName
{
border-color: #BC066B;
}
</style>