Shades of Jazzberry Jam #BC0248
Tints of Jazzberry Jam #BC0248
RGB
CMYK
RGB Variations
Color information
#BC0248 (or 0xBC0248) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 48. RGB value is (188,2,72). Sum of RGB (Red+Green+Blue) = 188+2+72=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0248 is #43FDB7. Grayscale: #414141. Windows color (decimal): -4455864 or 4719292. OLE color: 4719292.
HSL color Cylindrical-coordinate representation of color #BC0248: hue angle of 337.42º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0248 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 72 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.26 |
| HSL | 337.42º | 0.98% | 0.37% | - |
| HSV(B) | 337.42º | 0.99% | 0.74% | - |
| XYZ | 21.93 | 11.2 | 7.14 | - |
| YUV | 65.59 | 131.62 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 72 | 0 | 0.99 | 0.62 | 0.26 | 337.42 | 0.98 | 0.37 |
| Hex | BC | 2 | 48 | 0 | 63 | 3E | 1A | 151 | 62 | 25 |
| Octal | 274 | 2 | 110 | 0 | 143 | 76 | 32 | 521 | 142 | 45 |
| Binary | 10111100 | 10 | 1001000 | 0 | 1100011 | 111110 | 11010 | 101010001 | 1100010 | 100101 |
Color Harmonies of #BC0248
Complementary color
Monochromatic Colors of #BC0248
Black with #BC0248
Text Example
Text Example
White with #BC0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0248; }
p { color: rgb(188,2,72); }
H1.HeaderClassName
{
color: #BC0248;
}
.AnyTagClassName
{
color: #BC0248;
}
</style>
background-color css
<style>
a { background-color: #BC0248; }
a { background-color: rgb(188,2,72); }
div.DivClassName
{
background-color: #BC0248;
}
.BgClassName
{
background-color: #BC0248;
}
</style>
border-color css
<style>
span { border-color: #BC0248; }
span { border-color: rgb(188,2,72); }
td.TdClassName
{
border-color: #BC0248;
}
.TagClassName
{
border-color: #BC0248;
}
</style>