Shades of Jazzberry Jam #B20269
Tints of Jazzberry Jam #B20269
RGB
CMYK
RGB Variations
Color information
#B20269 (or 0xB20269) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 69. RGB value is (178,2,105). Sum of RGB (Red+Green+Blue) = 178+2+105=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20269 is #4DFD96. Grayscale: #424242. Windows color (decimal): -5111191 or 6881970. OLE color: 6881970.
HSL color Cylindrical-coordinate representation of color #B20269: hue angle of 324.89º degrees, saturation: 0.98, 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 #B20269 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 105 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.30 |
| HSL | 324.89º | 0.98% | 0.35% | - |
| HSV(B) | 324.89º | 0.99% | 0.7% | - |
| XYZ | 20.93 | 10.53 | 14.29 | - |
| YUV | 66.37 | 149.81 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 105 | 0 | 0.99 | 0.41 | 0.30 | 324.89 | 0.98 | 0.35 |
| Hex | B2 | 2 | 69 | 0 | 63 | 29 | 1E | 145 | 62 | 23 |
| Octal | 262 | 2 | 151 | 0 | 143 | 51 | 36 | 505 | 142 | 43 |
| Binary | 10110010 | 10 | 1101001 | 0 | 1100011 | 101001 | 11110 | 101000101 | 1100010 | 100011 |
Color Harmonies of #B20269
Complementary color
Monochromatic Colors of #B20269
Black with #B20269
Text Example
Text Example
White with #B20269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20269; }
p { color: rgb(178,2,105); }
H1.HeaderClassName
{
color: #B20269;
}
.AnyTagClassName
{
color: #B20269;
}
</style>
background-color css
<style>
a { background-color: #B20269; }
a { background-color: rgb(178,2,105); }
div.DivClassName
{
background-color: #B20269;
}
.BgClassName
{
background-color: #B20269;
}
</style>
border-color css
<style>
span { border-color: #B20269; }
span { border-color: rgb(178,2,105); }
td.TdClassName
{
border-color: #B20269;
}
.TagClassName
{
border-color: #B20269;
}
</style>