Shades of Jazzberry Jam #B0176C
Tints of Jazzberry Jam #B0176C
RGB
CMYK
RGB Variations
Color information
#B0176C (or 0xB0176C) is known color: Jazzberry Jam. HEX triplet: B0, 17 and 6C. RGB value is (176,23,108). Sum of RGB (Red+Green+Blue) = 176+23+108=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0176C is #4FE893. Grayscale: #4E4E4E. Windows color (decimal): -5236884 or 7083952. OLE color: 7083952.
HSL color Cylindrical-coordinate representation of color #B0176C: hue angle of 326.67º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0176C is Cyan = 0, Magento = 0.87, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 23 | 108 | - |
| CMYK | 0 | 0.87 | 0.39 | 0.31 |
| HSL | 326.67º | 0.77% | 0.39% | - |
| HSV(B) | 326.67º | 0.87% | 0.69% | - |
| XYZ | 20.92 | 10.93 | 15.19 | - |
| YUV | 78.44 | 144.69 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 108 | 0 | 0.87 | 0.39 | 0.31 | 326.67 | 0.77 | 0.39 |
| Hex | B0 | 17 | 6C | 0 | 57 | 27 | 1F | 147 | 4D | 27 |
| Octal | 260 | 27 | 154 | 0 | 127 | 47 | 37 | 507 | 115 | 47 |
| Binary | 10110000 | 10111 | 1101100 | 0 | 1010111 | 100111 | 11111 | 101000111 | 1001101 | 100111 |
Color Harmonies of #B0176C
Complementary color
Monochromatic Colors of #B0176C
Black with #B0176C
Text Example
Text Example
White with #B0176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0176C; }
p { color: rgb(176,23,108); }
H1.HeaderClassName
{
color: #B0176C;
}
.AnyTagClassName
{
color: #B0176C;
}
</style>
background-color css
<style>
a { background-color: #B0176C; }
a { background-color: rgb(176,23,108); }
div.DivClassName
{
background-color: #B0176C;
}
.BgClassName
{
background-color: #B0176C;
}
</style>
border-color css
<style>
span { border-color: #B0176C; }
span { border-color: rgb(176,23,108); }
td.TdClassName
{
border-color: #B0176C;
}
.TagClassName
{
border-color: #B0176C;
}
</style>