Shades of Jazzberry Jam #BC0358
Tints of Jazzberry Jam #BC0358
RGB
CMYK
RGB Variations
Color information
#BC0358 (or 0xBC0358) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 58. RGB value is (188,3,88). Sum of RGB (Red+Green+Blue) = 188+3+88=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0358 is #43FCA7. Grayscale: #434343. Windows color (decimal): -4455592 or 5768124. OLE color: 5768124.
HSL color Cylindrical-coordinate representation of color #BC0358: hue angle of 332.43º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0358 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 88 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.26 |
| HSL | 332.43º | 0.97% | 0.37% | - |
| HSV(B) | 332.43º | 0.98% | 0.74% | - |
| XYZ | 22.53 | 11.46 | 10.26 | - |
| YUV | 68.01 | 139.29 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 88 | 0 | 0.98 | 0.53 | 0.26 | 332.43 | 0.97 | 0.37 |
| Hex | BC | 3 | 58 | 0 | 62 | 35 | 1A | 14C | 61 | 25 |
| Octal | 274 | 3 | 130 | 0 | 142 | 65 | 32 | 514 | 141 | 45 |
| Binary | 10111100 | 11 | 1011000 | 0 | 1100010 | 110101 | 11010 | 101001100 | 1100001 | 100101 |
Color Harmonies of #BC0358
Complementary color
Monochromatic Colors of #BC0358
Black with #BC0358
Text Example
Text Example
White with #BC0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0358; }
p { color: rgb(188,3,88); }
H1.HeaderClassName
{
color: #BC0358;
}
.AnyTagClassName
{
color: #BC0358;
}
</style>
background-color css
<style>
a { background-color: #BC0358; }
a { background-color: rgb(188,3,88); }
div.DivClassName
{
background-color: #BC0358;
}
.BgClassName
{
background-color: #BC0358;
}
</style>
border-color css
<style>
span { border-color: #BC0358; }
span { border-color: rgb(188,3,88); }
td.TdClassName
{
border-color: #BC0358;
}
.TagClassName
{
border-color: #BC0358;
}
</style>