Shades of Jazzberry Jam #BC145D
Tints of Jazzberry Jam #BC145D
RGB
CMYK
RGB Variations
Color information
#BC145D (or 0xBC145D) is known color: Jazzberry Jam. HEX triplet: BC, 14 and 5D. RGB value is (188,20,93). Sum of RGB (Red+Green+Blue) = 188+20+93=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC145D is #43EBA2. Grayscale: #4E4E4E. Windows color (decimal): -4451235 or 6100156. OLE color: 6100156.
HSL color Cylindrical-coordinate representation of color #BC145D: hue angle of 333.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC145D is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 93 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.26 |
| HSL | 333.93º | 0.81% | 0.41% | - |
| HSV(B) | 333.93º | 0.89% | 0.74% | - |
| XYZ | 22.96 | 11.98 | 11.46 | - |
| YUV | 78.55 | 136.16 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 93 | 0 | 0.89 | 0.51 | 0.26 | 333.93 | 0.81 | 0.41 |
| Hex | BC | 14 | 5D | 0 | 59 | 33 | 1A | 14E | 51 | 29 |
| Octal | 274 | 24 | 135 | 0 | 131 | 63 | 32 | 516 | 121 | 51 |
| Binary | 10111100 | 10100 | 1011101 | 0 | 1011001 | 110011 | 11010 | 101001110 | 1010001 | 101001 |
Color Harmonies of #BC145D
Complementary color
Monochromatic Colors of #BC145D
Black with #BC145D
Text Example
Text Example
White with #BC145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC145D; }
p { color: rgb(188,20,93); }
H1.HeaderClassName
{
color: #BC145D;
}
.AnyTagClassName
{
color: #BC145D;
}
</style>
background-color css
<style>
a { background-color: #BC145D; }
a { background-color: rgb(188,20,93); }
div.DivClassName
{
background-color: #BC145D;
}
.BgClassName
{
background-color: #BC145D;
}
</style>
border-color css
<style>
span { border-color: #BC145D; }
span { border-color: rgb(188,20,93); }
td.TdClassName
{
border-color: #BC145D;
}
.TagClassName
{
border-color: #BC145D;
}
</style>