Shades of Jazzberry Jam #BC0B67
Tints of Jazzberry Jam #BC0B67
RGB
CMYK
RGB Variations
Color information
#BC0B67 (or 0xBC0B67) is known color: Jazzberry Jam. HEX triplet: BC, 0B and 67. RGB value is (188,11,103). Sum of RGB (Red+Green+Blue) = 188+11+103=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0B67 is #43F498. Grayscale: #4A4A4A. Windows color (decimal): -4453529 or 6753212. OLE color: 6753212.
HSL color Cylindrical-coordinate representation of color #BC0B67: hue angle of 328.81º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B67 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 103 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.26 |
| HSL | 328.81º | 0.89% | 0.39% | - |
| HSV(B) | 328.81º | 0.94% | 0.74% | - |
| XYZ | 23.31 | 11.91 | 13.9 | - |
| YUV | 74.41 | 144.14 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 103 | 0 | 0.94 | 0.45 | 0.26 | 328.81 | 0.89 | 0.39 |
| Hex | BC | B | 67 | 0 | 5E | 2D | 1A | 149 | 59 | 27 |
| Octal | 274 | 13 | 147 | 0 | 136 | 55 | 32 | 511 | 131 | 47 |
| Binary | 10111100 | 1011 | 1100111 | 0 | 1011110 | 101101 | 11010 | 101001001 | 1011001 | 100111 |
Color Harmonies of #BC0B67
Complementary color
Monochromatic Colors of #BC0B67
Black with #BC0B67
Text Example
Text Example
White with #BC0B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B67; }
p { color: rgb(188,11,103); }
H1.HeaderClassName
{
color: #BC0B67;
}
.AnyTagClassName
{
color: #BC0B67;
}
</style>
background-color css
<style>
a { background-color: #BC0B67; }
a { background-color: rgb(188,11,103); }
div.DivClassName
{
background-color: #BC0B67;
}
.BgClassName
{
background-color: #BC0B67;
}
</style>
border-color css
<style>
span { border-color: #BC0B67; }
span { border-color: rgb(188,11,103); }
td.TdClassName
{
border-color: #BC0B67;
}
.TagClassName
{
border-color: #BC0B67;
}
</style>