Shades of Jazzberry Jam #B2166F
Tints of Jazzberry Jam #B2166F
RGB
CMYK
RGB Variations
Color information
#B2166F (or 0xB2166F) is known color: Jazzberry Jam. HEX triplet: B2, 16 and 6F. RGB value is (178,22,111). Sum of RGB (Red+Green+Blue) = 178+22+111=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2166F is #4DE990. Grayscale: #4E4E4E. Windows color (decimal): -5106065 or 7280306. OLE color: 7280306.
HSL color Cylindrical-coordinate representation of color #B2166F: hue angle of 325.77º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2166F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 22 | 111 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.30 |
| HSL | 325.77º | 0.78% | 0.39% | - |
| HSV(B) | 325.77º | 0.88% | 0.7% | - |
| XYZ | 21.52 | 11.19 | 16.06 | - |
| YUV | 78.79 | 146.18 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 22 | 111 | 0 | 0.88 | 0.38 | 0.30 | 325.77 | 0.78 | 0.39 |
| Hex | B2 | 16 | 6F | 0 | 58 | 26 | 1E | 146 | 4E | 27 |
| Octal | 262 | 26 | 157 | 0 | 130 | 46 | 36 | 506 | 116 | 47 |
| Binary | 10110010 | 10110 | 1101111 | 0 | 1011000 | 100110 | 11110 | 101000110 | 1001110 | 100111 |
Color Harmonies of #B2166F
Complementary color
Monochromatic Colors of #B2166F
Black with #B2166F
Text Example
Text Example
White with #B2166F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2166F; }
p { color: rgb(178,22,111); }
H1.HeaderClassName
{
color: #B2166F;
}
.AnyTagClassName
{
color: #B2166F;
}
</style>
background-color css
<style>
a { background-color: #B2166F; }
a { background-color: rgb(178,22,111); }
div.DivClassName
{
background-color: #B2166F;
}
.BgClassName
{
background-color: #B2166F;
}
</style>
border-color css
<style>
span { border-color: #B2166F; }
span { border-color: rgb(178,22,111); }
td.TdClassName
{
border-color: #B2166F;
}
.TagClassName
{
border-color: #B2166F;
}
</style>