Shades of Jazzberry Jam #B20566
Tints of Jazzberry Jam #B20566
RGB
CMYK
RGB Variations
Color information
#B20566 (or 0xB20566) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 66. RGB value is (178,5,102). Sum of RGB (Red+Green+Blue) = 178+5+102=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B20566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20566 is #4DFA99. Grayscale: #434343. Windows color (decimal): -5110426 or 6686130. OLE color: 6686130.
HSL color Cylindrical-coordinate representation of color #B20566: hue angle of 326.36º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20566 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.30 |
| HSL | 326.36º | 0.95% | 0.36% | - |
| HSV(B) | 326.36º | 0.97% | 0.7% | - |
| XYZ | 20.81 | 10.53 | 13.51 | - |
| YUV | 67.79 | 147.31 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 102 | 0 | 0.97 | 0.43 | 0.30 | 326.36 | 0.95 | 0.36 |
| Hex | B2 | 5 | 66 | 0 | 61 | 2B | 1E | 146 | 5F | 24 |
| Octal | 262 | 5 | 146 | 0 | 141 | 53 | 36 | 506 | 137 | 44 |
| Binary | 10110010 | 101 | 1100110 | 0 | 1100001 | 101011 | 11110 | 101000110 | 1011111 | 100100 |
Color Harmonies of #B20566
Complementary color
Monochromatic Colors of #B20566
Black with #B20566
Text Example
Text Example
White with #B20566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20566; }
p { color: rgb(178,5,102); }
H1.HeaderClassName
{
color: #B20566;
}
.AnyTagClassName
{
color: #B20566;
}
</style>
background-color css
<style>
a { background-color: #B20566; }
a { background-color: rgb(178,5,102); }
div.DivClassName
{
background-color: #B20566;
}
.BgClassName
{
background-color: #B20566;
}
</style>
border-color css
<style>
span { border-color: #B20566; }
span { border-color: rgb(178,5,102); }
td.TdClassName
{
border-color: #B20566;
}
.TagClassName
{
border-color: #B20566;
}
</style>