Shades of Jazzberry Jam #BC0465
Tints of Jazzberry Jam #BC0465
RGB
CMYK
RGB Variations
Color information
#BC0465 (or 0xBC0465) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 65. RGB value is (188,4,101). Sum of RGB (Red+Green+Blue) = 188+4+101=293 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.16% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0465 is #43FB9A. Grayscale: #454545. Windows color (decimal): -4455323 or 6620348. OLE color: 6620348.
HSL color Cylindrical-coordinate representation of color #BC0465: hue angle of 328.37º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0465 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.26 |
| HSL | 328.37º | 0.96% | 0.38% | - |
| HSV(B) | 328.37º | 0.98% | 0.74% | - |
| XYZ | 23.13 | 11.72 | 13.35 | - |
| YUV | 70.07 | 145.46 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 101 | 0 | 0.98 | 0.46 | 0.26 | 328.37 | 0.96 | 0.38 |
| Hex | BC | 4 | 65 | 0 | 62 | 2E | 1A | 148 | 60 | 26 |
| Octal | 274 | 4 | 145 | 0 | 142 | 56 | 32 | 510 | 140 | 46 |
| Binary | 10111100 | 100 | 1100101 | 0 | 1100010 | 101110 | 11010 | 101001000 | 1100000 | 100110 |
Color Harmonies of #BC0465
Complementary color
Monochromatic Colors of #BC0465
Black with #BC0465
Text Example
Text Example
White with #BC0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0465; }
p { color: rgb(188,4,101); }
H1.HeaderClassName
{
color: #BC0465;
}
.AnyTagClassName
{
color: #BC0465;
}
</style>
background-color css
<style>
a { background-color: #BC0465; }
a { background-color: rgb(188,4,101); }
div.DivClassName
{
background-color: #BC0465;
}
.BgClassName
{
background-color: #BC0465;
}
</style>
border-color css
<style>
span { border-color: #BC0465; }
span { border-color: rgb(188,4,101); }
td.TdClassName
{
border-color: #BC0465;
}
.TagClassName
{
border-color: #BC0465;
}
</style>