Shades of Jazzberry Jam #B5196C
Tints of Jazzberry Jam #B5196C
RGB
CMYK
RGB Variations
Color information
#B5196C (or 0xB5196C) is known color: Jazzberry Jam. HEX triplet: B5, 19 and 6C. RGB value is (181,25,108). Sum of RGB (Red+Green+Blue) = 181+25+108=314 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.64% from 314); Green value is 25 (10.16% from 255 or 7.96% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 181 - color contains mainly: red. Hex color #B5196C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5196C is #4AE693. Grayscale: #505050. Windows color (decimal): -4908692 or 7084469. OLE color: 7084469.
HSL color Cylindrical-coordinate representation of color #B5196C: hue angle of 328.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5196C is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 25 | 108 | - |
| CMYK | 0 | 0.86 | 0.40 | 0.29 |
| HSL | 328.08º | 0.76% | 0.4% | - |
| HSV(B) | 328.08º | 0.86% | 0.71% | - |
| XYZ | 22.11 | 11.6 | 15.26 | - |
| YUV | 81.11 | 143.18 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 25 | 108 | 0 | 0.86 | 0.40 | 0.29 | 328.08 | 0.76 | 0.4 |
| Hex | B5 | 19 | 6C | 0 | 56 | 28 | 1D | 148 | 4C | 28 |
| Octal | 265 | 31 | 154 | 0 | 126 | 50 | 35 | 510 | 114 | 50 |
| Binary | 10110101 | 11001 | 1101100 | 0 | 1010110 | 101000 | 11101 | 101001000 | 1001100 | 101000 |
Color Harmonies of #B5196C
Complementary color
Monochromatic Colors of #B5196C
Black with #B5196C
Text Example
Text Example
White with #B5196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5196C; }
p { color: rgb(181,25,108); }
H1.HeaderClassName
{
color: #B5196C;
}
.AnyTagClassName
{
color: #B5196C;
}
</style>
background-color css
<style>
a { background-color: #B5196C; }
a { background-color: rgb(181,25,108); }
div.DivClassName
{
background-color: #B5196C;
}
.BgClassName
{
background-color: #B5196C;
}
</style>
border-color css
<style>
span { border-color: #B5196C; }
span { border-color: rgb(181,25,108); }
td.TdClassName
{
border-color: #B5196C;
}
.TagClassName
{
border-color: #B5196C;
}
</style>