Shades of Jazzberry Jam #BC035D
Tints of Jazzberry Jam #BC035D
RGB
CMYK
RGB Variations
Color information
#BC035D (or 0xBC035D) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 5D. RGB value is (188,3,93). Sum of RGB (Red+Green+Blue) = 188+3+93=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC035D is #43FCA2. Grayscale: #444444. Windows color (decimal): -4455587 or 6095804. OLE color: 6095804.
HSL color Cylindrical-coordinate representation of color #BC035D: hue angle of 330.81º 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 #BC035D is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 93 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.26 |
| HSL | 330.81º | 0.97% | 0.37% | - |
| HSV(B) | 330.81º | 0.98% | 0.74% | - |
| XYZ | 22.75 | 11.55 | 11.39 | - |
| YUV | 68.58 | 141.79 | 213.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 93 | 0 | 0.98 | 0.51 | 0.26 | 330.81 | 0.97 | 0.37 |
| Hex | BC | 3 | 5D | 0 | 62 | 33 | 1A | 14B | 61 | 25 |
| Octal | 274 | 3 | 135 | 0 | 142 | 63 | 32 | 513 | 141 | 45 |
| Binary | 10111100 | 11 | 1011101 | 0 | 1100010 | 110011 | 11010 | 101001011 | 1100001 | 100101 |
Color Harmonies of #BC035D
Complementary color
Monochromatic Colors of #BC035D
Black with #BC035D
Text Example
Text Example
White with #BC035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC035D; }
p { color: rgb(188,3,93); }
H1.HeaderClassName
{
color: #BC035D;
}
.AnyTagClassName
{
color: #BC035D;
}
</style>
background-color css
<style>
a { background-color: #BC035D; }
a { background-color: rgb(188,3,93); }
div.DivClassName
{
background-color: #BC035D;
}
.BgClassName
{
background-color: #BC035D;
}
</style>
border-color css
<style>
span { border-color: #BC035D; }
span { border-color: rgb(188,3,93); }
td.TdClassName
{
border-color: #BC035D;
}
.TagClassName
{
border-color: #BC035D;
}
</style>