Shades of Jazzberry Jam #B12066
Tints of Jazzberry Jam #B12066
RGB
CMYK
RGB Variations
Color information
#B12066 (or 0xB12066) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 66. RGB value is (177,32,102). Sum of RGB (Red+Green+Blue) = 177+32+102=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 102 (40.23% from 255 or 32.80% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B12066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12066 is #4EDF99. Grayscale: #535353. Windows color (decimal): -5169050 or 6693041. OLE color: 6693041.
HSL color Cylindrical-coordinate representation of color #B12066: hue angle of 331.03º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12066 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 102 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.31 |
| HSL | 331.03º | 0.69% | 0.41% | - |
| HSV(B) | 331.03º | 0.82% | 0.69% | - |
| XYZ | 21.05 | 11.34 | 13.65 | - |
| YUV | 83.34 | 138.54 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 102 | 0 | 0.82 | 0.42 | 0.31 | 331.03 | 0.69 | 0.41 |
| Hex | B1 | 20 | 66 | 0 | 52 | 2A | 1F | 14B | 45 | 29 |
| Octal | 261 | 40 | 146 | 0 | 122 | 52 | 37 | 513 | 105 | 51 |
| Binary | 10110001 | 100000 | 1100110 | 0 | 1010010 | 101010 | 11111 | 101001011 | 1000101 | 101001 |
Color Harmonies of #B12066
Complementary color
Monochromatic Colors of #B12066
Black with #B12066
Text Example
Text Example
White with #B12066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12066; }
p { color: rgb(177,32,102); }
H1.HeaderClassName
{
color: #B12066;
}
.AnyTagClassName
{
color: #B12066;
}
</style>
background-color css
<style>
a { background-color: #B12066; }
a { background-color: rgb(177,32,102); }
div.DivClassName
{
background-color: #B12066;
}
.BgClassName
{
background-color: #B12066;
}
</style>
border-color css
<style>
span { border-color: #B12066; }
span { border-color: rgb(177,32,102); }
td.TdClassName
{
border-color: #B12066;
}
.TagClassName
{
border-color: #B12066;
}
</style>