Shades of Jazzberry Jam #B3206B
Tints of Jazzberry Jam #B3206B
RGB
CMYK
RGB Variations
Color information
#B3206B (or 0xB3206B) is known color: Jazzberry Jam. HEX triplet: B3, 20 and 6B. RGB value is (179,32,107). Sum of RGB (Red+Green+Blue) = 179+32+107=318 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.29% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 179 - color contains mainly: red. Hex color #B3206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3206B is #4CDF94. Grayscale: #545454. Windows color (decimal): -5037973 or 7020723. OLE color: 7020723.
HSL color Cylindrical-coordinate representation of color #B3206B: hue angle of 329.39º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3206B is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 107 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.30 |
| HSL | 329.39º | 0.7% | 0.41% | - |
| HSV(B) | 329.39º | 0.82% | 0.7% | - |
| XYZ | 21.76 | 11.68 | 15.02 | - |
| YUV | 84.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 107 | 0 | 0.82 | 0.40 | 0.30 | 329.39 | 0.7 | 0.41 |
| Hex | B3 | 20 | 6B | 0 | 52 | 28 | 1E | 149 | 46 | 29 |
| Octal | 263 | 40 | 153 | 0 | 122 | 50 | 36 | 511 | 106 | 51 |
| Binary | 10110011 | 100000 | 1101011 | 0 | 1010010 | 101000 | 11110 | 101001001 | 1000110 | 101001 |
Color Harmonies of #B3206B
Complementary color
Monochromatic Colors of #B3206B
Black with #B3206B
Text Example
Text Example
White with #B3206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3206B; }
p { color: rgb(179,32,107); }
H1.HeaderClassName
{
color: #B3206B;
}
.AnyTagClassName
{
color: #B3206B;
}
</style>
background-color css
<style>
a { background-color: #B3206B; }
a { background-color: rgb(179,32,107); }
div.DivClassName
{
background-color: #B3206B;
}
.BgClassName
{
background-color: #B3206B;
}
</style>
border-color css
<style>
span { border-color: #B3206B; }
span { border-color: rgb(179,32,107); }
td.TdClassName
{
border-color: #B3206B;
}
.TagClassName
{
border-color: #B3206B;
}
</style>