Shades of Jazzberry Jam #BC045C
Tints of Jazzberry Jam #BC045C
RGB
CMYK
RGB Variations
Color information
#BC045C (or 0xBC045C) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 5C. RGB value is (188,4,92). Sum of RGB (Red+Green+Blue) = 188+4+92=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC045C is #43FBA3. Grayscale: #444444. Windows color (decimal): -4455332 or 6030524. OLE color: 6030524.
HSL color Cylindrical-coordinate representation of color #BC045C: hue angle of 331.3º 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 #BC045C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 92 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.26 |
| HSL | 331.3º | 0.96% | 0.38% | - |
| HSV(B) | 331.3º | 0.98% | 0.74% | - |
| XYZ | 22.71 | 11.55 | 11.16 | - |
| YUV | 69.05 | 140.96 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 92 | 0 | 0.98 | 0.51 | 0.26 | 331.3 | 0.96 | 0.38 |
| Hex | BC | 4 | 5C | 0 | 62 | 33 | 1A | 14B | 60 | 26 |
| Octal | 274 | 4 | 134 | 0 | 142 | 63 | 32 | 513 | 140 | 46 |
| Binary | 10111100 | 100 | 1011100 | 0 | 1100010 | 110011 | 11010 | 101001011 | 1100000 | 100110 |
Color Harmonies of #BC045C
Complementary color
Monochromatic Colors of #BC045C
Black with #BC045C
Text Example
Text Example
White with #BC045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC045C; }
p { color: rgb(188,4,92); }
H1.HeaderClassName
{
color: #BC045C;
}
.AnyTagClassName
{
color: #BC045C;
}
</style>
background-color css
<style>
a { background-color: #BC045C; }
a { background-color: rgb(188,4,92); }
div.DivClassName
{
background-color: #BC045C;
}
.BgClassName
{
background-color: #BC045C;
}
</style>
border-color css
<style>
span { border-color: #BC045C; }
span { border-color: rgb(188,4,92); }
td.TdClassName
{
border-color: #BC045C;
}
.TagClassName
{
border-color: #BC045C;
}
</style>