Shades of Jazzberry Jam #BC024B
Tints of Jazzberry Jam #BC024B
RGB
CMYK
RGB Variations
Color information
#BC024B (or 0xBC024B) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 4B. RGB value is (188,2,75). Sum of RGB (Red+Green+Blue) = 188+2+75=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC024B is #43FDB4. Grayscale: #414141. Windows color (decimal): -4455861 or 4915900. OLE color: 4915900.
HSL color Cylindrical-coordinate representation of color #BC024B: hue angle of 336.45º 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 #BC024B is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.26 |
| HSL | 336.45º | 0.98% | 0.37% | - |
| HSV(B) | 336.45º | 0.99% | 0.74% | - |
| XYZ | 22.03 | 11.24 | 7.67 | - |
| YUV | 65.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 75 | 0 | 0.99 | 0.60 | 0.26 | 336.45 | 0.98 | 0.37 |
| Hex | BC | 2 | 4B | 0 | 63 | 3C | 1A | 150 | 62 | 25 |
| Octal | 274 | 2 | 113 | 0 | 143 | 74 | 32 | 520 | 142 | 45 |
| Binary | 10111100 | 10 | 1001011 | 0 | 1100011 | 111100 | 11010 | 101010000 | 1100010 | 100101 |
Color Harmonies of #BC024B
Complementary color
Monochromatic Colors of #BC024B
Black with #BC024B
Text Example
Text Example
White with #BC024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC024B; }
p { color: rgb(188,2,75); }
H1.HeaderClassName
{
color: #BC024B;
}
.AnyTagClassName
{
color: #BC024B;
}
</style>
background-color css
<style>
a { background-color: #BC024B; }
a { background-color: rgb(188,2,75); }
div.DivClassName
{
background-color: #BC024B;
}
.BgClassName
{
background-color: #BC024B;
}
</style>
border-color css
<style>
span { border-color: #BC024B; }
span { border-color: rgb(188,2,75); }
td.TdClassName
{
border-color: #BC024B;
}
.TagClassName
{
border-color: #BC024B;
}
</style>