Shades of Jazzberry Jam #B5176C
Tints of Jazzberry Jam #B5176C
RGB
CMYK
RGB Variations
Color information
#B5176C (or 0xB5176C) is known color: Jazzberry Jam. HEX triplet: B5, 17 and 6C. RGB value is (181,23,108). Sum of RGB (Red+Green+Blue) = 181+23+108=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5176C is #4AE893. Grayscale: #4F4F4F. Windows color (decimal): -4909204 or 7083957. OLE color: 7083957.
HSL color Cylindrical-coordinate representation of color #B5176C: hue angle of 327.72º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5176C is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 108 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.29 |
| HSL | 327.72º | 0.77% | 0.4% | - |
| HSV(B) | 327.72º | 0.87% | 0.71% | - |
| XYZ | 22.07 | 11.52 | 15.25 | - |
| YUV | 79.93 | 143.85 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 108 | 0 | 0.87 | 0.40 | 0.29 | 327.72 | 0.77 | 0.4 |
| Hex | B5 | 17 | 6C | 0 | 57 | 28 | 1D | 148 | 4D | 28 |
| Octal | 265 | 27 | 154 | 0 | 127 | 50 | 35 | 510 | 115 | 50 |
| Binary | 10110101 | 10111 | 1101100 | 0 | 1010111 | 101000 | 11101 | 101001000 | 1001101 | 101000 |
Color Harmonies of #B5176C
Complementary color
Monochromatic Colors of #B5176C
Black with #B5176C
Text Example
Text Example
White with #B5176C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5176C; }
p { color: rgb(181,23,108); }
H1.HeaderClassName
{
color: #B5176C;
}
.AnyTagClassName
{
color: #B5176C;
}
</style>
background-color css
<style>
a { background-color: #B5176C; }
a { background-color: rgb(181,23,108); }
div.DivClassName
{
background-color: #B5176C;
}
.BgClassName
{
background-color: #B5176C;
}
</style>
border-color css
<style>
span { border-color: #B5176C; }
span { border-color: rgb(181,23,108); }
td.TdClassName
{
border-color: #B5176C;
}
.TagClassName
{
border-color: #B5176C;
}
</style>