Shades of Jazzberry Jam #B0206C
Tints of Jazzberry Jam #B0206C
RGB
CMYK
RGB Variations
Color information
#B0206C (or 0xB0206C) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 6C. RGB value is (176,32,108). Sum of RGB (Red+Green+Blue) = 176+32+108=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0206C is #4FDF93. Grayscale: #535353. Windows color (decimal): -5234580 or 7086256. OLE color: 7086256.
HSL color Cylindrical-coordinate representation of color #B0206C: hue angle of 328.33º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0206C is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 108 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.31 |
| HSL | 328.33º | 0.69% | 0.41% | - |
| HSV(B) | 328.33º | 0.82% | 0.69% | - |
| XYZ | 21.13 | 11.35 | 15.26 | - |
| YUV | 83.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 108 | 0 | 0.82 | 0.39 | 0.31 | 328.33 | 0.69 | 0.41 |
| Hex | B0 | 20 | 6C | 0 | 52 | 27 | 1F | 148 | 45 | 29 |
| Octal | 260 | 40 | 154 | 0 | 122 | 47 | 37 | 510 | 105 | 51 |
| Binary | 10110000 | 100000 | 1101100 | 0 | 1010010 | 100111 | 11111 | 101001000 | 1000101 | 101001 |
Color Harmonies of #B0206C
Complementary color
Monochromatic Colors of #B0206C
Black with #B0206C
Text Example
Text Example
White with #B0206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0206C; }
p { color: rgb(176,32,108); }
H1.HeaderClassName
{
color: #B0206C;
}
.AnyTagClassName
{
color: #B0206C;
}
</style>
background-color css
<style>
a { background-color: #B0206C; }
a { background-color: rgb(176,32,108); }
div.DivClassName
{
background-color: #B0206C;
}
.BgClassName
{
background-color: #B0206C;
}
</style>
border-color css
<style>
span { border-color: #B0206C; }
span { border-color: rgb(176,32,108); }
td.TdClassName
{
border-color: #B0206C;
}
.TagClassName
{
border-color: #B0206C;
}
</style>