Shades of Jazzberry Jam #B20258
Tints of Jazzberry Jam #B20258
RGB
CMYK
RGB Variations
Color information
#B20258 (or 0xB20258) is known color: Jazzberry Jam. HEX triplet: B2, 02 and 58. RGB value is (178,2,88). Sum of RGB (Red+Green+Blue) = 178+2+88=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B20258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20258 is #4DFDA7. Grayscale: #404040. Windows color (decimal): -5111208 or 5767858. OLE color: 5767858.
HSL color Cylindrical-coordinate representation of color #B20258: hue angle of 330.68º 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 #B20258 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 2 | 88 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.30 |
| HSL | 330.68º | 0.98% | 0.35% | - |
| HSV(B) | 330.68º | 0.99% | 0.7% | - |
| XYZ | 20.14 | 10.21 | 10.14 | - |
| YUV | 64.43 | 141.31 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 2 | 88 | 0 | 0.99 | 0.51 | 0.30 | 330.68 | 0.98 | 0.35 |
| Hex | B2 | 2 | 58 | 0 | 63 | 33 | 1E | 14B | 62 | 23 |
| Octal | 262 | 2 | 130 | 0 | 143 | 63 | 36 | 513 | 142 | 43 |
| Binary | 10110010 | 10 | 1011000 | 0 | 1100011 | 110011 | 11110 | 101001011 | 1100010 | 100011 |
Color Harmonies of #B20258
Complementary color
Monochromatic Colors of #B20258
Black with #B20258
Text Example
Text Example
White with #B20258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20258; }
p { color: rgb(178,2,88); }
H1.HeaderClassName
{
color: #B20258;
}
.AnyTagClassName
{
color: #B20258;
}
</style>
background-color css
<style>
a { background-color: #B20258; }
a { background-color: rgb(178,2,88); }
div.DivClassName
{
background-color: #B20258;
}
.BgClassName
{
background-color: #B20258;
}
</style>
border-color css
<style>
span { border-color: #B20258; }
span { border-color: rgb(178,2,88); }
td.TdClassName
{
border-color: #B20258;
}
.TagClassName
{
border-color: #B20258;
}
</style>