Shades of Jazzberry Jam #B20665
Tints of Jazzberry Jam #B20665
RGB
CMYK
RGB Variations
Color information
#B20665 (or 0xB20665) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 65. RGB value is (178,6,101). Sum of RGB (Red+Green+Blue) = 178+6+101=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20665 is #4DF99A. Grayscale: #444444. Windows color (decimal): -5110171 or 6620850. OLE color: 6620850.
HSL color Cylindrical-coordinate representation of color #B20665: hue angle of 326.86º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20665 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.30 |
| HSL | 326.86º | 0.93% | 0.36% | - |
| HSV(B) | 326.86º | 0.97% | 0.7% | - |
| XYZ | 20.77 | 10.53 | 13.25 | - |
| YUV | 68.26 | 146.48 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 101 | 0 | 0.97 | 0.43 | 0.30 | 326.86 | 0.93 | 0.36 |
| Hex | B2 | 6 | 65 | 0 | 61 | 2B | 1E | 147 | 5D | 24 |
| Octal | 262 | 6 | 145 | 0 | 141 | 53 | 36 | 507 | 135 | 44 |
| Binary | 10110010 | 110 | 1100101 | 0 | 1100001 | 101011 | 11110 | 101000111 | 1011101 | 100100 |
Color Harmonies of #B20665
Complementary color
Monochromatic Colors of #B20665
Black with #B20665
Text Example
Text Example
White with #B20665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20665; }
p { color: rgb(178,6,101); }
H1.HeaderClassName
{
color: #B20665;
}
.AnyTagClassName
{
color: #B20665;
}
</style>
background-color css
<style>
a { background-color: #B20665; }
a { background-color: rgb(178,6,101); }
div.DivClassName
{
background-color: #B20665;
}
.BgClassName
{
background-color: #B20665;
}
</style>
border-color css
<style>
span { border-color: #B20665; }
span { border-color: rgb(178,6,101); }
td.TdClassName
{
border-color: #B20665;
}
.TagClassName
{
border-color: #B20665;
}
</style>