Shades of Jazzberry Jam #BC0D5D
Tints of Jazzberry Jam #BC0D5D
RGB
CMYK
RGB Variations
Color information
#BC0D5D (or 0xBC0D5D) is known color: Jazzberry Jam. HEX triplet: BC, 0D and 5D. RGB value is (188,13,93). Sum of RGB (Red+Green+Blue) = 188+13+93=294 (38% of max value = 765). Red value is 188 (73.83% from 255 or 63.95% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D5D is #43F2A2. Grayscale: #4A4A4A. Windows color (decimal): -4453027 or 6098364. OLE color: 6098364.
HSL color Cylindrical-coordinate representation of color #BC0D5D: hue angle of 332.57º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D5D is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 93 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.26 |
| HSL | 332.57º | 0.87% | 0.39% | - |
| HSV(B) | 332.57º | 0.93% | 0.74% | - |
| XYZ | 22.86 | 11.77 | 11.42 | - |
| YUV | 74.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 93 | 0 | 0.93 | 0.51 | 0.26 | 332.57 | 0.87 | 0.39 |
| Hex | BC | D | 5D | 0 | 5D | 33 | 1A | 14D | 57 | 27 |
| Octal | 274 | 15 | 135 | 0 | 135 | 63 | 32 | 515 | 127 | 47 |
| Binary | 10111100 | 1101 | 1011101 | 0 | 1011101 | 110011 | 11010 | 101001101 | 1010111 | 100111 |
Color Harmonies of #BC0D5D
Complementary color
Monochromatic Colors of #BC0D5D
Black with #BC0D5D
Text Example
Text Example
White with #BC0D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D5D; }
p { color: rgb(188,13,93); }
H1.HeaderClassName
{
color: #BC0D5D;
}
.AnyTagClassName
{
color: #BC0D5D;
}
</style>
background-color css
<style>
a { background-color: #BC0D5D; }
a { background-color: rgb(188,13,93); }
div.DivClassName
{
background-color: #BC0D5D;
}
.BgClassName
{
background-color: #BC0D5D;
}
</style>
border-color css
<style>
span { border-color: #BC0D5D; }
span { border-color: rgb(188,13,93); }
td.TdClassName
{
border-color: #BC0D5D;
}
.TagClassName
{
border-color: #BC0D5D;
}
</style>