Shades of Jazzberry Jam #B2116B
Tints of Jazzberry Jam #B2116B
RGB
CMYK
RGB Variations
Color information
#B2116B (or 0xB2116B) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 6B. RGB value is (178,17,107). Sum of RGB (Red+Green+Blue) = 178+17+107=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 17 (7.03% from 255 or 5.63% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2116B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2116B is #4DEE94. Grayscale: #4B4B4B. Windows color (decimal): -5107349 or 7016882. OLE color: 7016882.
HSL color Cylindrical-coordinate representation of color #B2116B: hue angle of 326.46º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2116B is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 107 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.30 |
| HSL | 326.46º | 0.83% | 0.38% | - |
| HSV(B) | 326.46º | 0.9% | 0.7% | - |
| XYZ | 21.21 | 10.93 | 14.9 | - |
| YUV | 75.4 | 145.84 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 107 | 0 | 0.90 | 0.40 | 0.30 | 326.46 | 0.83 | 0.38 |
| Hex | B2 | 11 | 6B | 0 | 5A | 28 | 1E | 146 | 53 | 26 |
| Octal | 262 | 21 | 153 | 0 | 132 | 50 | 36 | 506 | 123 | 46 |
| Binary | 10110010 | 10001 | 1101011 | 0 | 1011010 | 101000 | 11110 | 101000110 | 1010011 | 100110 |
Color Harmonies of #B2116B
Complementary color
Monochromatic Colors of #B2116B
Black with #B2116B
Text Example
Text Example
White with #B2116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2116B; }
p { color: rgb(178,17,107); }
H1.HeaderClassName
{
color: #B2116B;
}
.AnyTagClassName
{
color: #B2116B;
}
</style>
background-color css
<style>
a { background-color: #B2116B; }
a { background-color: rgb(178,17,107); }
div.DivClassName
{
background-color: #B2116B;
}
.BgClassName
{
background-color: #B2116B;
}
</style>
border-color css
<style>
span { border-color: #B2116B; }
span { border-color: rgb(178,17,107); }
td.TdClassName
{
border-color: #B2116B;
}
.TagClassName
{
border-color: #B2116B;
}
</style>