Shades of Jazzberry Jam #B20173
Tints of Jazzberry Jam #B20173
RGB
CMYK
RGB Variations
Color information
#B20173 (or 0xB20173) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 73. RGB value is (178,1,115). Sum of RGB (Red+Green+Blue) = 178+1+115=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B20173 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20173 is #4DFE8C. Grayscale: #424242. Windows color (decimal): -5111437 or 7537074. OLE color: 7537074.
HSL color Cylindrical-coordinate representation of color #B20173: hue angle of 321.36º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B20173 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 1 | 115 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.30 |
| HSL | 321.36º | 0.99% | 0.35% | - |
| HSV(B) | 321.36º | 0.99% | 0.7% | - |
| XYZ | 21.47 | 10.72 | 17.16 | - |
| YUV | 66.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 1 | 115 | 0 | 0.99 | 0.35 | 0.30 | 321.36 | 0.99 | 0.35 |
| Hex | B2 | 1 | 73 | 0 | 63 | 23 | 1E | 141 | 63 | 23 |
| Octal | 262 | 1 | 163 | 0 | 143 | 43 | 36 | 501 | 143 | 43 |
| Binary | 10110010 | 1 | 1110011 | 0 | 1100011 | 100011 | 11110 | 101000001 | 1100011 | 100011 |
Color Harmonies of #B20173
Complementary color
Monochromatic Colors of #B20173
Black with #B20173
Text Example
Text Example
White with #B20173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20173; }
p { color: rgb(178,1,115); }
H1.HeaderClassName
{
color: #B20173;
}
.AnyTagClassName
{
color: #B20173;
}
</style>
background-color css
<style>
a { background-color: #B20173; }
a { background-color: rgb(178,1,115); }
div.DivClassName
{
background-color: #B20173;
}
.BgClassName
{
background-color: #B20173;
}
</style>
border-color css
<style>
span { border-color: #B20173; }
span { border-color: rgb(178,1,115); }
td.TdClassName
{
border-color: #B20173;
}
.TagClassName
{
border-color: #B20173;
}
</style>