Shades of Jazzberry Jam #B2116D
Tints of Jazzberry Jam #B2116D
RGB
CMYK
RGB Variations
Color information
#B2116D (or 0xB2116D) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 6D. RGB value is (178,17,109). Sum of RGB (Red+Green+Blue) = 178+17+109=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2116D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2116D is #4DEE92. Grayscale: #4B4B4B. Windows color (decimal): -5107347 or 7147954. OLE color: 7147954.
HSL color Cylindrical-coordinate representation of color #B2116D: hue angle of 325.71º 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 #B2116D is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 109 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.30 |
| HSL | 325.71º | 0.83% | 0.38% | - |
| HSV(B) | 325.71º | 0.9% | 0.7% | - |
| XYZ | 21.32 | 10.97 | 15.46 | - |
| YUV | 75.63 | 146.84 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 109 | 0 | 0.90 | 0.39 | 0.30 | 325.71 | 0.83 | 0.38 |
| Hex | B2 | 11 | 6D | 0 | 5A | 27 | 1E | 146 | 53 | 26 |
| Octal | 262 | 21 | 155 | 0 | 132 | 47 | 36 | 506 | 123 | 46 |
| Binary | 10110010 | 10001 | 1101101 | 0 | 1011010 | 100111 | 11110 | 101000110 | 1010011 | 100110 |
Color Harmonies of #B2116D
Complementary color
Monochromatic Colors of #B2116D
Black with #B2116D
Text Example
Text Example
White with #B2116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2116D; }
p { color: rgb(178,17,109); }
H1.HeaderClassName
{
color: #B2116D;
}
.AnyTagClassName
{
color: #B2116D;
}
</style>
background-color css
<style>
a { background-color: #B2116D; }
a { background-color: rgb(178,17,109); }
div.DivClassName
{
background-color: #B2116D;
}
.BgClassName
{
background-color: #B2116D;
}
</style>
border-color css
<style>
span { border-color: #B2116D; }
span { border-color: rgb(178,17,109); }
td.TdClassName
{
border-color: #B2116D;
}
.TagClassName
{
border-color: #B2116D;
}
</style>