Shades of Jazzberry Jam #BC065D
Tints of Jazzberry Jam #BC065D
RGB
CMYK
RGB Variations
Color information
#BC065D (or 0xBC065D) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 5D. RGB value is (188,6,93). Sum of RGB (Red+Green+Blue) = 188+6+93=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC065D is #43F9A2. Grayscale: #464646. Windows color (decimal): -4454819 or 6096572. OLE color: 6096572.
HSL color Cylindrical-coordinate representation of color #BC065D: hue angle of 331.32º 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 #BC065D is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.26 |
| HSL | 331.32º | 0.94% | 0.38% | - |
| HSV(B) | 331.32º | 0.97% | 0.74% | - |
| XYZ | 22.78 | 11.61 | 11.4 | - |
| YUV | 70.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 93 | 0 | 0.97 | 0.51 | 0.26 | 331.32 | 0.94 | 0.38 |
| Hex | BC | 6 | 5D | 0 | 61 | 33 | 1A | 14B | 5E | 26 |
| Octal | 274 | 6 | 135 | 0 | 141 | 63 | 32 | 513 | 136 | 46 |
| Binary | 10111100 | 110 | 1011101 | 0 | 1100001 | 110011 | 11010 | 101001011 | 1011110 | 100110 |
Color Harmonies of #BC065D
Complementary color
Monochromatic Colors of #BC065D
Black with #BC065D
Text Example
Text Example
White with #BC065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC065D; }
p { color: rgb(188,6,93); }
H1.HeaderClassName
{
color: #BC065D;
}
.AnyTagClassName
{
color: #BC065D;
}
</style>
background-color css
<style>
a { background-color: #BC065D; }
a { background-color: rgb(188,6,93); }
div.DivClassName
{
background-color: #BC065D;
}
.BgClassName
{
background-color: #BC065D;
}
</style>
border-color css
<style>
span { border-color: #BC065D; }
span { border-color: rgb(188,6,93); }
td.TdClassName
{
border-color: #BC065D;
}
.TagClassName
{
border-color: #BC065D;
}
</style>