Shades of Jazzberry Jam #B1006C
Tints of Jazzberry Jam #B1006C
RGB
CMYK
RGB Variations
Color information
#B1006C (or 0xB1006C) is known color: Jazzberry Jam. HEX triplet: B1, 00 and 6C. RGB value is (177,0,108). Sum of RGB (Red+Green+Blue) = 177+0+108=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B1006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1006C is #4EFF93. Grayscale: #404040. Windows color (decimal): -5177236 or 7078065. OLE color: 7078065.
HSL color Cylindrical-coordinate representation of color #B1006C: hue angle of 323.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1006C is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.39 | 0.31 |
| HSL | 323.39º | 1% | 0.35% | - |
| HSV(B) | 323.39º | 1% | 0.69% | - |
| XYZ | 20.84 | 10.43 | 15.1 | - |
| YUV | 65.24 | 152.14 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 0 | 108 | 0 | 1 | 0.39 | 0.31 | 323.39 | 1 | 0.35 |
| Hex | B1 | 0 | 6C | 0 | 64 | 27 | 1F | 143 | 64 | 23 |
| Octal | 261 | 0 | 154 | 0 | 144 | 47 | 37 | 503 | 144 | 43 |
| Binary | 10110001 | 0 | 1101100 | 0 | 1100100 | 100111 | 11111 | 101000011 | 1100100 | 100011 |
Color Harmonies of #B1006C
Complementary color
Monochromatic Colors of #B1006C
Black with #B1006C
Text Example
Text Example
White with #B1006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1006C; }
p { color: rgb(177,0,108); }
H1.HeaderClassName
{
color: #B1006C;
}
.AnyTagClassName
{
color: #B1006C;
}
</style>
background-color css
<style>
a { background-color: #B1006C; }
a { background-color: rgb(177,0,108); }
div.DivClassName
{
background-color: #B1006C;
}
.BgClassName
{
background-color: #B1006C;
}
</style>
border-color css
<style>
span { border-color: #B1006C; }
span { border-color: rgb(177,0,108); }
td.TdClassName
{
border-color: #B1006C;
}
.TagClassName
{
border-color: #B1006C;
}
</style>