Shades of Jazzberry Jam #BC024D
Tints of Jazzberry Jam #BC024D
RGB
CMYK
RGB Variations
Color information
#BC024D (or 0xBC024D) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 4D. RGB value is (188,2,77). Sum of RGB (Red+Green+Blue) = 188+2+77=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC024D is #43FDB2. Grayscale: #424242. Windows color (decimal): -4455859 or 5046972. OLE color: 5046972.
HSL color Cylindrical-coordinate representation of color #BC024D: hue angle of 335.81º 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 #BC024D is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.26 |
| HSL | 335.81º | 0.98% | 0.37% | - |
| HSV(B) | 335.81º | 0.99% | 0.74% | - |
| XYZ | 22.1 | 11.27 | 8.03 | - |
| YUV | 66.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 77 | 0 | 0.99 | 0.59 | 0.26 | 335.81 | 0.98 | 0.37 |
| Hex | BC | 2 | 4D | 0 | 63 | 3B | 1A | 150 | 62 | 25 |
| Octal | 274 | 2 | 115 | 0 | 143 | 73 | 32 | 520 | 142 | 45 |
| Binary | 10111100 | 10 | 1001101 | 0 | 1100011 | 111011 | 11010 | 101010000 | 1100010 | 100101 |
Color Harmonies of #BC024D
Complementary color
Monochromatic Colors of #BC024D
Black with #BC024D
Text Example
Text Example
White with #BC024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC024D; }
p { color: rgb(188,2,77); }
H1.HeaderClassName
{
color: #BC024D;
}
.AnyTagClassName
{
color: #BC024D;
}
</style>
background-color css
<style>
a { background-color: #BC024D; }
a { background-color: rgb(188,2,77); }
div.DivClassName
{
background-color: #BC024D;
}
.BgClassName
{
background-color: #BC024D;
}
</style>
border-color css
<style>
span { border-color: #BC024D; }
span { border-color: rgb(188,2,77); }
td.TdClassName
{
border-color: #BC024D;
}
.TagClassName
{
border-color: #BC024D;
}
</style>