Shades of Jazzberry Jam #BC2067
Tints of Jazzberry Jam #BC2067
RGB
CMYK
RGB Variations
Color information
#BC2067 (or 0xBC2067) is known color: Jazzberry Jam. HEX triplet: BC, 20 and 67. RGB value is (188,32,103). Sum of RGB (Red+Green+Blue) = 188+32+103=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2067 is #43DF98. Grayscale: #565656. Windows color (decimal): -4448153 or 6758588. OLE color: 6758588.
HSL color Cylindrical-coordinate representation of color #BC2067: hue angle of 332.69º 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 #BC2067 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 103 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.26 |
| HSL | 332.69º | 0.71% | 0.43% | - |
| HSV(B) | 332.69º | 0.83% | 0.74% | - |
| XYZ | 23.7 | 12.7 | 14.03 | - |
| YUV | 86.74 | 137.18 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 103 | 0 | 0.83 | 0.45 | 0.26 | 332.69 | 0.71 | 0.43 |
| Hex | BC | 20 | 67 | 0 | 53 | 2D | 1A | 14D | 47 | 2B |
| Octal | 274 | 40 | 147 | 0 | 123 | 55 | 32 | 515 | 107 | 53 |
| Binary | 10111100 | 100000 | 1100111 | 0 | 1010011 | 101101 | 11010 | 101001101 | 1000111 | 101011 |
Color Harmonies of #BC2067
Complementary color
Monochromatic Colors of #BC2067
Black with #BC2067
Text Example
Text Example
White with #BC2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2067; }
p { color: rgb(188,32,103); }
H1.HeaderClassName
{
color: #BC2067;
}
.AnyTagClassName
{
color: #BC2067;
}
</style>
background-color css
<style>
a { background-color: #BC2067; }
a { background-color: rgb(188,32,103); }
div.DivClassName
{
background-color: #BC2067;
}
.BgClassName
{
background-color: #BC2067;
}
</style>
border-color css
<style>
span { border-color: #BC2067; }
span { border-color: rgb(188,32,103); }
td.TdClassName
{
border-color: #BC2067;
}
.TagClassName
{
border-color: #BC2067;
}
</style>