Shades of Jazzberry Jam #BC024E
Tints of Jazzberry Jam #BC024E
RGB
CMYK
RGB Variations
Color information
#BC024E (or 0xBC024E) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 4E. RGB value is (188,2,78). Sum of RGB (Red+Green+Blue) = 188+2+78=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC024E is #43FDB1. Grayscale: #424242. Windows color (decimal): -4455858 or 5112508. OLE color: 5112508.
HSL color Cylindrical-coordinate representation of color #BC024E: hue angle of 335.48º 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 #BC024E is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.26 |
| HSL | 335.48º | 0.98% | 0.37% | - |
| HSV(B) | 335.48º | 0.99% | 0.74% | - |
| XYZ | 22.14 | 11.28 | 8.22 | - |
| YUV | 66.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 78 | 0 | 0.99 | 0.59 | 0.26 | 335.48 | 0.98 | 0.37 |
| Hex | BC | 2 | 4E | 0 | 63 | 3B | 1A | 14F | 62 | 25 |
| Octal | 274 | 2 | 116 | 0 | 143 | 73 | 32 | 517 | 142 | 45 |
| Binary | 10111100 | 10 | 1001110 | 0 | 1100011 | 111011 | 11010 | 101001111 | 1100010 | 100101 |
Color Harmonies of #BC024E
Complementary color
Monochromatic Colors of #BC024E
Black with #BC024E
Text Example
Text Example
White with #BC024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC024E; }
p { color: rgb(188,2,78); }
H1.HeaderClassName
{
color: #BC024E;
}
.AnyTagClassName
{
color: #BC024E;
}
</style>
background-color css
<style>
a { background-color: #BC024E; }
a { background-color: rgb(188,2,78); }
div.DivClassName
{
background-color: #BC024E;
}
.BgClassName
{
background-color: #BC024E;
}
</style>
border-color css
<style>
span { border-color: #BC024E; }
span { border-color: rgb(188,2,78); }
td.TdClassName
{
border-color: #BC024E;
}
.TagClassName
{
border-color: #BC024E;
}
</style>