Shades of Jazzberry Jam #B21166
Tints of Jazzberry Jam #B21166
RGB
CMYK
RGB Variations
Color information
#B21166 (or 0xB21166) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 66. RGB value is (178,17,102). Sum of RGB (Red+Green+Blue) = 178+17+102=297 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.93% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 178 - color contains mainly: red. Hex color #B21166 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B21166 is #4DEE99. Grayscale: #4A4A4A. Windows color (decimal): -5107354 or 6689202. OLE color: 6689202.
HSL color Cylindrical-coordinate representation of color #B21166: hue angle of 328.32º 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 #B21166 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 17 | 102 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.30 |
| HSL | 328.32º | 0.83% | 0.38% | - |
| HSV(B) | 328.32º | 0.9% | 0.7% | - |
| XYZ | 20.96 | 10.83 | 13.56 | - |
| YUV | 74.83 | 143.34 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 17 | 102 | 0 | 0.90 | 0.43 | 0.30 | 328.32 | 0.83 | 0.38 |
| Hex | B2 | 11 | 66 | 0 | 5A | 2B | 1E | 148 | 53 | 26 |
| Octal | 262 | 21 | 146 | 0 | 132 | 53 | 36 | 510 | 123 | 46 |
| Binary | 10110010 | 10001 | 1100110 | 0 | 1011010 | 101011 | 11110 | 101001000 | 1010011 | 100110 |
Color Harmonies of #B21166
Complementary color
Monochromatic Colors of #B21166
Black with #B21166
Text Example
Text Example
White with #B21166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B21166; }
p { color: rgb(178,17,102); }
H1.HeaderClassName
{
color: #B21166;
}
.AnyTagClassName
{
color: #B21166;
}
</style>
background-color css
<style>
a { background-color: #B21166; }
a { background-color: rgb(178,17,102); }
div.DivClassName
{
background-color: #B21166;
}
.BgClassName
{
background-color: #B21166;
}
</style>
border-color css
<style>
span { border-color: #B21166; }
span { border-color: rgb(178,17,102); }
td.TdClassName
{
border-color: #B21166;
}
.TagClassName
{
border-color: #B21166;
}
</style>