Shades of Jazzberry Jam #BC0863
Tints of Jazzberry Jam #BC0863
RGB
CMYK
RGB Variations
Color information
#BC0863 (or 0xBC0863) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 63. RGB value is (188,8,99). Sum of RGB (Red+Green+Blue) = 188+8+99=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0863 is #43F79C. Grayscale: #484848. Windows color (decimal): -4454301 or 6490300. OLE color: 6490300.
HSL color Cylindrical-coordinate representation of color #BC0863: hue angle of 329.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0863 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.26 |
| HSL | 329.67º | 0.92% | 0.38% | - |
| HSV(B) | 329.67º | 0.96% | 0.74% | - |
| XYZ | 23.08 | 11.77 | 12.86 | - |
| YUV | 72.19 | 143.13 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 99 | 0 | 0.96 | 0.47 | 0.26 | 329.67 | 0.92 | 0.38 |
| Hex | BC | 8 | 63 | 0 | 60 | 2F | 1A | 14A | 5C | 26 |
| Octal | 274 | 10 | 143 | 0 | 140 | 57 | 32 | 512 | 134 | 46 |
| Binary | 10111100 | 1000 | 1100011 | 0 | 1100000 | 101111 | 11010 | 101001010 | 1011100 | 100110 |
Color Harmonies of #BC0863
Complementary color
Monochromatic Colors of #BC0863
Black with #BC0863
Text Example
Text Example
White with #BC0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0863; }
p { color: rgb(188,8,99); }
H1.HeaderClassName
{
color: #BC0863;
}
.AnyTagClassName
{
color: #BC0863;
}
</style>
background-color css
<style>
a { background-color: #BC0863; }
a { background-color: rgb(188,8,99); }
div.DivClassName
{
background-color: #BC0863;
}
.BgClassName
{
background-color: #BC0863;
}
</style>
border-color css
<style>
span { border-color: #BC0863; }
span { border-color: rgb(188,8,99); }
td.TdClassName
{
border-color: #BC0863;
}
.TagClassName
{
border-color: #BC0863;
}
</style>