Shades of Jazzberry Jam #BC024F
Tints of Jazzberry Jam #BC024F
RGB
CMYK
RGB Variations
Color information
#BC024F (or 0xBC024F) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 4F. RGB value is (188,2,79). Sum of RGB (Red+Green+Blue) = 188+2+79=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC024F is #43FDB0. Grayscale: #424242. Windows color (decimal): -4455857 or 5178044. OLE color: 5178044.
HSL color Cylindrical-coordinate representation of color #BC024F: hue angle of 335.16º 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 #BC024F is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.26 |
| HSL | 335.16º | 0.98% | 0.37% | - |
| HSV(B) | 335.16º | 0.99% | 0.74% | - |
| XYZ | 22.17 | 11.3 | 8.41 | - |
| YUV | 66.39 | 135.12 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 79 | 0 | 0.99 | 0.58 | 0.26 | 335.16 | 0.98 | 0.37 |
| Hex | BC | 2 | 4F | 0 | 63 | 3A | 1A | 14F | 62 | 25 |
| Octal | 274 | 2 | 117 | 0 | 143 | 72 | 32 | 517 | 142 | 45 |
| Binary | 10111100 | 10 | 1001111 | 0 | 1100011 | 111010 | 11010 | 101001111 | 1100010 | 100101 |
Color Harmonies of #BC024F
Complementary color
Monochromatic Colors of #BC024F
Black with #BC024F
Text Example
Text Example
White with #BC024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC024F; }
p { color: rgb(188,2,79); }
H1.HeaderClassName
{
color: #BC024F;
}
.AnyTagClassName
{
color: #BC024F;
}
</style>
background-color css
<style>
a { background-color: #BC024F; }
a { background-color: rgb(188,2,79); }
div.DivClassName
{
background-color: #BC024F;
}
.BgClassName
{
background-color: #BC024F;
}
</style>
border-color css
<style>
span { border-color: #BC024F; }
span { border-color: rgb(188,2,79); }
td.TdClassName
{
border-color: #BC024F;
}
.TagClassName
{
border-color: #BC024F;
}
</style>