Shades of Jazzberry Jam #B20768
Tints of Jazzberry Jam #B20768
RGB
CMYK
RGB Variations
Color information
#B20768 (or 0xB20768) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 68. RGB value is (178,7,104). Sum of RGB (Red+Green+Blue) = 178+7+104=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B20768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20768 is #4DF897. Grayscale: #444444. Windows color (decimal): -5109912 or 6817714. OLE color: 6817714.
HSL color Cylindrical-coordinate representation of color #B20768: hue angle of 325.96º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20768 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 104 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.30 |
| HSL | 325.96º | 0.92% | 0.36% | - |
| HSV(B) | 325.96º | 0.96% | 0.7% | - |
| XYZ | 20.93 | 10.62 | 14.04 | - |
| YUV | 69.19 | 147.65 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 104 | 0 | 0.96 | 0.42 | 0.30 | 325.96 | 0.92 | 0.36 |
| Hex | B2 | 7 | 68 | 0 | 60 | 2A | 1E | 146 | 5C | 24 |
| Octal | 262 | 7 | 150 | 0 | 140 | 52 | 36 | 506 | 134 | 44 |
| Binary | 10110010 | 111 | 1101000 | 0 | 1100000 | 101010 | 11110 | 101000110 | 1011100 | 100100 |
Color Harmonies of #B20768
Complementary color
Monochromatic Colors of #B20768
Black with #B20768
Text Example
Text Example
White with #B20768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20768; }
p { color: rgb(178,7,104); }
H1.HeaderClassName
{
color: #B20768;
}
.AnyTagClassName
{
color: #B20768;
}
</style>
background-color css
<style>
a { background-color: #B20768; }
a { background-color: rgb(178,7,104); }
div.DivClassName
{
background-color: #B20768;
}
.BgClassName
{
background-color: #B20768;
}
</style>
border-color css
<style>
span { border-color: #B20768; }
span { border-color: rgb(178,7,104); }
td.TdClassName
{
border-color: #B20768;
}
.TagClassName
{
border-color: #B20768;
}
</style>