Shades of Jazzberry Jam #B20D68
Tints of Jazzberry Jam #B20D68
RGB
CMYK
RGB Variations
Color information
#B20D68 (or 0xB20D68) is known color: Jazzberry Jam. HEX triplet: B2, 0D and 68. RGB value is (178,13,104). Sum of RGB (Red+Green+Blue) = 178+13+104=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20D68 is #4DF297. Grayscale: #484848. Windows color (decimal): -5108376 or 6819250. OLE color: 6819250.
HSL color Cylindrical-coordinate representation of color #B20D68: hue angle of 326.91º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20D68 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 13 | 104 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.30 |
| HSL | 326.91º | 0.86% | 0.37% | - |
| HSV(B) | 326.91º | 0.93% | 0.7% | - |
| XYZ | 21 | 10.75 | 14.07 | - |
| YUV | 72.71 | 145.66 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 13 | 104 | 0 | 0.93 | 0.42 | 0.30 | 326.91 | 0.86 | 0.37 |
| Hex | B2 | D | 68 | 0 | 5D | 2A | 1E | 147 | 56 | 25 |
| Octal | 262 | 15 | 150 | 0 | 135 | 52 | 36 | 507 | 126 | 45 |
| Binary | 10110010 | 1101 | 1101000 | 0 | 1011101 | 101010 | 11110 | 101000111 | 1010110 | 100101 |
Color Harmonies of #B20D68
Complementary color
Monochromatic Colors of #B20D68
Black with #B20D68
Text Example
Text Example
White with #B20D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20D68; }
p { color: rgb(178,13,104); }
H1.HeaderClassName
{
color: #B20D68;
}
.AnyTagClassName
{
color: #B20D68;
}
</style>
background-color css
<style>
a { background-color: #B20D68; }
a { background-color: rgb(178,13,104); }
div.DivClassName
{
background-color: #B20D68;
}
.BgClassName
{
background-color: #B20D68;
}
</style>
border-color css
<style>
span { border-color: #B20D68; }
span { border-color: rgb(178,13,104); }
td.TdClassName
{
border-color: #B20D68;
}
.TagClassName
{
border-color: #B20D68;
}
</style>