Shades of Jazzberry Jam #B0206B
Tints of Jazzberry Jam #B0206B
RGB
CMYK
RGB Variations
Color information
#B0206B (or 0xB0206B) is known color: Jazzberry Jam. HEX triplet: B0, 20 and 6B. RGB value is (176,32,107). Sum of RGB (Red+Green+Blue) = 176+32+107=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B0206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0206B is #4FDF94. Grayscale: #535353. Windows color (decimal): -5234581 or 7020720. OLE color: 7020720.
HSL color Cylindrical-coordinate representation of color #B0206B: hue angle of 328.75º 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 #B0206B is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 32 | 107 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.31 |
| HSL | 328.75º | 0.69% | 0.41% | - |
| HSV(B) | 328.75º | 0.82% | 0.69% | - |
| XYZ | 21.07 | 11.32 | 14.99 | - |
| YUV | 83.61 | 141.21 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 32 | 107 | 0 | 0.82 | 0.39 | 0.31 | 328.75 | 0.69 | 0.41 |
| Hex | B0 | 20 | 6B | 0 | 52 | 27 | 1F | 149 | 45 | 29 |
| Octal | 260 | 40 | 153 | 0 | 122 | 47 | 37 | 511 | 105 | 51 |
| Binary | 10110000 | 100000 | 1101011 | 0 | 1010010 | 100111 | 11111 | 101001001 | 1000101 | 101001 |
Color Harmonies of #B0206B
Complementary color
Monochromatic Colors of #B0206B
Black with #B0206B
Text Example
Text Example
White with #B0206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0206B; }
p { color: rgb(176,32,107); }
H1.HeaderClassName
{
color: #B0206B;
}
.AnyTagClassName
{
color: #B0206B;
}
</style>
background-color css
<style>
a { background-color: #B0206B; }
a { background-color: rgb(176,32,107); }
div.DivClassName
{
background-color: #B0206B;
}
.BgClassName
{
background-color: #B0206B;
}
</style>
border-color css
<style>
span { border-color: #B0206B; }
span { border-color: rgb(176,32,107); }
td.TdClassName
{
border-color: #B0206B;
}
.TagClassName
{
border-color: #B0206B;
}
</style>