Shades of Jazzberry Jam #BC0065
Tints of Jazzberry Jam #BC0065
RGB
CMYK
RGB Variations
Color information
#BC0065 (or 0xBC0065) is known color: Jazzberry Jam. HEX triplet: BC, 00 and 65. RGB value is (188,0,101). Sum of RGB (Red+Green+Blue) = 188+0+101=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0065 is #43FF9A. Grayscale: #434343. Windows color (decimal): -4456347 or 6619324. OLE color: 6619324.
HSL color Cylindrical-coordinate representation of color #BC0065: hue angle of 327.77º 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 #BC0065 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.46 | 0.26 |
| HSL | 327.77º | 1% | 0.37% | - |
| HSV(B) | 327.77º | 1% | 0.74% | - |
| XYZ | 23.09 | 11.63 | 13.34 | - |
| YUV | 67.73 | 146.78 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 101 | 0 | 1 | 0.46 | 0.26 | 327.77 | 1 | 0.37 |
| Hex | BC | 0 | 65 | 0 | 64 | 2E | 1A | 148 | 64 | 25 |
| Octal | 274 | 0 | 145 | 0 | 144 | 56 | 32 | 510 | 144 | 45 |
| Binary | 10111100 | 0 | 1100101 | 0 | 1100100 | 101110 | 11010 | 101001000 | 1100100 | 100101 |
Color Harmonies of #BC0065
Complementary color
Monochromatic Colors of #BC0065
Black with #BC0065
Text Example
Text Example
White with #BC0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0065; }
p { color: rgb(188,0,101); }
H1.HeaderClassName
{
color: #BC0065;
}
.AnyTagClassName
{
color: #BC0065;
}
</style>
background-color css
<style>
a { background-color: #BC0065; }
a { background-color: rgb(188,0,101); }
div.DivClassName
{
background-color: #BC0065;
}
.BgClassName
{
background-color: #BC0065;
}
</style>
border-color css
<style>
span { border-color: #BC0065; }
span { border-color: rgb(188,0,101); }
td.TdClassName
{
border-color: #BC0065;
}
.TagClassName
{
border-color: #BC0065;
}
</style>