Shades of Jazzberry Jam #B6206B
Tints of Jazzberry Jam #B6206B
RGB
CMYK
RGB Variations
Color information
#B6206B (or 0xB6206B) is known color: Jazzberry Jam. HEX triplet: B6, 20 and 6B. RGB value is (182,32,107). Sum of RGB (Red+Green+Blue) = 182+32+107=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B6206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6206B is #49DF94. Grayscale: #555555. Windows color (decimal): -4841365 or 7020726. OLE color: 7020726.
HSL color Cylindrical-coordinate representation of color #B6206B: hue angle of 330º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B6206B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 107 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.29 |
| HSL | 330º | 0.7% | 0.42% | - |
| HSV(B) | 330º | 0.82% | 0.71% | - |
| XYZ | 22.46 | 12.04 | 15.05 | - |
| YUV | 85.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 107 | 0 | 0.82 | 0.41 | 0.29 | 330 | 0.7 | 0.42 |
| Hex | B6 | 20 | 6B | 0 | 52 | 29 | 1D | 14A | 46 | 2A |
| Octal | 266 | 40 | 153 | 0 | 122 | 51 | 35 | 512 | 106 | 52 |
| Binary | 10110110 | 100000 | 1101011 | 0 | 1010010 | 101001 | 11101 | 101001010 | 1000110 | 101010 |
Color Harmonies of #B6206B
Complementary color
Monochromatic Colors of #B6206B
Black with #B6206B
Text Example
Text Example
White with #B6206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6206B; }
p { color: rgb(182,32,107); }
H1.HeaderClassName
{
color: #B6206B;
}
.AnyTagClassName
{
color: #B6206B;
}
</style>
background-color css
<style>
a { background-color: #B6206B; }
a { background-color: rgb(182,32,107); }
div.DivClassName
{
background-color: #B6206B;
}
.BgClassName
{
background-color: #B6206B;
}
</style>
border-color css
<style>
span { border-color: #B6206B; }
span { border-color: rgb(182,32,107); }
td.TdClassName
{
border-color: #B6206B;
}
.TagClassName
{
border-color: #B6206B;
}
</style>