Shades of Jazzberry Jam #BC0D4F
Tints of Jazzberry Jam #BC0D4F
RGB
CMYK
RGB Variations
Color information
#BC0D4F (or 0xBC0D4F) is known color: Jazzberry Jam. HEX triplet: BC, 0D and 4F. RGB value is (188,13,79). Sum of RGB (Red+Green+Blue) = 188+13+79=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D4F is #43F2B0. Grayscale: #484848. Windows color (decimal): -4453041 or 5180860. OLE color: 5180860.
HSL color Cylindrical-coordinate representation of color #BC0D4F: hue angle of 337.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D4F is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 79 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.26 |
| HSL | 337.37º | 0.87% | 0.39% | - |
| HSV(B) | 337.37º | 0.93% | 0.74% | - |
| XYZ | 22.29 | 11.54 | 8.45 | - |
| YUV | 72.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 79 | 0 | 0.93 | 0.58 | 0.26 | 337.37 | 0.87 | 0.39 |
| Hex | BC | D | 4F | 0 | 5D | 3A | 1A | 151 | 57 | 27 |
| Octal | 274 | 15 | 117 | 0 | 135 | 72 | 32 | 521 | 127 | 47 |
| Binary | 10111100 | 1101 | 1001111 | 0 | 1011101 | 111010 | 11010 | 101010001 | 1010111 | 100111 |
Color Harmonies of #BC0D4F
Complementary color
Monochromatic Colors of #BC0D4F
Black with #BC0D4F
Text Example
Text Example
White with #BC0D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D4F; }
p { color: rgb(188,13,79); }
H1.HeaderClassName
{
color: #BC0D4F;
}
.AnyTagClassName
{
color: #BC0D4F;
}
</style>
background-color css
<style>
a { background-color: #BC0D4F; }
a { background-color: rgb(188,13,79); }
div.DivClassName
{
background-color: #BC0D4F;
}
.BgClassName
{
background-color: #BC0D4F;
}
</style>
border-color css
<style>
span { border-color: #BC0D4F; }
span { border-color: rgb(188,13,79); }
td.TdClassName
{
border-color: #BC0D4F;
}
.TagClassName
{
border-color: #BC0D4F;
}
</style>