Shades of Jazzberry Jam #BC035F
Tints of Jazzberry Jam #BC035F
RGB
CMYK
RGB Variations
Color information
#BC035F (or 0xBC035F) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 5F. RGB value is (188,3,95). Sum of RGB (Red+Green+Blue) = 188+3+95=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC035F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC035F is #43FCA0. Grayscale: #444444. Windows color (decimal): -4455585 or 6226876. OLE color: 6226876.
HSL color Cylindrical-coordinate representation of color #BC035F: hue angle of 330.16º 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 #BC035F is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.26 |
| HSL | 330.16º | 0.97% | 0.37% | - |
| HSV(B) | 330.16º | 0.98% | 0.74% | - |
| XYZ | 22.84 | 11.58 | 11.86 | - |
| YUV | 68.8 | 142.79 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 95 | 0 | 0.98 | 0.49 | 0.26 | 330.16 | 0.97 | 0.37 |
| Hex | BC | 3 | 5F | 0 | 62 | 31 | 1A | 14A | 61 | 25 |
| Octal | 274 | 3 | 137 | 0 | 142 | 61 | 32 | 512 | 141 | 45 |
| Binary | 10111100 | 11 | 1011111 | 0 | 1100010 | 110001 | 11010 | 101001010 | 1100001 | 100101 |
Color Harmonies of #BC035F
Complementary color
Monochromatic Colors of #BC035F
Black with #BC035F
Text Example
Text Example
White with #BC035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC035F; }
p { color: rgb(188,3,95); }
H1.HeaderClassName
{
color: #BC035F;
}
.AnyTagClassName
{
color: #BC035F;
}
</style>
background-color css
<style>
a { background-color: #BC035F; }
a { background-color: rgb(188,3,95); }
div.DivClassName
{
background-color: #BC035F;
}
.BgClassName
{
background-color: #BC035F;
}
</style>
border-color css
<style>
span { border-color: #BC035F; }
span { border-color: rgb(188,3,95); }
td.TdClassName
{
border-color: #BC035F;
}
.TagClassName
{
border-color: #BC035F;
}
</style>