Shades of Jazzberry Jam #B0196E
Tints of Jazzberry Jam #B0196E
RGB
CMYK
RGB Variations
Color information
#B0196E (or 0xB0196E) is known color: Jazzberry Jam. HEX triplet: B0, 19 and 6E. RGB value is (176,25,110). Sum of RGB (Red+Green+Blue) = 176+25+110=311 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.59% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 176 - color contains mainly: red. Hex color #B0196E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0196E is #4FE691. Grayscale: #4F4F4F. Windows color (decimal): -5236370 or 7215536. OLE color: 7215536.
HSL color Cylindrical-coordinate representation of color #B0196E: hue angle of 326.23º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B0196E is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 25 | 110 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.31 |
| HSL | 326.23º | 0.75% | 0.39% | - |
| HSV(B) | 326.23º | 0.86% | 0.69% | - |
| XYZ | 21.07 | 11.05 | 15.77 | - |
| YUV | 79.84 | 145.03 | 196.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 25 | 110 | 0 | 0.86 | 0.37 | 0.31 | 326.23 | 0.75 | 0.39 |
| Hex | B0 | 19 | 6E | 0 | 56 | 25 | 1F | 146 | 4B | 27 |
| Octal | 260 | 31 | 156 | 0 | 126 | 45 | 37 | 506 | 113 | 47 |
| Binary | 10110000 | 11001 | 1101110 | 0 | 1010110 | 100101 | 11111 | 101000110 | 1001011 | 100111 |
Color Harmonies of #B0196E
Complementary color
Monochromatic Colors of #B0196E
Black with #B0196E
Text Example
Text Example
White with #B0196E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0196E; }
p { color: rgb(176,25,110); }
H1.HeaderClassName
{
color: #B0196E;
}
.AnyTagClassName
{
color: #B0196E;
}
</style>
background-color css
<style>
a { background-color: #B0196E; }
a { background-color: rgb(176,25,110); }
div.DivClassName
{
background-color: #B0196E;
}
.BgClassName
{
background-color: #B0196E;
}
</style>
border-color css
<style>
span { border-color: #B0196E; }
span { border-color: rgb(176,25,110); }
td.TdClassName
{
border-color: #B0196E;
}
.TagClassName
{
border-color: #B0196E;
}
</style>