Shades of Jazzberry Jam #BC2069
Tints of Jazzberry Jam #BC2069
RGB
CMYK
RGB Variations
Color information
#BC2069 (or 0xBC2069) is known color: Jazzberry Jam. HEX triplet: BC, 20 and 69. RGB value is (188,32,105). Sum of RGB (Red+Green+Blue) = 188+32+105=325 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.85% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2069 is #43DF96. Grayscale: #565656. Windows color (decimal): -4448151 or 6889660. OLE color: 6889660.
HSL color Cylindrical-coordinate representation of color #BC2069: hue angle of 331.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2069 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 105 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.26 |
| HSL | 331.92º | 0.71% | 0.43% | - |
| HSV(B) | 331.92º | 0.83% | 0.74% | - |
| XYZ | 23.81 | 12.74 | 14.57 | - |
| YUV | 86.97 | 138.18 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 105 | 0 | 0.83 | 0.44 | 0.26 | 331.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 69 | 0 | 53 | 2C | 1A | 14C | 47 | 2B |
| Octal | 274 | 40 | 151 | 0 | 123 | 54 | 32 | 514 | 107 | 53 |
| Binary | 10111100 | 100000 | 1101001 | 0 | 1010011 | 101100 | 11010 | 101001100 | 1000111 | 101011 |
Color Harmonies of #BC2069
Complementary color
Monochromatic Colors of #BC2069
Black with #BC2069
Text Example
Text Example
White with #BC2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2069; }
p { color: rgb(188,32,105); }
H1.HeaderClassName
{
color: #BC2069;
}
.AnyTagClassName
{
color: #BC2069;
}
</style>
background-color css
<style>
a { background-color: #BC2069; }
a { background-color: rgb(188,32,105); }
div.DivClassName
{
background-color: #BC2069;
}
.BgClassName
{
background-color: #BC2069;
}
</style>
border-color css
<style>
span { border-color: #BC2069; }
span { border-color: rgb(188,32,105); }
td.TdClassName
{
border-color: #BC2069;
}
.TagClassName
{
border-color: #BC2069;
}
</style>