Shades of Jazzberry Jam #BC045F
Tints of Jazzberry Jam #BC045F
RGB
CMYK
RGB Variations
Color information
#BC045F (or 0xBC045F) is known color: Jazzberry Jam. HEX triplet: BC, 04 and 5F. RGB value is (188,4,95). Sum of RGB (Red+Green+Blue) = 188+4+95=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 4 (1.95% from 255 or 1.39% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC045F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC045F is #43FBA0. Grayscale: #454545. Windows color (decimal): -4455329 or 6227132. OLE color: 6227132.
HSL color Cylindrical-coordinate representation of color #BC045F: hue angle of 330.33º 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 #BC045F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 95 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.26 |
| HSL | 330.33º | 0.96% | 0.38% | - |
| HSV(B) | 330.33º | 0.98% | 0.74% | - |
| XYZ | 22.85 | 11.6 | 11.86 | - |
| YUV | 69.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 95 | 0 | 0.98 | 0.49 | 0.26 | 330.33 | 0.96 | 0.38 |
| Hex | BC | 4 | 5F | 0 | 62 | 31 | 1A | 14A | 60 | 26 |
| Octal | 274 | 4 | 137 | 0 | 142 | 61 | 32 | 512 | 140 | 46 |
| Binary | 10111100 | 100 | 1011111 | 0 | 1100010 | 110001 | 11010 | 101001010 | 1100000 | 100110 |
Color Harmonies of #BC045F
Complementary color
Monochromatic Colors of #BC045F
Black with #BC045F
Text Example
Text Example
White with #BC045F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC045F; }
p { color: rgb(188,4,95); }
H1.HeaderClassName
{
color: #BC045F;
}
.AnyTagClassName
{
color: #BC045F;
}
</style>
background-color css
<style>
a { background-color: #BC045F; }
a { background-color: rgb(188,4,95); }
div.DivClassName
{
background-color: #BC045F;
}
.BgClassName
{
background-color: #BC045F;
}
</style>
border-color css
<style>
span { border-color: #BC045F; }
span { border-color: rgb(188,4,95); }
td.TdClassName
{
border-color: #BC045F;
}
.TagClassName
{
border-color: #BC045F;
}
</style>