Shades of Jazzberry Jam #BC086B
Tints of Jazzberry Jam #BC086B
RGB
CMYK
RGB Variations
Color information
#BC086B (or 0xBC086B) is known color: Jazzberry Jam. HEX triplet: BC, 08 and 6B. RGB value is (188,8,107). Sum of RGB (Red+Green+Blue) = 188+8+107=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC086B is #43F794. Grayscale: #484848. Windows color (decimal): -4454293 or 7014588. OLE color: 7014588.
HSL color Cylindrical-coordinate representation of color #BC086B: hue angle of 327º 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 #BC086B is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.26 |
| HSL | 327º | 0.92% | 0.38% | - |
| HSV(B) | 327º | 0.96% | 0.74% | - |
| XYZ | 23.48 | 11.93 | 14.97 | - |
| YUV | 73.11 | 147.13 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 107 | 0 | 0.96 | 0.43 | 0.26 | 327 | 0.92 | 0.38 |
| Hex | BC | 8 | 6B | 0 | 60 | 2B | 1A | 147 | 5C | 26 |
| Octal | 274 | 10 | 153 | 0 | 140 | 53 | 32 | 507 | 134 | 46 |
| Binary | 10111100 | 1000 | 1101011 | 0 | 1100000 | 101011 | 11010 | 101000111 | 1011100 | 100110 |
Color Harmonies of #BC086B
Complementary color
Monochromatic Colors of #BC086B
Black with #BC086B
Text Example
Text Example
White with #BC086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC086B; }
p { color: rgb(188,8,107); }
H1.HeaderClassName
{
color: #BC086B;
}
.AnyTagClassName
{
color: #BC086B;
}
</style>
background-color css
<style>
a { background-color: #BC086B; }
a { background-color: rgb(188,8,107); }
div.DivClassName
{
background-color: #BC086B;
}
.BgClassName
{
background-color: #BC086B;
}
</style>
border-color css
<style>
span { border-color: #BC086B; }
span { border-color: rgb(188,8,107); }
td.TdClassName
{
border-color: #BC086B;
}
.TagClassName
{
border-color: #BC086B;
}
</style>