Shades of Jazzberry Jam #BC0066
Tints of Jazzberry Jam #BC0066
RGB
CMYK
RGB Variations
Color information
#BC0066 (or 0xBC0066) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 66. RGB value is (188,0,102). Sum of RGB (Red+Green+Blue) = 188+0+102=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 0 (0.39% from 255 or 0% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0066 is #43FF99. Grayscale: #434343. Windows color (decimal): -4456346 or 6684860. OLE color: 6684860.
HSL color Cylindrical-coordinate representation of color #BC0066: hue angle of 327.45º 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 #BC0066 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.46 | 0.26 |
| HSL | 327.45º | 1% | 0.37% | - |
| HSV(B) | 327.45º | 1% | 0.74% | - |
| XYZ | 23.14 | 11.65 | 13.6 | - |
| YUV | 67.84 | 147.28 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 102 | 0 | 1 | 0.46 | 0.26 | 327.45 | 1 | 0.37 |
| Hex | BC | 0 | 66 | 0 | 64 | 2E | 1A | 147 | 64 | 25 |
| Octal | 274 | 0 | 146 | 0 | 144 | 56 | 32 | 507 | 144 | 45 |
| Binary | 10111100 | 0 | 1100110 | 0 | 1100100 | 101110 | 11010 | 101000111 | 1100100 | 100101 |
Color Harmonies of #BC0066
Complementary color
Monochromatic Colors of #BC0066
Black with #BC0066
Text Example
Text Example
White with #BC0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0066; }
p { color: rgb(188,0,102); }
H1.HeaderClassName
{
color: #BC0066;
}
.AnyTagClassName
{
color: #BC0066;
}
</style>
background-color css
<style>
a { background-color: #BC0066; }
a { background-color: rgb(188,0,102); }
div.DivClassName
{
background-color: #BC0066;
}
.BgClassName
{
background-color: #BC0066;
}
</style>
border-color css
<style>
span { border-color: #BC0066; }
span { border-color: rgb(188,0,102); }
td.TdClassName
{
border-color: #BC0066;
}
.TagClassName
{
border-color: #BC0066;
}
</style>