Shades of Jazzberry Jam #B20F6B
Tints of Jazzberry Jam #B20F6B
RGB
CMYK
RGB Variations
Color information
#B20F6B (or 0xB20F6B) is known color: Jazzberry Jam. HEX triplet: B2, 0F and 6B. RGB value is (178,15,107). Sum of RGB (Red+Green+Blue) = 178+15+107=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 15 (6.25% from 255 or 5% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20F6B is #4DF094. Grayscale: #4A4A4A. Windows color (decimal): -5107861 or 7016370. OLE color: 7016370.
HSL color Cylindrical-coordinate representation of color #B20F6B: hue angle of 326.13º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20F6B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 15 | 107 | - |
| CMYK | 0 | 0.92 | 0.40 | 0.30 |
| HSL | 326.14º | 0.84% | 0.38% | - |
| HSV(B) | 326.14º | 0.92% | 0.7% | - |
| XYZ | 21.18 | 10.87 | 14.89 | - |
| YUV | 74.23 | 146.5 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 15 | 107 | 0 | 0.92 | 0.40 | 0.30 | 326.14 | 0.84 | 0.38 |
| Hex | B2 | F | 6B | 0 | 5C | 28 | 1E | 146 | 54 | 26 |
| Octal | 262 | 17 | 153 | 0 | 134 | 50 | 36 | 506 | 124 | 46 |
| Binary | 10110010 | 1111 | 1101011 | 0 | 1011100 | 101000 | 11110 | 101000110 | 1010100 | 100110 |
Color Harmonies of #B20F6B
Complementary color
Monochromatic Colors of #B20F6B
Black with #B20F6B
Text Example
Text Example
White with #B20F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20F6B; }
p { color: rgb(178,15,107); }
H1.HeaderClassName
{
color: #B20F6B;
}
.AnyTagClassName
{
color: #B20F6B;
}
</style>
background-color css
<style>
a { background-color: #B20F6B; }
a { background-color: rgb(178,15,107); }
div.DivClassName
{
background-color: #B20F6B;
}
.BgClassName
{
background-color: #B20F6B;
}
</style>
border-color css
<style>
span { border-color: #B20F6B; }
span { border-color: rgb(178,15,107); }
td.TdClassName
{
border-color: #B20F6B;
}
.TagClassName
{
border-color: #B20F6B;
}
</style>