Shades of Jazzberry Jam #B20A68
Tints of Jazzberry Jam #B20A68
RGB
CMYK
RGB Variations
Color information
#B20A68 (or 0xB20A68) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 68. RGB value is (178,10,104). Sum of RGB (Red+Green+Blue) = 178+10+104=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A68 is #4DF597. Grayscale: #464646. Windows color (decimal): -5109144 or 6818482. OLE color: 6818482.
HSL color Cylindrical-coordinate representation of color #B20A68: hue angle of 326.43º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A68 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 10 | 104 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.30 |
| HSL | 326.43º | 0.89% | 0.37% | - |
| HSV(B) | 326.43º | 0.94% | 0.7% | - |
| XYZ | 20.97 | 10.68 | 14.05 | - |
| YUV | 70.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 10 | 104 | 0 | 0.94 | 0.42 | 0.30 | 326.43 | 0.89 | 0.37 |
| Hex | B2 | A | 68 | 0 | 5E | 2A | 1E | 146 | 59 | 25 |
| Octal | 262 | 12 | 150 | 0 | 136 | 52 | 36 | 506 | 131 | 45 |
| Binary | 10110010 | 1010 | 1101000 | 0 | 1011110 | 101010 | 11110 | 101000110 | 1011001 | 100101 |
Color Harmonies of #B20A68
Complementary color
Monochromatic Colors of #B20A68
Black with #B20A68
Text Example
Text Example
White with #B20A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20A68; }
p { color: rgb(178,10,104); }
H1.HeaderClassName
{
color: #B20A68;
}
.AnyTagClassName
{
color: #B20A68;
}
</style>
background-color css
<style>
a { background-color: #B20A68; }
a { background-color: rgb(178,10,104); }
div.DivClassName
{
background-color: #B20A68;
}
.BgClassName
{
background-color: #B20A68;
}
</style>
border-color css
<style>
span { border-color: #B20A68; }
span { border-color: rgb(178,10,104); }
td.TdClassName
{
border-color: #B20A68;
}
.TagClassName
{
border-color: #B20A68;
}
</style>