Shades of Jazzberry Jam #BC2367
Tints of Jazzberry Jam #BC2367
RGB
CMYK
RGB Variations
Color information
#BC2367 (or 0xBC2367) is known color: Jazzberry Jam. HEX triplet: BC, 23 and 67. RGB value is (188,35,103). Sum of RGB (Red+Green+Blue) = 188+35+103=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2367 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2367 is #43DC98. Grayscale: #585858. Windows color (decimal): -4447385 or 6759356. OLE color: 6759356.
HSL color Cylindrical-coordinate representation of color #BC2367: hue angle of 333.33º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2367 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 103 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.26 |
| HSL | 333.33º | 0.69% | 0.44% | - |
| HSV(B) | 333.33º | 0.81% | 0.74% | - |
| XYZ | 23.79 | 12.87 | 14.06 | - |
| YUV | 88.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 103 | 0 | 0.81 | 0.45 | 0.26 | 333.33 | 0.69 | 0.44 |
| Hex | BC | 23 | 67 | 0 | 51 | 2D | 1A | 14D | 45 | 2C |
| Octal | 274 | 43 | 147 | 0 | 121 | 55 | 32 | 515 | 105 | 54 |
| Binary | 10111100 | 100011 | 1100111 | 0 | 1010001 | 101101 | 11010 | 101001101 | 1000101 | 101100 |
Color Harmonies of #BC2367
Complementary color
Monochromatic Colors of #BC2367
Black with #BC2367
Text Example
Text Example
White with #BC2367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2367; }
p { color: rgb(188,35,103); }
H1.HeaderClassName
{
color: #BC2367;
}
.AnyTagClassName
{
color: #BC2367;
}
</style>
background-color css
<style>
a { background-color: #BC2367; }
a { background-color: rgb(188,35,103); }
div.DivClassName
{
background-color: #BC2367;
}
.BgClassName
{
background-color: #BC2367;
}
</style>
border-color css
<style>
span { border-color: #BC2367; }
span { border-color: rgb(188,35,103); }
td.TdClassName
{
border-color: #BC2367;
}
.TagClassName
{
border-color: #BC2367;
}
</style>